Timeline
03/06/08:
- 19:47 Ticket #2469 (Bad Path in Speed Test) created by
- I found that the path to the dist/jquery.js was wrong. Attaching a patch …
- 18:20 Ticket #2468 (html() funtion of jQuery does't work correctly in ie) created by
- […] encoding of ok.txt and oops.txt is utf8.
- 18:12 Ticket #2467 (html() funtion of jQuery does't work correctly in ie) created by
- 13:05 Ticket #2466 (HTML Constructor Fails to Create Beginning and Ending Text Nodes) created by
- […] yields: […] should yield: […]
- 05:23 Ticket #2465 (get dom element for added html) created by
- Thank you for jQuery, it's an ingenious library : ) I frequently use …
- 01:46 Ticket #2464 (Resizable + Draggable <img>) created by
- $(document).ready(function() { $("img").resizable({ handles: 'all', …
03/05/08:
- 23:34 Ticket #2463 (Shadow causes elements it doesn't own to change size on DOM modifications) created by
- fx.shadow.js assumes that the next element is always the shadow element …
- 22:13 Ticket #2462 (backgroundPosition propertie) created by
- .css({ backgroundPosition: ... doesn't work!
- 20:57 Ticket #2461 ([droppable] add greedy option) created by
- Add the greedy option for droppables.
- 14:55 Ticket #2460 ($('div.itemContent', this.parentNode.parentNode) returns empty in Firefox) closed by
- invalid: Your page has invalid markup. […]
- 14:49 Ticket #2456 ([validate] Accept dependency expression for every method) reopened by
- Jörn closed the wrong ticket…
- 14:48 Ticket #2404 ([autocomplete] space does not work as separator for multiple:true) closed by
- fixed: Fixed in [4862]. Thanks Dan!
- 13:55 Ticket #2460 ($('div.itemContent', this.parentNode.parentNode) returns empty in Firefox) created by
- Hi, var targetContent = $('div.itemContent', this.parentNode.parentNode); …
- 13:27 Ticket #2440 (Problem with destroying a draggable) closed by
- fixed: Thanks, fixed!
- 13:17 Ticket #2399 (UI sartable and Cookies Function) closed by
- wontfix: This is likely not going to implemented because the case is too specific - …
- 11:18 Ticket #2459 ([value=something] seems to don't work) created by
- with the HTML : […] the Jquery syntax […] return nothing! (the …
- 04:26 Ticket #2229 (confusion between datepicker_currentDay class and datepicker_today class) closed by
- fixed: The latest version applies both datepicker_today and datepicker_currentDay …
- 03:31 Ticket #2019 (ui.resizable misses option "snap to grid" and "animation/fx") closed by
- fixed
03/04/08:
- 22:51 Ticket #2456 ([validate] Accept dependency expression for every method) closed by
- fixed: Fixed in [4862]. Thanks Dan!
- 20:41 Ticket #2458 (Autocomplete plug-in breaks if multipleSeparator value appears in ...) created by
- If you use a multipleSeparator that happens to also appear in the text of …
- 20:10 Ticket #2457 (fadeIn Effect causes text to loose TrueType in IE7, solution included) created by
- This was driving me insane for a whole day, I noticed that the text on my …
- 20:07 Ticket #2456 ([validate] Accept dependency expression for every method) created by
- Usage: […] Here the billing address must be the same as the shipping …
- 17:04 Ticket #2455 (Traversing > next example not working on FF,Opera/Mac) created by
- The example found at http://docs.jquery.com/Traversing/next#expr is broken …
03/03/08:
- 22:34 Ticket #2435 (Tabs 3. Ajax and .tabs("select", x)) reopened by
- Sorry for not including enough information. I'm reopening the ticket. I …
- 22:28 Ticket #2453 (attr(...) function returns undefined when value is 0) created by
- The jQuery attribute function returns undefined if the value of the …
- 21:58 Ticket #2452 ($.post and $.get are probably not handling the abcense of data well) created by
- I was looking for the post and get code today (I'm planning on …
- 17:57 Ticket #2451 (LayerX and layerY returns undefined in IE/Opera) created by
- object.layerX and object.layerY is not cross-browser. IE/Opera doesn't …
- 15:56 Ticket #2393 ([ENH] Add ability to define cookie name for UI/Tabs) reopened by
- I probably wasn't completely clear with my usecase. The problem is that …
- 15:49 Ticket #2443 (zIndex in draggable not implemented) closed by
- invalid: It is implemented. Please include the file draggable.ext.js. Thanks!
- 14:40 Ticket #2450 (dialog over the div with scrollbars in firefox 2/mac) created by
- Is it possible to show the dialog over the scrollbars of the div? …
- 14:24 Ticket #2449 (keys for dialog) created by
- It whould be quite convenient to press esc and close the dialog or press …
- 14:05 Ticket #2448 (modal dialog in safari2) created by
- If the dialog has modal:true, the buttons of the dialog are also not …
- 09:22 Ticket #2447 ($.extend overwrites inner objects nstead of extending) created by
- After writing: […] I'd expect: […] But I get: […] …
- 08:48 Ticket #2446 (a datepicker bug in IE6) created by
- in IE6, […] will reported "undefined" in "inst._input[0].focus();" …
- 04:08 Ticket #2406 (Proportional resizing using the Resizable) closed by
- fixed: This is already fixed, thanks anyway!
- 03:32 Ticket #2445 ("this" refers to window object in $.map()) created by
- Hello, I found that 'this' inside of the callback function in $.map() …
03/02/08:
- 19:46 Ticket #2444 (click with return false in Safari 2) created by
- I can't return false onclick to prevent changing to new page in safari 2. …
- 18:46 Ticket #2443 (zIndex in draggable not implemented) created by
- A draggable helper is supposed to be able to have a zIndex defined, see …
- 18:44 Ticket #2442 (A very strange Bug in safari 2 and lower) created by
- I have found a very strage bug in jquery 1.2.3 in safari 2.If I use …
- 13:26 Ticket #2441 ('missing' over event with nested droppables) created by
- There seems to be a bug in droppable, when multiple divs are nested and …
03/01/08:
- 20:53 Ticket #2440 (Problem with destroying a draggable) created by
- If you try to destroy a draggable that isn't actually set up as one, an …
- 16:27 Ticket #2435 (Tabs 3. Ajax and .tabs("select", x)) closed by
- worksforme: Works perfectly for me. The attached snippet is probably not enough to …
- 16:15 Ticket #2393 ([ENH] Add ability to define cookie name for UI/Tabs) closed by
- worksforme: That is not true. Each tab set uses its own unique cookie name (created …
- 14:43 Ticket #2439 (UI tabs are getting disordered) created by
- When clicking a tab while another tab is still loading (ajax-way with a …
- 11:45 Ticket #2438 ([slider] strange behavior for wide range) created by
- For the following slider (with multiple handles), when handle values are …
02/29/08:
- 23:47 Ticket #2432 (the 'load' method inject in unique selector only) closed by
- worksforme: The load method sets the HTML for all of my selected items. Please …
- 23:43 Ticket #2437 (Add a resize callback to dialog options) created by
- The dialogs should have an onResize callback that gets executed whenever …
- 17:20 Ticket #2436 (Add an event to the droppable system.) created by
- I needed to implement a somewhat complex intersection logic. The drop …
- 17:16 Ticket #2435 (Tabs 3. Ajax and .tabs("select", x)) created by
- I am currently using Tabs Ajax feature by pointing the href to the page, …
- 08:18 Ticket #2434 (jQueryUI - Slider with range bug) created by
- The slider with range does not working correct, when a hidden input is …
- 02:43 Ticket #2433 (Ability to pass a class name to a Dialog) created by
- It would be great if for dialogs you had the ability to pass a css class …
02/28/08:
- 19:43 Ticket #2432 (the 'load' method inject in unique selector only) created by
- If the selector concern several elements of the DOM, the load method …
- 16:27 Ticket #2429 ([validate] minLength of messages does not work) closed by
- wontfix: The minLength option is deprecated in favor of minlength. Please switch …
- 16:25 Ticket #2431 (Touch tolerance breaks when the draggable is taller than the droppable.) created by
- See demo page at: http://cobalt.scorpiontechnology.com/Test/HTMLPage.htm …
- 12:59 Ticket #2430 (Turn on/off the overflow hiding during animation.) created by
- We need an enhancement, that it is possible to disable the overflow …
- 11:04 Ticket #2379 ([ui.droppable/draggable] draggable object ignores new size of droppable ...) closed by
- fixed
- 10:56 Ticket #2417 (sortable: patch to fix nested sortables) closed by
- fixed: This doesn't seem to fix anything in the current trunk version. In fact, a …
- 10:51 Ticket #2326 (Explode IE bug) closed by
- fixed
- 07:35 Ticket #2429 ([validate] minLength of messages does not work) created by
- jQuery plugin: Validation version: 1.2.1 Browser info:Mozilla/5.0 (X11; U; …
Note: See TracTimeline
for information about the timeline view.
