Timeline
May 26, 2008:
- 10:36 PM Ticket #2941 (<select> value and selected option not preserved on clone) created by
- See test case here: http://fligtar.com/testcases/jquery-clone.html …
- 9:45 PM Ticket #2940 (1.2.6.js - exception caused by doing .append() or .html() - please see ...) created by
- jQuery(document).find('#deck_edit_form') .append(<form …
- 3:52 PM Ticket #2939 (Selectors using style attribute broken) created by
- Demonstrations: http://remysharp.com/demo/selector-issue.html Using …
- 12:31 PM Ticket #2938 (inst is undefined when dropping a li containing a ul) closed by
- invalid: This is a jQuery UI issue. Please use their bug tracker: …
May 25, 2008:
- 6:10 PM Ticket #2908 (Patch - Validate Plugin - Custom Messages in Metadata) closed by
- fixed: Fixed in [5695], thanks Dane for the patch and Scott for the help.
- 2:24 PM Ticket #2938 (inst is undefined when dropping a li containing a ul) created by
- When testing out draggables and droppables i got an error when …
- 9:18 AM Changeset [6141984]1.12-stable2.2-stablekillphp by
- src/offset.js
- 7:36 AM Ticket #2931 ([validate] form elements not ordered) closed by
- fixed: Fixed in [5691], applied both the :input fix for ordering and the …
- 6:50 AM Ticket #2633 (JQuery Validator function bug) closed by
- invalid: Can't reproduce that. Also, this isn't a problem with the validation …
- 6:46 AM Ticket #2663 ([validate] Exception thrown when validating form) closed by
- invalid
- 4:29 AM Ticket #2937 (jQuery calls ajaxError even if server executes successfully) created by
- Facing a strange behavior - we are using jQuery with Spring MVC at …
May 24, 2008:
- 11:20 PM Changeset [042e51e]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 5:57 PM Ticket #2936 (getAttribute is not a function) created by
- message on firebug console a.getAttribute is not a function …
- 5:27 PM Changeset [3c5c3df]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- 2:22 PM Changeset [895df76]1.12-stable2.2-stablekillphp by
- version.txt
- 2:11 PM Changeset [0e63c78]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- 2:09 PM Ticket #2930 (Normalize attr returned data when both expando and attribute are empty.) closed by
- fixed: Applied at [5683].
- 2:09 PM Changeset [cff5323]1.12-stable2.2-stablekillphp by
- src/core.js
- 1:57 PM Changeset [7f27816]1.12-stable2.2-stablekillphp by
- src/core.js
- 1:09 PM Ticket #2935 (Aborting $.ajax causes uncleared setInterval in $.ajax & ongoing CPU usage) created by
- Issue: Aborting an ajax request results in $.ajax having an …
- 11:45 AM Ticket #2934 (jQuery-1.2.3.js, jQuery-1.2.5.js - function step (animation)) created by
- jQuery will generate a lot of errors in browser console. This is for …
- 11:38 AM Ticket #2933 (jQuery-1.2.3.js, jQuery-1.2.5.js - function filter) created by
- jQuery will generate a lot of errors in browser console. This is …
- 11:19 AM Ticket #2932 (compat-1.1.js - missing jQuery.dequeue function) created by
- To complete this compatible plugin there should be also an alias to …
- 8:41 AM Ticket #2931 ([validate] form elements not ordered) created by
- I'm using the validate plugin for a project I'm working on, and during …
May 23, 2008:
- 2:05 PM Ticket #2930 (Normalize attr returned data when both expando and attribute are empty.) created by
- This subtle null/undefined difference, caused a bug on the Validate …
- 2:01 PM Ticket #2927 (Droppable accept option - allow a function) closed by
- worksforme: The accept option already supports functions. The function takes one …
- 12:46 PM Ticket #2926 (tilde in id prevents jquery from selecting the object) closed by
- invalid: You can escape characters by prepending so it will be: $("#a ~b")
- 12:11 PM Ticket #2924 (Setting the value of a select does not work in Firefox 2 and Safari.) closed by
- invalid: Ok, reopen if it didn't work.
- 10:23 AM Ticket #2929 (Comparing DOM elements and/or jQuery objects for equality) created by
- It would be really useful if jQuery.is could be passed a DOM element, …
- 10:00 AM Ticket #2928 ([validate] jquery.validate executes rule dependency-callback only once) created by
- Here's a patch that seems to fix this issue by moving method execution …
- 7:44 AM Ticket #2927 (Droppable accept option - allow a function) created by
- It would be great if the "accept" option to droppable could accept a …
- 4:26 AM Ticket #2926 (tilde in id prevents jquery from selecting the object) created by
- if you use a tilde in a an id for example 'a~b' then this object is no …
- 3:26 AM Ticket #2925 (UI Effects Callback) created by
- Most effects from the UI contain the following if(o.callback) …
May 22, 2008:
- 8:54 PM Changeset [ec07526]1.12-stable2.2-stablekillphp by
- src/core.js
- 5:51 PM Ticket #2924 (Setting the value of a select does not work in Firefox 2 and Safari.) created by
- After building a dynamic select element with the following code, …
- 1:54 PM Ticket #2923 (getScript and globalEvals fail in IE6 on jQuery 1.2.5 (includes fix)) created by
- ok when using getScript() with a remote domain there are 2 errors in …
- 10:13 AM Ticket #2913 (function attr() was Ineffective in opera) closed by
- invalid: It's kind of expected that re-setting the same src could not actually …
- 8:54 AM Ticket #2922 (Draggable: revert on fail) created by
- As I understand it, the revert behaviour for draggables is …
- 7:33 AM Ticket #2921 (scrollTop and scrollLeft always return 0, when element is hidden) created by
- scrollLeft and scrollTop always return 0 in Firefox 2, when the …
- 7:14 AM Ticket #2652 (val() returns an empty string in IE6/7) reopened by
- In IE val() returns empty strings, whereas in Firefox the value is …
- 6:30 AM Ticket #2751 ([autocomplete] textarea without match clears all entries) closed by
- fixed
- 5:54 AM Ticket #2765 ([autocomplete] holding down the "down" arrow doesn't behave as expected) closed by
- fixed: Fixed in [5658] with a workaround specifically for Opera. All others …
- 5:39 AM Ticket #2869 ([autocomplete] field using autocomplete should retain focus after ...) closed by
- duplicate: Duplicate of #2504.
- 5:36 AM Ticket #2504 ([autocomplete] there is no need to blur the field when selecting via mouse) closed by
- fixed: Fixed in [5657], with a less obtrusive workaround for Opera. Instead …
- 4:48 AM Ticket #2920 (UI Tabs - problem with IE and AJAX tabs) created by
- I currently have the following tabs (in psuedo code) […] In …
May 21, 2008:
- 7:00 PM Ticket #2919 (Helper:clone object in wrong position - example code included) created by
- Load the code below into Firefox or Safari (there is no problem in …
- 3:03 PM Ticket #2918 (DRAG object causes extra CLICK event in Mozilla - simple code example ...) created by
- Run code below in Safari or I.E. When you drag the yellow box on the …
- 2:59 PM Ticket #2917 (exception error - in core when use draggable, sortable, droppable in ...) created by
- My code use draggable, sortable, droppable and works with 1.2.4.js, …
- 2:09 PM Ticket #2709 (globalEval works incorrectly in IE6 if the current page has <base ...) closed by
- fixed: Yeah.. that 1.2.4 problem was odd. Glad it works now.
- 1:50 PM Ticket #2416 (setting a form field's value to empty string fails) closed by
- fixed: This should be fixed after the modification to .attr(). Reopen if …
- 1:36 PM Ticket #2916 (jQuery ui - slider - Safari 3.0.4 Mac & Win) created by
- I implemented a vertical scrollbar using the slider ui. There is a …
- 12:13 PM Ticket #2915 ([effects-core] in createWrapper, check if top and left are NaN with isNaN()) created by
- Before setting the wrapper css, createWrapper check whether top and …
- 11:42 AM Ticket #2914 (Draggable: make revert a method) created by
- A pretty common need with draggables/droppables is to accept the drop, …
- 11:35 AM Ticket #2913 (function attr() was Ineffective in opera) created by
- code: <iframe id="test_frame" src="test.php"></iframe> use jquery: …
- 9:52 AM Ticket #2912 (show()/fadein() broken in safari 3) created by
- this bug is related to 1.2.5 i've a <div class="someclass">some …
- 7:17 AM Ticket #2911 (Event incompletely transmitted) created by
- Hello, After an update from 1.2.3 to 1.2.5 my script didn't work. I …
- 5:40 AM Ticket #2910 (:visible not working on safari) created by
- this is a 1.2.5 bug i've a <div class="someclass"></div> where …
- 12:02 AM Ticket #2629 (Drag & Drop: Position isn't calculated well) closed by
- worksforme: Hi jg, I was looking your code and I believe your css is causing the …
May 20, 2008:
- 11:42 PM Ticket #2748 (Resizable: snap to grid) closed by
- fixed
- 11:41 PM Ticket #2569 ([ui Dialog] functional demo -> dialog stays) closed by
- invalid
- 11:40 PM Ticket #2622 (Multiple draggables and droppables, dynamically loaded) closed by
- worksforme
- 11:38 PM Ticket #2798 (UI-web: Tabs demo bugs) closed by
- fixed
- 11:14 PM Changeset [456d8a62]1.12-stable2.2-stablekillphp1.2.5 by
- version.txt
- 11:10 PM Ticket #2800 (UI-web: Resizable Demos bugs) closed by
- fixed
- 11:02 PM Ticket #2790 (resizable does not seem to work with latest code) closed by
- invalid
- 11:01 PM Ticket #2834 (UI resizables) closed by
- worksforme
- 10:52 PM Ticket #2893 (UI Resizables don't work with canvas tag) closed by
- fixed
- 10:43 PM Ticket #2318 ([accordion] animation bug in IE) closed by
- fixed
- 10:14 PM Ticket #2909 (hasClass() method) closed by
- worksforme
- 8:19 PM Ticket #2909 (hasClass() method) created by
- On many occasions inside a function I find the need to test for the …
- 7:06 PM Ticket #2908 (Patch - Validate Plugin - Custom Messages in Metadata) created by
- Attached is a patch for the validate plugin. The patched plugin …
- 3:22 PM Ticket #2907 (Animating a container - Safari sets container to overflow: visible ...) created by
- Transitioning a page to no longer use the bulky YUI animation library, …
- 12:41 PM Ticket #2709 (globalEval works incorrectly in IE6 if the current page has <base ...) reopened by
- Thanks for deciding to fix this. But I can't find the fix in the …
- 10:48 AM Ticket #2904 (Change form element value doesn't fire event) closed by
- invalid: Programmatic changes to input values do not trigger the change event; …
- 10:46 AM Ticket #2905 (innerHeight, innerWidth, outerHeight and outerWidth methods missing in ...) closed by
- worksforme: Those functions do exist.
- 9:51 AM Ticket #2906 (Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data start with ...) created by
- Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data begins …
- 9:46 AM Ticket #2905 (innerHeight, innerWidth, outerHeight and outerWidth methods missing in ...) created by
- when comparing the sources from …
- 5:05 AM Ticket #2904 (Change form element value doesn't fire event) created by
- If you try to change form element (e.g. input) value using val() …
- 12:54 AM Ticket #2903 ([FastTrigger] event.handler Missing from FastTrigger's Custom Event Object) created by
- The event object created by FastTrigger does not include …
- 12:11 AM Ticket #2902 ([FastTrigger] Bug When Calling $().fastTrigger() From Inside an Event ...) created by
- See: http://aheimlich.dreamhosters.com/fastTrigger-bug/ FastTrigger …
May 19, 2008:
- 11:57 PM Ticket #2901 (FF3 changes how getElementsByTagName works for XML namespaces) created by
- Check out https://bugzilla.mozilla.org/show_bug.cgi?id=414612. …
- 11:00 PM Ticket #2812 (Built in demo broken / Splitter) closed by
- invalid: There is no splitter plugin.
- 10:56 PM Ticket #2875 (UI : Draggable ui.instance undefined) closed by
- wontfix: Direct access to the plugin instance was intentionally removed. If …
- 10:53 PM Ticket #2883 (UI Tabs - Css Class ui-tabs-panel not added to exsisting element) closed by
- fixed: Fixed in [5641]. Thanks.
- 10:44 PM Ticket #2881 (error when opening dialog) closed by
- worksforme: This works for me. Please try using current SVN and if you continue …
- 10:39 PM Ticket #2885 (UI1.5b4 Dialog Modal Broken) closed by
- fixed: Fixed.
- 9:56 PM Ticket #2900 (Change and Focus event handlers do not bind in IE7) closed by
- invalid: Your code is wrong, try: […] Check the docs for better …
- 6:39 PM Ticket #2900 (Change and Focus event handlers do not bind in IE7) created by
- I noticed that binding a .change(fn) or a .focus(fn) to an array …
- 5:04 PM Ticket #2899 (Ease alltests setup) created by
- Currently we have to manually merge html fixtures into the …
- 4:54 PM Ticket #2866 ([autocomplete] check for bgiframe) closed by
- fixed
- 4:54 PM Ticket #2897 (Widget factory doesn't allow passing parameters to plugin methods) closed by
- fixed: Fixed in [5634].
- 11:58 AM Ticket #2898 (numberOfMonths) created by
- When setting numberOfMonths to '2', one calendar appears directly …
- 10:07 AM Ticket #2897 (Widget factory doesn't allow passing parameters to plugin methods) created by
- When passing a parameter to a plugin method, the factory isn't able to …
- 9:56 AM Ticket #2896 (ie sortable, incorrect helper position, when page scrolled down) created by
- In ie 6.0 helper position is incorrect when page is scrolled down. …
Note: See TracTimeline
for information about the timeline view.