Timeline
05/25/08:
- 22:10 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.
- 18:24 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 dragging …
- 13:18 Changeset [6141984b7115882cd84cb2cd2cae11de35914775] by
-
- src/offset.js
- 11:36 Ticket #2931 ([validate] form elements not ordered) closed by
- fixed: Fixed in [5691], applied both the :input fix for ordering and the :image …
- 10:50 Ticket #2633 (JQuery Validator function bug) closed by
- invalid: Can't reproduce that. Also, this isn't a problem with the validation …
- 10:46 Ticket #2663 ([validate] Exception thrown when validating form) closed by
- invalid
- 08:29 Ticket #2937 (jQuery calls ajaxError even if server executes successfully) created by
- Facing a strange behavior - we are using jQuery with Spring MVC at …
- 03:20 Changeset [042e51e731942ee48563e1caccd75d9ce226cf9d] by
-
- src/ajax.js
05/24/08:
- 21:57 Ticket #2936 (getAttribute is not a function) created by
- message on firebug console a.getAttribute is not a function …
- 21:27 Changeset [3c5c3dffaa4cd72ef112f414e2e2bb3b72f3f1b4] by
-
- test/unit/core.js
- 18:22 Changeset [895df76146e2486c812a3a9bc5ed1585b0176f21] by
-
- version.txt
- 18:11 Changeset [0e63c789e3270e68c96c36a8ebad8d352fbfc76f] by
-
- test/unit/core.js
- 18:09 Ticket #2930 (Normalize attr returned data when both expando and attribute are empty.) closed by
- fixed: Applied at [5683].
- 18:09 Changeset [cff5323a1de17423e231b01c7fa8ebe31a62cf5e] by
-
- src/core.js
- 17:57 Changeset [7f27816d3068bff70eecfcf18366b54345750efe] by
-
- src/core.js
- 17:09 Ticket #2935 (Aborting $.ajax causes uncleared setInterval in $.ajax & ongoing CPU usage) created by
- Issue: Aborting an ajax request results in $.ajax having an …
- 15:45 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 …
- 15:38 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 happen by …
- 15:19 Ticket #2932 (compat-1.1.js - missing jQuery.dequeue function) created by
- To complete this compatible plugin there should be also an alias to …
- 12:41 Ticket #2931 ([validate] form elements not ordered) created by
- I'm using the validate plugin for a project I'm working on, and during my …
05/23/08:
- 18:05 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 …
- 18:01 Ticket #2927 (Droppable accept option - allow a function) closed by
- worksforme: The accept option already supports functions. The function takes one …
- 16:46 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")
- 16:11 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.
- 14:23 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, and …
- 14:00 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 …
- 11:44 Ticket #2927 (Droppable accept option - allow a function) created by
- It would be great if the "accept" option to droppable could accept a …
- 08:26 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 …
- 07:26 Ticket #2925 (UI Effects Callback) created by
- Most effects from the UI contain the following if(o.callback) …
- 00:54 Changeset [ec075266e99e5b3875241341ec1c716fb81b72fc] by
-
- src/core.js
05/22/08:
- 21:51 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, …
- 17:54 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 IE6 …
- 14:13 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 …
- 12:54 Ticket #2922 (Draggable: revert on fail) created by
- As I understand it, the revert behaviour for draggables is all-or-nothing; …
- 11:33 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 element is …
- 11:14 Ticket #2652 (val() returns an empty string in IE6/7) reopened by
- In IE val() returns empty strings, whereas in Firefox the value is …
- 10:30 Ticket #2751 ([autocomplete] textarea without match clears all entries) closed by
- fixed
- 09:54 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 cycle …
- 09:39 Ticket #2869 ([autocomplete] field using autocomplete should retain focus after choosing ...) closed by
- duplicate: Duplicate of #2504.
- 09:36 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 of …
- 08:48 Ticket #2920 (UI Tabs - problem with IE and AJAX tabs) created by
- I currently have the following tabs (in psuedo code) […] In Firefox …
05/21/08:
- 23:00 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 I.E.). …
- 19:03 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 …
- 18:59 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, now it …
- 18:09 Ticket #2709 (globalEval works incorrectly in IE6 if the current page has <base href> ...) closed by
- fixed: Yeah.. that 1.2.4 problem was odd. Glad it works now.
- 17:50 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 still …
- 17:36 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 handle …
- 16:13 Ticket #2915 ([effects-core] in createWrapper, check if top and left are NaN with ...) created by
- Before setting the wrapper css, createWrapper check whether top and left …
- 15:42 Ticket #2914 (Draggable: make revert a method) created by
- A pretty common need with draggables/droppables is to accept the drop, do …
- 15:35 Ticket #2913 (function attr() was Ineffective in opera) created by
- code: <iframe id="test_frame" src="test.php"></iframe> use jquery: …
- 13:52 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 …
- 11:17 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 …
- 09:40 Ticket #2910 (:visible not working on safari) created by
- this is a 1.2.5 bug i've a <div class="someclass"></div> where …
- 04:02 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 …
- 03:42 Ticket #2748 (Resizable: snap to grid) closed by
- fixed
- 03:41 Ticket #2569 ([ui Dialog] functional demo -> dialog stays) closed by
- invalid
- 03:40 Ticket #2622 (Multiple draggables and droppables, dynamically loaded) closed by
- worksforme
- 03:38 Ticket #2798 (UI-web: Tabs demo bugs) closed by
- fixed
- 03:14 Changeset [456d8a62ccf3244c58ace2b315694ad54cfc05e3] by
-
- version.txt
- 03:10 Ticket #2800 (UI-web: Resizable Demos bugs) closed by
- fixed
- 03:02 Ticket #2790 (resizable does not seem to work with latest code) closed by
- invalid
- 03:01 Ticket #2834 (UI resizables) closed by
- worksforme
- 02:52 Ticket #2893 (UI Resizables don't work with canvas tag) closed by
- fixed
- 02:43 Ticket #2318 ([accordion] animation bug in IE) closed by
- fixed
- 02:14 Ticket #2909 (hasClass() method) closed by
- worksforme
- 00:19 Ticket #2909 (hasClass() method) created by
- On many occasions inside a function I find the need to test for the …
05/20/08:
- 23:06 Ticket #2908 (Patch - Validate Plugin - Custom Messages in Metadata) created by
- Attached is a patch for the validate plugin. The patched plugin supports …
- 19:22 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, I …
- 16:41 Ticket #2709 (globalEval works incorrectly in IE6 if the current page has <base href> ...) reopened by
- Thanks for deciding to fix this. But I can't find the fix in the …
- 14:48 Ticket #2904 (Change form element value doesn't fire event) closed by
- invalid: Programmatic changes to input values do not trigger the change event; this …
- 14:46 Ticket #2905 (innerHeight, innerWidth, outerHeight and outerWidth methods missing in ...) closed by
- worksforme: Those functions do exist.
- 13:51 Ticket #2906 (Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data start with '?' ...) created by
- Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data begins with ? …
- 13:46 Ticket #2905 (innerHeight, innerWidth, outerHeight and outerWidth methods missing in ...) created by
- when comparing the sources from http://code.jquery.com/jquery-latest.js …
- 09:05 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() function, …
- 04:54 Ticket #2903 ([FastTrigger] event.handler Missing from FastTrigger's Custom Event Object) created by
- The event object created by FastTrigger does not include event.handler. …
- 04:11 Ticket #2902 ([FastTrigger] Bug When Calling $().fastTrigger() From Inside an Event ...) created by
- See: http://aheimlich.dreamhosters.com/fastTrigger-bug/ FastTrigger …
- 03:57 Ticket #2901 (FF3 changes how getElementsByTagName works for XML namespaces) created by
- Check out https://bugzilla.mozilla.org/show_bug.cgi?id=414612. Basically, …
- 03:00 Ticket #2812 (Built in demo broken / Splitter) closed by
- invalid: There is no splitter plugin.
- 02:56 Ticket #2875 (UI : Draggable ui.instance undefined) closed by
- wontfix: Direct access to the plugin instance was intentionally removed. If you …
- 02:53 Ticket #2883 (UI Tabs - Css Class ui-tabs-panel not added to exsisting element) closed by
- fixed: Fixed in [5641]. Thanks.
- 02:44 Ticket #2881 (error when opening dialog) closed by
- worksforme: This works for me. Please try using current SVN and if you continue to …
- 02:39 Ticket #2885 (UI1.5b4 Dialog Modal Broken) closed by
- fixed: Fixed.
- 01:56 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 understanding. …
05/19/08:
- 22:39 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 returned …
- 21:04 Ticket #2899 (Ease alltests setup) created by
- Currently we have to manually merge html fixtures into the …
- 20:54 Ticket #2866 ([autocomplete] check for bgiframe) closed by
- fixed
- 20:54 Ticket #2897 (Widget factory doesn't allow passing parameters to plugin methods) closed by
- fixed: Fixed in [5634].
- 15:58 Ticket #2898 (numberOfMonths) created by
- When setting numberOfMonths to '2', one calendar appears directly below …
- 14:07 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 …
- 13:56 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. Even on …
05/18/08:
- 20:19 Changeset [2db27efd662693dd90fbf89ea1e4bbee7c9fb929] by
-
- version.txt
- 15:33 Ticket #2895 (function coord(el,prop) in JQuerySpinBtn.js not work properly in IE) created by
- The plugin Spin Button is greate, It is very usefull to me. Thank you for …
- 09:30 Ticket #2894 (.width() .height() don't work correctly in iframes) created by
- [first] I'm doing the following: $(document).width(); Where document, …
- 04:27 Ticket #2893 (UI Resizables don't work with canvas tag) created by
- This may be invalid, but I'm reporting it anyway so a decision can be made …
Note: See TracTimeline
for information about the timeline view.
