Timeline
07/28/08:
- 18:31 Ticket #3127 (File size optimizations for jQuery.event.special) closed by
- fixed: Applied yours at [5797] only with slight modifications.
- 18:31 Changeset [31293063fa0477a0fc31526c6f57a2ed0c343c07] by
-
- src/event.js
- 18:14 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 …
- 17:37 Ticket #3078 (remove() does not remove associated data) closed by
- invalid: Considering that the validator instance is stored just in the cache and …
- 16:35 Ticket #3023 ([@attribute] selector breaks on attributes with namespaces) closed by
- fixed: Fixed at [5796].
- 16:34 Changeset [a3e97062d42ad6ee1c5feff9382a854768703d54] by
-
- src/selector.js
- 16:25 Ticket #2939 (Selectors using style attribute broken) closed by
- fixed: Fixed at [5795]. This made me realize of a possible optimization: #3194.
- 16:24 Ticket #3194 (Possible optimization for the selector module) created by
- This reduces the code size and makes things more straight forward. But …
- 16:23 Changeset [23eeaf38546d7d2757c02ca1c4b4a27aaa453133] by
-
- src/selector.js
- 16:09 Ticket #2277 (fx camelCase) closed by
- wontfix: Here it is specified that the …
- 16:03 Ticket #1814 ($.param add parameter 'clean' to filter out empty elements if desired) closed by
- wontfix
- 14:39 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.
- 14:26 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 …
- 14:15 Ticket #3193 (Issue using animate) created by
- Scenario: creating a horizontally scrolling image area with buttons to do …
07/27/08:
- 13:55 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 …
07/26/08:
- 17:17 Ticket #3191 (fail find in idrag.js (Interface 1.2 plugin) in ie) created by
- When I try use this demo http://interface.eyecon.ro/demos/scrollbar.html …
07/25/08:
- 18:06 Ticket #3190 (HOVER doesn't work on area tag in IE) created by
- Hi, In response to closed ticket #3183, mouseenter and mouseleave are the …
- 17:11 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); x.height(); …
- 09:10 Ticket #3188 (the Effect Method Animate can't change the height -css -attibute.) created by
- it seems use the statement as follows: …
- 07:55 Ticket #3187 (jQuery load crashes ie6) created by
- I am usign jQ v 1.2.6 When trying to use …
- 05:58 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) of …
- 02:15 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 …
- 00:08 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 …
- 00:08 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 on …
- 00:07 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) are …
- 00:02 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 …
07/24/08:
- 20:57 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 when a …
- 09:46 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 think …
- 03:05 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 version …
07/23/08:
- 21:59 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 …
- 17:00 Ticket #2652 (val() returns an empty string in IE6/7) closed by
- fixed: Fixed and added some tests at [5793].
- 17:00 Changeset [a27b5d0468acc5dd8cdfcbff9464546b353e3c04] by
-
- src/core.js
- test/index.html
- test/unit/core.js
- test/unit/selector.js
- 16:31 Ticket #255 (Add reverse and sort to jQuery core) closed by
- invalid
- 16:29 Ticket #3026 (More robust jQuery.makeArray) closed by
- wontfix: The only known conflict is with Scriptaculous. But they changed they …
- 16:28 Ticket #3058 ($.attr() improvement ?) closed by
- invalid: No need for duplicated functionality, removeAttr should do just fine.
- 16:27 Ticket #3152 (attr(name, value) does not escape values) closed by
- invalid
- 16:24 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 see …
- 16:20 Ticket #3134 (Tweak to .isFunction) closed by
- duplicate: Duplicate of #2968. Fixed on [5792].
- 16:18 Ticket #2968 (isFunction and object problems) closed by
- fixed: Applied at [5792]. Commented out 2 tests, and the suite passes on all …
- 16:18 Changeset [69212c501f8875b4650847053cc41eaa470e5848] by
-
- src/core.js
- test/unit/core.js
- 16:13 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 issue. …
- 15:21 Ticket #3179 (jQuery.browser.version fallback) closed by
- fixed: Added at [5791].
- 15:21 Changeset [43c4b64f328c5d6f2642f6dcf33eb27c377c0491] by
-
- src/core.js
- 15:16 Ticket #3179 (jQuery.browser.version fallback) created by
- Hi, I noted that on jQuery, when it calculates jQuery.browser.version and …
- 15:03 Ticket #3178 ([Safari][Windows].html() with a text longer than 49934) created by
- Hi, I'm having a issue under Safari for windows version 3.1.2(525.21). …
- 09:12 Ticket #3177 (slideUp and slideDown on table) created by
- A column (td) that contains colspan="x" will have this property ignored …
07/22/08:
- 21:31 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, …
- 16:29 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: …
- 15:57 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 …
- 02:22 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 …
- 02:15 Ticket #3175 (overflow not recognized on new tabs) closed by
- invalid: Eh ? is this for jQuery UI Tabs ? Please repost this to the …
- 02:12 Changeset [fa13d6009d5f7a6b2c51463522ce1ced49110410] 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
- 01:59 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 Safari …
- 01:43 Ticket #3170 ($.browser.version returns worong value) closed by
- duplicate: Duplicate of #3169. Can you please follow the steps mentioned on that …
- 01:39 Ticket #3168 (Content from $.get won't be affected by jQuery) closed by
- invalid: Check out …
- 01:37 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 and it …
- 01:34 Ticket #3165 (problem using jquery + scriptaculous/prototype) closed by
- duplicate: This was already reported. It happens when you mix jQuery 1.2.6 with …
- 01:31 Ticket #3164 (for-loop is off by 1) closed by
- duplicate: I already fixed this on [5707]. Thanks for reporting.
- 01:21 Ticket #3161 (Resizable element within Iframe shifts during resize) closed by
- invalid: This belongs to jQuery UI. Please repost this to the …
07/21/08:
- 22:55 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 …
- 14:47 Ticket #3175 (overflow not recognized on new tabs) created by
- When creating a new tab, the newly created/selected tab does not stay in …
- 14:02 Ticket #3174 (selector bug) created by
- Hi, While using an attribute selector i came across a problem. It is hard …
Note: See TracTimeline
for information about the timeline view.
