Timeline
Jul 28, 2008:
- 2:31 PM Ticket #3127 (File size optimizations for jQuery.event.special) closed by
- fixed: Applied yours at [5797] only with slight modifications.
- 2:31 PM Changeset [3129306]1.12-stable2.2-stablekillphp by
- src/event.js
- 2:14 PM Ticket #2207 (serializeArray should treat elements with [braces] as arrays) closed by
- wontfix: The answer is always the same, if you provide a test case where any of …
- 1:37 PM Ticket #3078 (remove() does not remove associated data) closed by
- invalid: Considering that the validator instance is stored just in the cache …
- 12:35 PM Ticket #3023 ([@attribute] selector breaks on attributes with namespaces) closed by
- fixed: Fixed at [5796].
- 12:34 PM Changeset [a3e9706]1.12-stable2.2-stablekillphp by
- src/selector.js
- 12:25 PM Ticket #2939 (Selectors using style attribute broken) closed by
- fixed: Fixed at [5795]. This made me realize of a possible optimization: #3194.
- 12:24 PM Ticket #3194 (Possible optimization for the selector module) created by
- This reduces the code size and makes things more straight forward. But …
- 12:23 PM Changeset [23eeaf3]1.12-stable2.2-stablekillphp by
- src/selector.js
- 12:09 PM Ticket #2277 (fx camelCase) closed by
- wontfix: Here it is specified that the …
- 12:03 PM Ticket #1814 ($.param add parameter 'clean' to filter out empty elements if desired) closed by
- wontfix
- 10:39 AM Ticket #3188 (the Effect Method Animate can't change the height -css -attibute.) closed by
- invalid: Reopen with a valid test case if you want.
- 10:26 AM Ticket #3191 (fail find in idrag.js (Interface 1.2 plugin) in ie) closed by
- invalid: Interface is deprecated, its author doesn't work on it and it's not …
- 10:15 AM Ticket #3193 (Issue using animate) created by
- Scenario: creating a horizontally scrolling image area with buttons to …
Jul 27, 2008:
- 9:55 AM Ticket #3192 (jquery-1.2.6 got bug in ie5.5("option:selected")) created by
- jquery-1.2.1 worked good in ie5.5 $("#Select1 …
Jul 26, 2008:
- 1:17 PM Ticket #3191 (fail find in idrag.js (Interface 1.2 plugin) in ie) created by
- When I try use this demo …
Jul 25, 2008:
- 2:06 PM Ticket #3190 (HOVER doesn't work on area tag in IE) created by
- Hi, In response to closed ticket #3183, mouseenter and mouseleave are …
- 1:11 PM Ticket #3189 (Dimensions (height() and width()) fail when dom-node not yet added to ...) created by
- To reproduce: var x = $("<span></span>").css('height', 250); …
- 5:10 AM Ticket #3188 (the Effect Method Animate can't change the height -css -attibute.) created by
- it seems use the statement as follows: …
- 3:55 AM Ticket #3187 (jQuery load crashes ie6) created by
- I am usign jQ v 1.2.6 When trying to use …
- 1:58 AM Ticket #3186 (Retrieving height()/width() of a complex div failing in Safari) created by
- When trying to view the height/width (using the appropriate functions) …
Jul 24, 2008:
- 10:15 PM Ticket #3185 (ready() doesn't work correctly for scripts loaded dynamically) created by
- Consider a page that does not call ready(). If ready() is called by a …
- 8:08 PM Ticket #3181 (UI Tabs ajax call breaks when other ajax requests remove tabs element) closed by
- invalid: This belongs to jQuery UI. Please repost this to the …
- 8:08 PM Ticket #3182 (interface can't work with jquery's latest version) closed by
- wontfix: Yes, Interface is "deprecated". That means stefan penner doesn't work …
- 8:07 PM Ticket #3183 (Bind an event of type "mouseenter" or "mouseleave" on map area) closed by
- wontfix: mouseenter and mouseover are different kind of events. mouse(over|out) …
- 8:02 PM Ticket #3184 (Image Disappears when you rollover Tab on JQuery Tabs) closed by
- invalid: jQuery UI Tabs belong to jQuery UI, they have their own tracker at …
- 4:57 PM Ticket #3184 (Image Disappears when you rollover Tab on JQuery Tabs) created by
- I am having an issue with some of the folks that view my site that …
- 5:46 AM Ticket #3183 (Bind an event of type "mouseenter" or "mouseleave" on map area) created by
- Hy, If I do execute this code on IE, he doesn't work : […] I …
Jul 23, 2008:
- 11:05 PM Ticket #3182 (interface can't work with jquery's latest version) created by
- I'm using interface's slider demo, I already used jquery's latest …
- 5:59 PM Ticket #3181 (UI Tabs ajax call breaks when other ajax requests remove tabs element) created by
- The success function in the ajax call made by the ui tab code does not …
- 1:00 PM Ticket #2652 (val() returns an empty string in IE6/7) closed by
- fixed: Fixed and added some tests at [5793].
- 1:00 PM Changeset [a27b5d04]1.12-stable2.2-stablekillphp by
- src/core.js
- test/index.html
- test/unit/core.js
- test/unit/selector.js
- 12:31 PM Ticket #255 (Add reverse and sort to jQuery core) closed by
- invalid
- 12:29 PM Ticket #3026 (More robust jQuery.makeArray) closed by
- wontfix: The only known conflict is with Scriptaculous. But they changed they …
- 12:28 PM Ticket #3058 ($.attr() improvement ?) closed by
- invalid: No need for duplicated functionality, removeAttr should do just fine.
- 12:27 PM Ticket #3152 (attr(name, value) does not escape values) closed by
- invalid
- 12:24 PM Ticket #3129 (Array.prototype.call definition breaks jQuery 1.2.6 (OK in 1.2.3)) closed by
- wontfix: You can fix this issue by just upgrading to Scriptaculous 1.8.x. So I …
- 12:20 PM Ticket #3134 (Tweak to .isFunction) closed by
- duplicate: Duplicate of #2968. Fixed on [5792].
- 12:18 PM Ticket #2968 (isFunction and object problems) closed by
- fixed: Applied at [5792]. Commented out 2 tests, and the suite passes on all …
- 12:18 PM Changeset [69212c50]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 12:13 PM Ticket #3180 (JQuery with Digitialspaghetti Password Strength Meter Plugin) created by
- Hi, I am not sure whether this is the correct forum to post this …
- 11:21 AM Ticket #3179 (jQuery.browser.version fallback) closed by
- fixed: Added at [5791].
- 11:21 AM Changeset [43c4b64]1.12-stable2.2-stablekillphp by
- src/core.js
- 11:16 AM Ticket #3179 (jQuery.browser.version fallback) created by
- Hi, I noted that on jQuery, when it calculates jQuery.browser.version …
- 11:03 AM Ticket #3178 ([Safari][Windows].html() with a text longer than 49934) created by
- Hi, I'm having a issue under Safari for windows version …
- 5:12 AM Ticket #3177 (slideUp and slideDown on table) created by
- A column (td) that contains colspan="x" will have this property …
Jul 22, 2008:
- 5:31 PM Ticket #2207 (serializeArray should treat elements with [braces] as arrays) reopened by
- OK, this took me a while to remember what is going on. You are right, …
- 12:29 PM Ticket #2207 (serializeArray should treat elements with [braces] as arrays) closed by
- worksforme: This does work for me, see #2377. This html: […] With this PHP: …
- 11:57 AM Ticket #2377 (jQuery.param returns wrong data when using brackets "[ ]" in variables) closed by
- invalid: Ok, I just tried this with a small php file and it works well. PHP …
Jul 21, 2008:
- 10:22 PM Ticket #3172 (Possibility to change how the buttons of a dialog is displayed.) closed by
- invalid: This belongs to jQuery UI. Please repost this to the …
- 10:15 PM Ticket #3175 (overflow not recognized on new tabs) closed by
- invalid: Eh ? is this for jQuery UI Tabs ? Please repost this to the …
- 10:12 PM Changeset [fa13d60]1.12-stable2.2-stablekillphp by
- test/otherlibs/scriptaculous/1.7.0/builder.js
- test/otherlibs/scriptaculous/1.7.0/controls.js
- test/otherlibs/scriptaculous/1.7.0/dragdrop.js
- test/otherlibs/scriptaculous/1.7.0/effects.js
- test/otherlibs/scriptaculous/1.7.0/scriptaculous.js
- test/otherlibs/scriptaculous/1.7.0/slider.js
- test/otherlibs/scriptaculous/1.7.0/unittest.js
- 9:59 PM Ticket #3176 (JQuery doesn't play nice with scriptaculous v1.7.1_beta3) closed by
- duplicate: No, that's not a valid fix. FF reports RegExps as functions, and …
- 9:43 PM Ticket #3170 ($.browser.version returns worong value) closed by
- duplicate: Duplicate of #3169. Can you please follow the steps mentioned on that …
- 9:39 PM Ticket #3168 (Content from $.get won't be affected by jQuery) closed by
- invalid: Check out …
- 9:37 PM Ticket #3167 (z.indexOf is not a function) closed by
- invalid: Right, I'll close for now. Reopen this if you modify the test case …
- 9:34 PM Ticket #3165 (problem using jquery + scriptaculous/prototype) closed by
- duplicate: This was already reported. It happens when you mix jQuery 1.2.6 with …
- 9:31 PM Ticket #3164 (for-loop is off by 1) closed by
- duplicate: I already fixed this on [5707]. Thanks for reporting.
- 9:21 PM Ticket #3161 (Resizable element within Iframe shifts during resize) closed by
- invalid: This belongs to jQuery UI. Please repost this to the …
- 6:55 PM Ticket #3176 (JQuery doesn't play nice with scriptaculous v1.7.1_beta3) created by
- I came across this because I inject jQuery into websites from an …
- 10:47 AM Ticket #3175 (overflow not recognized on new tabs) created by
- When creating a new tab, the newly created/selected tab does not stay …
- 10:02 AM Ticket #3174 (selector bug) created by
- Hi, While using an attribute selector i came across a problem. It is …
Note: See TracTimeline
for information about the timeline view.