Timeline
Feb 4, 2008:
- 7:26 PM Ticket #2283 (animate() function does not work in jQuery 1.2.2!) closed by
- invalid: jQuery doesn't have the native ability to animate color in the core. …
- 3:56 PM Ticket #2283 (animate() function does not work in jQuery 1.2.2!) created by
- It seems that any color manipulation using the animate function does …
- 1:32 PM Ticket #2282 (script tags not evaluated in $.ajax) created by
- The documentation for $.ajax states that script tags are evaluated …
- 11:53 AM Ticket #2281 (Support for rgba animations in jquery.color) created by
- rgba-values in color css attributes allow firefox 3 and safari 3 to …
- 10:12 AM Ticket #2224 (Support unbind(".namespace")) closed by
- fixed: Fixed in [4601].
- 8:56 AM Ticket #2280 (Selection by align attribute fails in Mozilla browsers) created by
- When using selectors involving the "align" attribute, Mozilla browsers …
- 2:50 AM Ticket #2279 (faster trim) created by
- Maybe everyone had read this already... I think jQuery would really …
- 2:04 AM Ticket #2278 (animate calculates the wrong height of element with implicit width) created by
- Full description: …
- 1:32 AM Ticket #2277 (fx camelCase) created by
- .animate({"margin-left" 5}) fails, .animate({marginLeft: 5}) works.
- 12:06 AM Ticket #2276 (AIR compliant) created by
- Do you plan to upgrade to be AIR compliant …
Feb 3, 2008:
- 4:46 PM Changeset [2c07690]1.12-stable2.2-stablekillphp1.2.3b by
- version.txt
- 1:43 PM Changeset [b0c7df6]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 12:56 PM Changeset [4a11e6d]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 12:17 PM Ticket #2275 (Datepicker: can't paste date to field) created by
- Well, I can't paste a valid date from my clipboard to field with …
- 10:08 AM Ticket #2274 (The Tabs Page is showing a 404 on JQuery Site) created by
- FYI: I got a 404 when trying to go to the following page: …
Feb 2, 2008:
- 11:33 PM Changeset [703e89b]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 11:05 PM Changeset [77da945]1.12-stable2.2-stablekillphp by
- src/core.js
- src/event.js
- test/unit/core.js
- 6:23 PM Ticket #2273 (Other windows and documents) created by
- When the functions height and width are generated, since line 1325, …
- 4:52 PM Ticket #2007 (Bring selected Dialog to front of other dialogs. (Patch Included)) closed by
- fixed: Fixed in [4590]
Feb 1, 2008:
- 9:04 PM Ticket #2272 (interface does not work with jquery newer then 1.2.1) created by
- One Example (the animation works fine, but Firebug displays …
- 8:43 PM Ticket #2271 (accordian panel bug) created by
- Loaded the accordian panel page in firefox 2 …
- 8:39 PM Ticket #2270 (main demo broken in firefox 2) created by
- The demo on this page http://docs.jquery.com/UI/Tabs fails in Firefox …
- 6:32 PM Ticket #2230 ([validate] custom messages are lost when min/max are converted to range) closed by
- fixed: Fixed in [4587]. Set jQuery.validator.autoCreateRanges = true to …
- 6:23 PM Changeset [25c76232]1.12-stable2.2-stablekillphp by
- MIT-LICENSE.txt
- src/core.js
- 2:32 PM Ticket #1297 (Tooltip plugin not working properly) closed by
- worksforme: I can't replicate this problem. Please give the latest release (1.2) a try.
- 5:41 AM Ticket #2269 (datepicker in scrolled div's (overflow=auto)) created by
- The datepicker doesn't position itself correctly when it is inside a …
- 3:59 AM Ticket #2268 (offset is incorrect in a scrolling tbody) created by
- When a table tbody is set to scroll by setting a height and overflow …
Jan 31, 2008:
- 6:45 PM Ticket #2267 (ui.datepicker: minDate maxDate) created by
- These functions are misleading. One would expect that a given minDate …
- 3:03 PM Ticket #2266 (multiFilter doesn't properly filter with selectors that contain descendants) created by
- There seems to be a problem with multiFilter when filtering with …
- 2:06 PM Ticket #2265 (Sortables disappear in IE6 when dragged) created by
- I am writing a module for the Drupal CMS using UI sortables. Right …
- 1:25 PM Ticket #2264 (Appending spaces in IE7 results in an error) created by
- Tested with jquery-1.2.2.min.js, in IE7: $('li').append(' '); Throws …
- 9:46 AM Ticket #2263 (Error in calculate week - UI Datepicker) created by
- Error in calculating week number. 2 weeks number 13 in …
- 2:10 AM Ticket #2262 (iFrame problem while using UI Sortables makeSortable) created by
- I'm using new ui.sortables makeSortable method. When I'm using an …
Jan 30, 2008:
- 11:42 PM Ticket #2261 (Droppables/Sortables not triggered in scrollable divs) created by
- I have a fixed size div (roughly 800px square) with overflow set to …
- 9:47 PM Ticket #2260 (Datepicker broken in Safari and Firefox) created by
- Nothing happens when I click the datepicker …
- 9:09 PM Ticket #2259 (slider can not be vertical) created by
- I can not place slider in vertical position. I tried first …
- 7:05 PM Ticket #2037 (using innerHTML can cause css display errors in Opera) reopened by
- Hello, I'm coming from Drupal and we are trying to get jQuery 1.2.3 in …
- 7:00 PM Ticket #1625 (resize event handler is called twice in IE) reopened by
- Can this issue be looked into again? It seems that a fix for this …
- 5:33 PM Ticket #2258 (Ajax sending data to response functions) created by
- When a response comes back from AJAX, there's no way to refer it to a …
- 5:31 PM Ticket #2257 ([PATCH] ui.datepicker: hideOnButton) created by
- This adds an option to change the date picker button to a toggle. (Not …
- 12:02 PM Ticket #2256 (Sortable options 'update' and 'stop' do not fire) created by
- http://docs.jquery.com/UI/Sortables/sortable#options As far as I can …
- 9:27 AM Ticket #2255 (datePicker onClose feature request) created by
- I think adding an "onClose: function(dateText).." feature in …
- 6:32 AM Ticket #2042 (callback parameter doesn't match on animate functions) reopened by
- This does cause a problem, as hide(), for instance, doesn't pass an …
- 6:20 AM Ticket #2254 (problem with ajax url when calling top.function() from iframe) created by
- HEllo, topUrl: http://domainA/a/ iframeUrl: http://domainA/a/b/ We …
Jan 29, 2008:
- 8:20 PM Ticket #2253 (iframe bug?) created by
- if in a page Have two "iframe" , use it in IE(6/7): …
- 8:27 AM Ticket #2252 (Setting select value via val() shows error in IE6) created by
- When a select element is filled (dynamicly) with options and then one …
- 5:20 AM Ticket #1832 (Screenshot on ui.jquery.com is way too large) closed by
- fixed: Fixed in Dec.
- 1:00 AM Ticket #2187 (IE6/7 fails in "find" when selector isn't a String) closed by
- invalid: No problem at all. Glad you found your issue.
Jan 28, 2008:
- 7:50 PM Ticket #2251 ("could not set the selected property" error in IE when manipulating SELECTs) created by
- Internet Explorer (6, at least), seems to have serious trouble …
- 3:51 PM Ticket #2250 (Addition of "delayed" method to jQuery) created by
- Purpose: delays execution of a call to jQuery object by a set amount …
- 3:38 PM Ticket #2249 (Addition of "once" event handler) created by
- The following code will assign an event, and then unbind that event …
- 3:17 PM Ticket #2248 (Bug in ui.slider.js causes IE to fail) created by
- Internet Explorer generates a "Expected Identifier, string or number" …
- 2:52 PM Ticket #2247 ($.fn.offset() is shifted by 2px in Quirks Mode) created by
- A recent change made to offset.js (rev 4016) no longer accurately …
- 2:37 PM Changeset [32ba000]1.12-stable2.2-stablekillphp1.2.3a by
- version.txt
- 2:32 PM Changeset [f354e85]1.12-stable2.2-stablekillphp by
- Makefile
- 2:26 PM Ticket #2246 (.slideDown() in Safari 2) created by
- A follow up from this Drupal.org issue: …
- 1:49 PM Ticket #2216 ([validate] javascript error : elem has no properties) closed by
- fixed: Fixed in [4547].
- 1:21 PM Ticket #2216 ([validate] javascript error : elem has no properties) reopened by
- Scott noted that at least one problem is caused by the lack of …
- 12:25 PM Ticket #2216 ([validate] javascript error : elem has no properties) closed by
- worksforme: Could you provide a testpage or at least some testcase? Or a …
- 10:52 AM Ticket #2245 (getComputedStyle throwing error in all browsers) created by
- Error reporting in FF2, IE7, IE6, Safari 4. Not using the curCSS …
- 4:01 AM Ticket #2244 (IE7 doesn't fire the load event in a certain case) created by
- here is my code $(document).ready(function() { …
- 2:22 AM Ticket #2243 (Trac detected an internal error) created by
- ==== How to Reproduce ====
While doing a GET operation on
/query
, … - 2:17 AM Ticket #2242 (Sortable demo: can not move to empty columns (Explorer)) created by
- When all items are moved out of a column, that column does not accept …
Note: See TracTimeline
for information about the timeline view.