Timeline
Jul 21, 2010:
- 5:41 PM Ticket #6814 (Issue with the word "watch" -- childNodes is undefined) created by
- In firefox, $('body').append('watch'); k.childNodes is undefined …
- 4:39 PM Ticket #6812 (build.xml not replacing Date in source properly) closed by
- fixed: Fixed in …
- 4:38 PM Ticket #6813 (Optimize git log date retrieval in Makefile) closed by
- fixed: This is fixed in …
- 10:47 AM Changeset [ef9fb80]1.12-stable2.2-stablekillphp by
- build.xml
- 10:47 AM Changeset [bb0f1a9]1.12-stable2.2-stablekillphp by
- build.xml
- 10:47 AM Changeset [6803bf1]1.12-stable2.2-stablekillphp by
- Makefile
- 10:47 AM Changeset [4ec1b74]1.12-stable2.2-stablekillphp by
- Makefile
- build.xml
- 8:24 AM Ticket #6813 (Optimize git log date retrieval in Makefile) created by
- Current Makefile grabs the last commit date using a long-winded …
- 8:21 AM Ticket #6812 (build.xml not replacing Date in source properly) created by
- ${date} macro isn't being declared in the build.xml file, so simply …
- 2:01 AM Ticket #6811 ($.ajax does not respect contentType if data is blank) created by
- Assume func is a valid function and service is an object such as: …
Jul 20, 2010:
- 10:39 PM Ticket #2660 ([validate] range values are read incorrectly from markup) closed by
- invalid: This is not a jQuery core bug. Please use the plugin's support channel …
- 10:23 PM Ticket #6380 (newline between DOCTYPE and root element when using $(xxx).html() ...) closed by
- invalid: Sorry but that is in browser-dependent territory. …
- 10:13 PM Ticket #6810 (Interface for jquery slide show bug on zoom with web-kit browsers) created by
- Dont know if i found the right place.. Interface's website said to …
- 10:11 PM Ticket #6798 (XML parsing fails with different keywords in different browsers) closed by
- invalid: As you found,
$()
is for parsing HTML, not XML. If you pass an … - 9:54 PM Ticket #6809 (Add jQuery.support.fixedPosition) created by
- jQuery already detects support for fixed positioning in the offset …
- 9:49 PM Ticket #2171 (allow containing draggable elements within the window) closed by
- invalid
- 9:37 PM Ticket #6795 (ajaxSetup and context) closed by
- duplicate: The code got mangled but this commit is queued: …
- 9:33 PM Ticket #6794 (.height() yelds to wrong height on first call) closed by
- invalid: The best place to get programming help is on the forum: …
- 9:25 PM Ticket #6792 (Adding jquery script link breaks some layouts in IE8 compat mode) closed by
- duplicate: Duplicate of #5575.
- 9:17 PM Ticket #6787 (bug with iframe) closed by
- invalid: The best place to get programming help is on the forum: …
- 9:00 PM Ticket #6786 (Show Dialog box below the link) closed by
- invalid: The best place to get programming help is on the forum: …
- 5:52 PM Ticket #6808 (jQuery.fn.data on JavaScript objects adds the jQuery Expando, which ...) created by
- Currently doing this: $(obj).data("foo", "bar"); Or anything that …
- 5:46 PM Ticket #6524 (ie8 and NaNpx value) reopened by
- I believe this is actually a result of passing an object with only one …
- 3:05 PM Ticket #6807 (jQuery.fn.data with JavaScript objects should set fields directly) created by
- Currently, you can use jQuery.fn.data on plain objects, but the data …
- 2:03 PM Ticket #6806 (append function doesn't work correctly with tag on BlackBerry) created by
- The "append" function doesn't work correctly when parameter contains …
- 9:22 AM Ticket #6805 (RegExp test inside jQuery.parseJSON returns false positives) created by
- Objects and arrays with trailing comma's are let through by the …
Jul 19, 2010:
- 10:13 PM Ticket #6804 (Added 'changeData' event that fires after data updated via fn.data()) closed by
- fixed: Landed. …
- 10:12 PM Changeset [2e10af1]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 7:23 PM Ticket #6804 (Added 'changeData' event that fires after data updated via fn.data()) created by
- The data linking plugin uses the fact that you can set data on plain …
- 4:20 PM Ticket #6803 (html function doesn't work on BlackBerry) created by
- The HTML function doesn't work on BlackBerry 8530 v5.0.0.337. See …
- 8:40 AM Ticket #6802 (IE Memory leak with ajax) created by
- When I test the code below, i have a memory leak with IE8 (350 KB / 10 …
- 5:43 AM Ticket #2660 ([validate] range values are read incorrectly from markup) reopened by
- This is a simple and appropriate fix - why was this rejected?
- 2:34 AM Ticket #6801 (jQuery.event.add() does not check against undefined handlers) created by
- This is a cross browser issue: jQuery.event.add() does not check …
- 2:32 AM Ticket #6800 ("ret" variable from liveHandler() (v1.4.3) leaks into global namespace) created by
- This commit fixes it: …
- 2:31 AM Ticket #6799 ("val" variable from jQuery.css() (v1.4.3) leaks into global namespace) created by
- This commit fixes it: …
Jul 18, 2010:
- 8:45 PM Ticket #6798 (XML parsing fails with different keywords in different browsers) created by
- Using Chrome 5.0.375.99 beta, Safari Version 5.0 (5533.16), and …
- 5:33 PM Ticket #6797 (FireFox 4 Beta - getScript) created by
- On the current Firefox 4 Beta release: Calling $.getScript() will …
Jul 17, 2010:
- 2:16 PM Ticket #6796 (Error 'script stack space quota is exhausted' when parsing 3MB XML ...) created by
- I'm running into 'script stack space quota is exhausted' when loading …
Jul 16, 2010:
- 3:23 AM Ticket #6795 (ajaxSetup and context) created by
- incorrect setup of context property with ajaxSetup function line …
Jul 15, 2010:
- 10:16 PM Ticket #6794 (.height() yelds to wrong height on first call) created by
- scenario: mozilla/5.0 (win; U; NT5.1; PT-BR; rv1.9.2.6) Gecko/20100625 …
- 4:58 PM Ticket #6718 (Effect fails in IE with invalid property values) reopened by
- Testing jQuery UI Position in IE: var $WRAPPER = $('#wrapper'); …
- 10:59 AM Ticket #6793 (jQuery clone without innerHTML workaround for IE) created by
- Its pretty old fix from hedgerwang, rewamped for jQuery. …
Jul 14, 2010:
- 3:38 PM Ticket #6792 (Adding jquery script link breaks some layouts in IE8 compat mode) created by
- When testing some complex layouts using absolute positioning, they …
- 1:17 PM Ticket #6791 (Animate on IMG elems incorrectly sets style.display to "block") created by
- When running an animation on an IMG elem, the fx update function sets …
- 7:05 AM Ticket #6790 (.css() returning inconsistent values between browsers) created by
- Using jQuery v1.4.2, Firefox 3.6.6, Chrome 4.1, IE 6,7,8. Example, …
- 6:20 AM Ticket #6789 (Check on nodeName results in an error) created by
- The following line: return (match === "*" && elem.nodeType === 1) || …
Note: See TracTimeline
for information about the timeline view.