Timeline
12/20/07:
- 23:47 Ticket #2085 (javascript.options.strict warnings in 1.2.2 beta) created by
- Although all the warnings mentioned in #1781 got fixed, new warnings have …
- 22:12 Ticket #2079 (javascript.options.strict warnings [1.2.2b]) closed by
- wontfix: Resolving those makes the code a lot more complex without actually solving …
- 21:29 Ticket #2084 (BUG in [Fix "XHTML"-style tags in all browsers] code) created by
- "embed" should be added to this line: return …
- 21:06 Ticket #2083 (Error near "Compute a unique ID for the element" in IE7) created by
- IE7 is complaining about this line: id = elem[ expando ] = ++uuid;
- 20:44 Ticket #2082 (Offset function returns wrong value with IE7/position fixed) closed by
- fixed: This is fixed in the latest SVN.
- 20:40 Changeset [50c40add5ab530cefbdd09dbdcb641f22b9dc26c] by
-
- src/core.js
- test/unit/fx.js
- 20:04 Ticket #2082 (Offset function returns wrong value with IE7/position fixed) created by
- When querying the offset top of a fixed div in IE7, the scroll is …
- 19:31 Ticket #2081 (1.2.2b2 breaks in noConflict mode) closed by
- fixed
- 19:31 Changeset [bdd6aca209fe79bc6a085693008436cce37d5b31] by
-
- src/event.js
- 19:27 Ticket #2081 (1.2.2b2 breaks in noConflict mode) created by
- Line 2272 uses $: $(document).triggerHandler("ready");
- 19:21 Changeset [259c8aa6044491f41a19668c0283c4d339904ff0] by
-
- test/unit/fx.js
- 18:56 Ticket #2080 (1.2.2.b2 breaks ajaxQueue plugin's queue mode, defect in queue()) closed by
- fixed: Fixed in [4283] by removing the check.
- 18:55 Changeset [17640273705d1450b806bb5c8e71c2849d864a37] by
-
- src/fx.js
- 17:52 Ticket #2080 (1.2.2.b2 breaks ajaxQueue plugin's queue mode, defect in queue()) created by
- Running plugins/ajaxQueue/test/ with 1.2.2b2 doesn't start any requests …
- 15:11 Changeset [1fc7dcff11827a2abd3516c941b56d0b2b46f078] by
-
- Makefile
- 15:07 Changeset [3f839a69c5682419c921a1a2110289c8941556b0] by
-
- version.txt
- 13:37 Ticket #2027 (appendTo/replaceAll/etc. needs to control event cloning) closed by
- fixed: Fixed in SVN rev [4251].
- 13:36 Changeset [3261544c38ca70cc02c5eed7d0ab2c40c521a588] by
-
- src/core.js
- test/unit/event.js
- 07:39 Changeset [b740fe5632b8731a140f16a2f6855910ea6957b9] by
-
- test/unit/event.js
- 06:05 Ticket #1319 ($().ready() sometimes fires too soon on Safari/Win) closed by
- fixed: Fixed in [4245]. There are many possible scenarios and edge cases to this …
- 06:03 Ticket #2067 (Tabs panels (occasionally) don't show up in Safari 3) closed by
- fixed: Hopefully fixed in [4245]. As you can imagine this is a difficult area to …
- 06:00 Changeset [04194554738f8e2676f5d7876f5b78b12dbc2679] by
-
- src/event.js
- 05:54 Ticket #2078 (jQuery( "#element" ).height() returns 0 in Safari 3) closed by
- invalid: No problem. Thanks for both reporting the problem and for following up. …
12/19/07:
- 22:26 Changeset [ba9c14a589caab13b5754273ff916d492dafa86b] by
-
- build.xml
- build/build/lite.js
- build/build/version.js
- build/docs/.htaccess
- build/docs/docs.js
- build/docs/gen-events.pl
- build/docs/js/doc.js
- build/docs/js/pager.js
- build/docs/js/tooltip.js
- build/docs/style/cat.css
- …
- 19:57 Ticket #2079 (javascript.options.strict warnings [1.2.2b]) created by
- some new warnings have been introduced in 1.2.2b When jQuery …
- 19:30 Ticket #2078 (jQuery( "#element" ).height() returns 0 in Safari 3) created by
- I have not had time to test this on a wide variety of elements but I know …
- 19:08 Ticket #2073 (offset(): parent has no properties) closed by
- fixed: Fixed in [4241]
- 19:07 Changeset [e2fc993334698b2a66dd24a671a9c23705df0fc3] by
-
- src/offset.js
- 19:05 Changeset [add0681f907c11e1a16b9e4759f575195a790c06] by
-
- src/offset.js
- 18:47 Ticket #2077 (Scope Leaked in jQuery.find() (1.2.2b)) closed by
- fixed: Fixed in [4239]. Thanks for catching that one.
- 18:47 Changeset [be9302b710416715b9d278f589be99fa6f9e7cb8] by
-
- src/selector.js
- 18:35 Changeset [a7dfbb55d9e4be6bbf096abb0e06e32086476a96] by
-
- src/event.js
- 18:23 Changeset [b32ec31d896eb163c5f3d9b54ca9da3c0dd90ce0] by
-
- src/core.js
- 14:00 Ticket #2077 (Scope Leaked in jQuery.find() (1.2.2b)) created by
- the object "merge" is being leaked into the global scope here : …
- 02:44 Ticket #2020 (Data containing ? at the start getting converted to jsonp.... by ajax() ...) closed by
- fixed: knobunc: We no longer support {callback: "?"} as of jQuery 1.2.2. It's …
- 02:05 Ticket #2071 (1.2.2b kills IE on accordion demo page) closed by
- fixed: The memory bug appears to be fixed with [4226]. If there is still an …
- 01:48 Changeset [3bb82a34de18b8b8e80893571d65080bf5a4702b] by
-
- src/event.js
- 01:10 Changeset [1d7b7b94ef1c0c10cd5b2a976be40ccacbc49581] by
-
- src/event.js
12/18/07:
- 23:10 Ticket #2072 (livequery won't load with jquery 1.2.2b) closed by
- fixed: Fixed in [4221]
- 17:33 Ticket #2020 (Data containing ? at the start getting converted to jsonp.... by ajax() ...) reopened by
- I'm not certain this fix is correct. I think that this fixes the bug I …
- 17:26 Ticket #2076 ($.trim Error: (text || "").replace is not a function) closed by
- fixed: Fixed in [4220]. Actually $.trim hasn't changed since 1.2.1 (and probably …
- 17:19 Changeset [7ef40fd19926c779086ae7d79796032708d568e0] by
-
- src/core.js
- test/unit/core.js
- 13:50 Ticket #2076 ($.trim Error: (text || "").replace is not a function) created by
- call $.trim($('#id').val()) over a #id empty input throws an Error: (text …
- 08:56 Ticket #2075 (Interface FX BlindToggleVertically) created by
- At the end of the animation, the following error is generated: …
- 06:04 Ticket #2074 (datepicker does not display correctly using blueprint css framework) created by
- datepicker does not display correctly using blueprint css framework. i …
- 03:53 Changeset [fc51e14b810474fe9ed0b03bed5eddc82e9f7fde] by
-
- src/core.js
- test/index.html
- test/unit/core.js
- 03:14 Ticket #1887 (Sortables -- bad options do not fail gracefully, explode) closed by
- fixed: Fixed in [4216]
- 03:13 Changeset [76c1889e22cbf2a2187bb55cd7adcbd56a5fd50a] by
-
- src/event.js
- 02:47 Ticket #1677 (Need for appendTo-option in Selectables) closed by
- fixed: Fixed in [4215]
12/17/07:
- 22:46 Ticket #2073 (offset(): parent has no properties) created by
- When calling offset, I sometimes get parent is not defined ("parent has no …
- 22:41 Ticket #2072 (livequery won't load with jquery 1.2.2b) created by
- When using jquery 1.2.2b, loading the livequery (v 1.0.1) plugin causes …
- 21:07 Ticket #2070 (not() fails to filter out <SELECT> DOM element (1.2.2b)) closed by
- fixed: There were actually two issues. First the test case had an error and was …
- 21:02 Changeset [24e036c7c88e7e3a1f878292e4b59914e1f4575c] by
-
- src/core.js
- test/unit/core.js
- 20:29 Ticket #2070 (not() fails to filter out <SELECT> DOM element (1.2.2b)) reopened by
- Looks like the test Joern checked in for this ticket is still failing …
- 20:25 Ticket #2069 (ready issues) closed by
- fixed: Fixed in [4211]. The ready helper method and associated shortcuts act the …
- 20:22 Changeset [d1b9ad3cdb3fd226d4208ae6eaed98baf7026222] by
-
- src/event.js
- 19:53 Ticket #2070 (not() fails to filter out <SELECT> DOM element (1.2.2b)) closed by
- duplicate: This should be fixed now in [4206]. Duplicate of #2062. Looks like you …
- 19:22 Ticket #2071 (1.2.2b kills IE on accordion demo page) created by
- I get weird errors in IE 6/7 on the accordion demo page, starting with an …
- 19:01 Changeset [ce4ab8a60e17ceafc3e67ddf4cc1b0526841a459] by
-
- test/unit/core.js
- 19:00 Ticket #2070 (not() fails to filter out <SELECT> DOM element (1.2.2b)) created by
- not() fails to filter out a single DOM element. Test: […] Most likely …
- 18:00 Ticket #2066 (.css({height: "300px !important"})) closed by
- invalid: Only Safari 3 Win of the browsers I tested lets you do that. The other …
- 17:39 Changeset [70ae356e4ed1f74bb008939b345437fbe7deb26d] by
-
- test/unit/event.js
- 17:37 Ticket #2069 (ready issues) created by
- I've discovered two issues with 1.2.2b with the ready event: For once, …
- 16:55 Ticket #2062 (not() does not work with DOMElement) closed by
- fixed: Fixed in [4206].
- 16:54 Changeset [90b25efa6c3c3676c5ae1dd782d04726e03a31e8] by
-
- src/core.js
- test/unit/core.js
- 14:40 Ticket #2068 (JQuery can't manipulate elements with '$' in ID) closed by
- worksforme: Selectors with special characters in them must be escaped. You can find …
- 14:38 Ticket #2064 (typo in offset method) closed by
- fixed: Fixed in [4204]
- 14:37 Changeset [d7f5a0835bc463d15a4f6210e48110054a050f0b] by
-
- src/offset.js
- 14:34 Ticket #2047 (better parent function (Prototype "up" like)) closed by
- worksforme
- 14:34 Ticket #2047 (better parent function (Prototype "up" like)) reopened by
- 14:34 Ticket #2047 (better parent function (Prototype "up" like)) closed by
- fixed: Just add the :first selector to your selector. Then it will return what …
- 14:31 Ticket #2065 (Brandon's Multiple_Events plugin doesn't work with 1.2.2b) closed by
- fixed: That is because this functionality is now included. You don't need the …
- 12:50 Ticket #2068 (JQuery can't manipulate elements with '$' in ID) created by
- Example:[…]
- 12:44 Ticket #2067 (Tabs panels (occasionally) don't show up in Safari 3) created by
- The tab panels occasionally (most of the time) do not show up after tabs …
- 12:08 Ticket #2066 (.css({height: "300px !important"})) created by
- The !important declaration works only on FF 2.x IE6 & IE7 broke Safari 2.x …
- 10:52 Ticket #2065 (Brandon's Multiple_Events plugin doesn't work with 1.2.2b) created by
- When using 1.2.2b and the "Multiple_Events" plugin, a "type.split is not a …
- 09:56 Ticket #2047 (better parent function (Prototype "up" like)) reopened by
- This is the difference: $(this).parents(selector); -> returns a set of …
- 09:03 Ticket #2064 (typo in offset method) created by
- Typo in offset.js, line 75, regarding spelling of "absolute". Reads ... …
- 06:56 Ticket #2063 (Droppable accept function improvement) created by
- I am commonly needing to get the droppable element being targeted during …
- 06:46 Ticket #2062 (not() does not work with DOMElement) created by
- […] the element with ID 'dodo' is not removed from selection
- 06:05 Ticket #2061 (if minDate is set to new Date, today is not selectable) created by
- The documentation says that minDate should be the minimum date the user …
- 02:28 Changeset [13a5fdb6a1571012c3e065a991fb4eff083057fb] by
-
- version.txt
- 02:03 Ticket #2037 (using innerHTML can cause css display errors in Opera) closed by
- fixed: Fixed in [4196].
- 01:58 Changeset [6496e4d9c419e447ac2d8a2e3623f07f74fd0860] by
-
- src/core.js
- test/index.html
- test/unit/core.js
- 01:11 Changeset [adc4c482017c237abc4d9a251b09549f34a88423] by
-
- ChangeLog.txt
- 01:01 Ticket #2047 (better parent function (Prototype "up" like)) closed by
- worksforme: Is this different from : $(this).parents(selector); ? …
- 00:51 Changeset [9af7387579a4350f66e49324483c6b599f43b9b2] by
-
- src/ajax.js
- 00:48 Changeset [6a25c20f5cdf2eba12d204517598a9e1386ab3a6] by
-
- src/ajax.js
- 00:44 Ticket #2020 (Data containing ? at the start getting converted to jsonp.... by ajax() ...) closed by
- fixed: Committed in SVN rev [4192].
- 00:44 Changeset [b721a2f472b53fec28276d2080d741cf070b686d] by
-
- src/ajax.js
- test/unit/ajax.js
12/16/07:
- 22:18 Changeset [45e4a52cdd094134c4595b0ff017b7a9d6a8243c] by
-
- src/event.js
- 21:41 Ticket #904 (DOM ready handlers will never be executed if jQuery is dynamically loaded) closed by
- fixed: As of Rev [4162] you can manually trigger the ready code. So once jQuery …
- 20:47 Ticket #1545 (unbind doesn't work if hover uses) closed by
- wontfix: The event code has changed so there is now a workaround for this issue. …
- 19:10 Ticket #2060 (Draggables & Sortable very very slow) created by
- Sortable element are very very slow under linux / firefox even with a few …
- 17:52 Ticket #2059 (ui.mouse: accounting for parent scrollLeft/scrollTop) created by
- This report is very close to the #2052. I open a separate because this is …
- 16:32 Ticket #2033 (tabsRotate - browser adress bar loses focus) closed by
- fixed: r4182
- 15:52 Ticket #1995 (ui.tabs disabled tabs have no z-index with flora.tabs.css) closed by
- invalid: I still cannot find any problems. Need a test case and additional …
- 11:59 Ticket #1890 (XML Broken on IE 7 and Opera 9.23 with jquery version 1.2.1) closed by
- worksforme: I created the attached test case and it works for me as long as the xml …
- 10:33 Changeset [859aa6c9df064ef7ec9d8cc33af59d867fac0b9a] by
-
- src/event.js
- 10:08 Changeset [97e98591aaf929bef42bf6047f68e08d8aafc1a4] by
-
- src/event.js
- 09:15 Ticket #1383 (Dealing with CSS "auto" values) closed by
- worksforme: I was unable to reproduce this bug. It has been a while since it was …
- 04:09 Changeset [7a6978b3244023831057c1fde2a9daaab2d705e7] by
-
- src/event.js
- 04:04 Changeset [67c7b46ea36946c85d119d2c513486d2b1a05a24] by
-
- test/unit/core.js
- 01:06 Ticket #1781 (Javascript Warnings (javascript.options.strict)) closed by
- fixed: Fixed in [4171] for warnings on parse that are mentioned in this ticket.
- 01:03 Changeset [feb9051c0e29937c2494c3db0862a671efc21747] by
-
- src/ajax.js
- src/core.js
- src/event.js
- src/fx.js
- src/offset.js
- 00:14 Ticket #1872 (Charachter Encoding on Ajax Load) closed by
- worksforme: This is a problem with you web server and not with jQuery. If you look at …
12/15/07:
- 23:33 Ticket #2058 (query error) created by
- ==== How to Reproduce ==== While doing a GET operation on /query, Trac …
- 23:33 Ticket #1934 (charset) closed by
- fixed: Feature added in [4170]. It wouldn't work with $.getScript but rather …
- 23:30 Changeset [4e339ef5573dc6472c00c01a3de883346e6b03a3] by
-
- src/ajax.js
- 23:14 Ticket #1931 (.getScript misses charset property) closed by
- duplicate: Duplicate of #1934.
- 08:15 Ticket #2057 (Droppable tolerance for draggable that completely overlaps) created by
- When a draggable item completely overlaps a droppable item, there is no …
- 05:55 Changeset [b264f789b9a6995ad0e7eec6771fafa852717571] by
-
- src/event.js
- test/unit/event.js
- 02:02 Ticket #2056 (performance enhancements) created by
- This patch increases the performance of merge and filter. There are also …
- 01:38 Ticket #1995 (ui.tabs disabled tabs have no z-index with flora.tabs.css) reopened by
- For the test case you will need another (transparent) layer where the tabs …
- 00:18 Ticket #2055 (Example F in Tutorials:Live_Examples_of_jQuery out of scope) created by
- - Hi, Example F on page …
12/14/07:
- 21:11 Ticket #2054 (creation of jQuery object causes Safari 2.0.4 on MacOS 10.4 to crash.) closed by
- fixed: This should be fixed in [4062]. If you get a chance and could test the …
- 19:27 Ticket #2054 (creation of jQuery object causes Safari 2.0.4 on MacOS 10.4 to crash.) created by
- Browser: Safari 2.0.4 OS: MacOSX 10.4 Steps to reproduce: 1) create a …
- 18:59 Changeset [01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1] by
-
- Makefile
- 17:07 Ticket #2046 ($.load not working when default dataType is set to json) closed by
- fixed: Fixed in [4155].
- 17:06 Changeset [06c2f06a2183ef17a8119ef25a383a02572c0b55] by
-
- src/ajax.js
- test/unit/ajax.js
- 16:41 Ticket #2053 (ui.slider - Multiple sliders - moveTo function with startValues.) created by
- I've modified ui.slider.js because I want to set the sliders to initial …
- 16:33 Ticket #1836 (.clone() not picking up form element names if set by .attr() in IE6) closed by
- wontfix: IE is being extremely stubborn in trying to copy the name attribute. In …
- 15:37 Ticket #1918 (memory leak onReady() in IE + patch) closed by
- fixed: This is resolved in the latest SVN. However, it is possible that text …
- 15:34 Ticket #2049 (ie's memery leak) closed by
- duplicate: This is a duplicate of #1731 and is resolved in [3578].
- 15:34 Ticket #2052 (UI mouse.js does not recognise parent with fixed position) created by
- Line 144 (approx) tests for a parent of relative or absolute position... …
- 06:25 Ticket #2051 (JSONP is always assumed) created by
- […] This should check to see if the JSONP style var=? exists …
- 02:04 Changeset [56a93fc2cce999ccfb0e3b80aeaa0f480ef7ae6e] by
-
- src/ajax.js
- 01:57 Ticket #2050 (Created options are always selected) closed by
- worksforme: Already fixed in SVN.
- 01:57 Changeset [14a3a5bf9d65d9910a730d53208e3dccb34e3704] by
-
- test/unit/core.js
- 01:52 Ticket #2050 (Created options are always selected) created by
- […]
12/13/07:
- 22:58 Changeset [7120b56caa235ae9315aab0634d9ff7e21c300fd] by
-
- src/core.js
- src/selector.js
- 22:28 Ticket #1854 (function .not() and selector :not() don't work on complex expressions) closed by
- fixed: Fixed in [4143]. Thanks wizzud for the suggestions and the code! It …
- 22:24 Changeset [da33a981c6fb18a195377d55a6d243e2de887f45] by
-
- src/core.js
- src/selector.js
- test/index.html
- test/unit/core.js
- test/unit/selector.js
- 16:22 Ticket #1918 (memory leak onReady() in IE + patch) reopened by
- eee....the patched jquery.js also have the problom, please try this: …
- 15:35 Ticket #2049 (ie's memery leak) created by
- the code just like this: ------------------------------- <script …
- 14:31 Ticket #2048 (DATEPICKER 3.2 (trunk) event string concat bug for cells onmouseover/out) created by
- onmouseover and onmouseout have bad syntax since the end quote is included …
- 13:31 Ticket #1995 (ui.tabs disabled tabs have no z-index with flora.tabs.css) closed by
- worksforme: I wasn't able to create a test case where clicking an unselected tab would …
- 13:25 Ticket #1896 (Tabs - layout problem on IE6 and IE7 when switching to RTL) closed by
- fixed: r4140
- 12:51 Ticket #1811 (accordion animation prevents dynamic content) closed by
- fixed: Fixed in latest revision. Added the clearStyle option for this usecase. …
- 12:51 Ticket #1709 (Compressed Accordion Contains JS errors) closed by
- fixed: This seems to be fixed in the latest revision, I couldn't reproduce any …
- 12:49 Ticket #1799 (Accordion Demo seems broken) closed by
- fixed: Fixed in [4139].
- 12:40 Ticket #2047 (better parent function (Prototype "up" like)) created by
- I often need a specific parent element instead of all or the direct …
- 10:03 Ticket #2046 ($.load not working when default dataType is set to json) created by
- The following isn't working as expected: $.ajaxSetup({ dataType: …
- 05:33 Ticket #2045 (Safari crashes when hiding a floated element with an animation) closed by
- worksforme: I tried this in Safari 3.0.4 Win and it worked fine. Look on the wiki …
- 03:46 Changeset [3e3b86c7a7437c7b0416a2ac8385cf9403fc9e28] by
-
- src/core.js
- 01:55 Ticket #2015 (Slider Bug in Download Version) closed by
- duplicate: Duplicate of #2022
- 01:52 Ticket #2022 (Bug in Slider due to extra comma) closed by
- fixed: Fixed in [3363]
- 01:41 Ticket #1735 (Addition of stop and start options to UI Selectable.) closed by
- fixed: Fixed in [4131].
Note: See TracTimeline
for information about the timeline view.
