Timeline
07/21/10:
- 21:41 Ticket #6814 (Issue with the word "watch" -- childNodes is undefined) created by
- In firefox, $('body').append('watch'); k.childNodes is undefined …
- 20:39 Ticket #6812 (build.xml not replacing Date in source properly) closed by
- fixed: Fixed in …
- 20:38 Ticket #6813 (Optimize git log date retrieval in Makefile) closed by
- fixed: This is fixed in …
- 14:47 Changeset [ef9fb80cabc8c8f9cbcf71bf9160de0abdaa2de8] by
-
- build.xml
- 14:47 Changeset [bb0f1a97fb7a011c6afa5ceba7f332b7559c4757] by
-
- build.xml
- 14:47 Changeset [6803bf1fe5ec47cc273917f427b7ca9a888137b3] by
-
- Makefile
- 14:47 Changeset [4ec1b743a81256ae15907e46260cfc8edc6f06b8] by
-
- Makefile
- build.xml
- 12:24 Ticket #6813 (Optimize git log date retrieval in Makefile) created by
- Current Makefile grabs the last commit date using a long-winded …
- 12:21 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 the …
- 06:01 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: {"url": …
- 02:39 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 …
- 02:23 Ticket #6380 (newline between DOCTYPE and root element when using $(xxx).html() causes ...) closed by
- invalid: Sorry but that is in browser-dependent territory. …
- 02:13 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 post …
- 02:11 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 XML …
- 01:54 Ticket #6809 (Add jQuery.support.fixedPosition) created by
- jQuery already detects support for fixed positioning in the offset code. …
- 01:49 Ticket #2171 (allow containing draggable elements within the window) closed by
- invalid
- 01:37 Ticket #6795 (ajaxSetup and context) closed by
- duplicate: The code got mangled but this commit is queued: …
- 01:33 Ticket #6794 (.height() yelds to wrong height on first call) closed by
- invalid: The best place to get programming help is on the forum: …
- 01:25 Ticket #6792 (Adding jquery script link breaks some layouts in IE8 compat mode) closed by
- duplicate: Duplicate of #5575.
- 01:17 Ticket #6787 (bug with iframe) closed by
- invalid: The best place to get programming help is on the forum: …
- 01:00 Ticket #6786 (Show Dialog box below the link) closed by
- invalid: The best place to get programming help is on the forum: …
07/20/10:
- 21:52 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 uses …
- 21:46 Ticket #6524 (ie8 and NaNpx value) reopened by
- I believe this is actually a result of passing an object with only one …
- 19:05 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 is …
- 18:03 Ticket #6806 (append function doesn't work correctly with tag on BlackBerry) created by
- The "append" function doesn't work correctly when parameter contains tag …
- 13:22 Ticket #6805 (RegExp test inside jQuery.parseJSON returns false positives) created by
- Objects and arrays with trailing comma's are let through by the testing …
- 02:13 Ticket #6804 (Added 'changeData' event that fires after data updated via fn.data()) closed by
- fixed: Landed. …
- 02:12 Changeset [2e10af143b7eafb7142524f6534a62aee1910bd1] by
-
- src/data.js
- test/unit/data.js
07/19/10:
- 23:23 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 …
- 20:20 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 code …
- 12:40 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 …
- 09:43 Ticket #2660 ([validate] range values are read incorrectly from markup) reopened by
- This is a simple and appropriate fix - why was this rejected?
- 06:34 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 whether …
- 06:32 Ticket #6800 ("ret" variable from liveHandler() (v1.4.3) leaks into global namespace) created by
- This commit fixes it: …
- 06:31 Ticket #6799 ("val" variable from jQuery.css() (v1.4.3) leaks into global namespace) created by
- This commit fixes it: …
- 00:45 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 Firefox …
07/18/10:
- 21:33 Ticket #6797 (FireFox 4 Beta - getScript) created by
- On the current Firefox 4 Beta release: Calling $.getScript() will load …
07/17/10:
- 18:16 Ticket #6796 (Error 'script stack space quota is exhausted' when parsing 3MB XML file on ...) created by
- I'm running into 'script stack space quota is exhausted' when loading a …
07/16/10:
- 07:23 Ticket #6795 (ajaxSetup and context) created by
- incorrect setup of context property with ajaxSetup function line #4979 …
- 02:16 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 …
07/15/10:
- 20:58 Ticket #6718 (Effect fails in IE with invalid property values) reopened by
- Testing jQuery UI Position in IE: var $WRAPPER = $('#wrapper'); …
- 14:59 Ticket #6793 (jQuery clone without innerHTML workaround for IE) created by
- Its pretty old fix from hedgerwang, rewamped for jQuery. …
07/14/10:
- 19:38 Ticket #6792 (Adding jquery script link breaks some layouts in IE8 compat mode) created by
- When testing some complex layouts using absolute positioning, they work …
- 17:17 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 the …
- 11:05 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, I'm …
- 10:20 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.
