Timeline
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 …
05/17/08:
- 11:41 Ticket #2892 (Opera, window object and unload event) created by
- The event 'unload' is not fired in Opera when attached to the 'window' …
- 10:49 Ticket #2891 (IE 6 - jquery-1.2.4b.js - droppable/draggable - scriptaculous) created by
- When using IE6 and jquery-1.2.4b.js in combination with scriptaculous the …
- 08:31 Ticket #2890 (Ajax.HttpData should examine response content-type for data evaluation) created by
- The current implementation requires the user to explicitly state 'script' …
05/16/08:
- 22:56 Ticket #2889 (Improving global triggering and global unbinding) created by
- Hi, I'm really going out, but I wanted to leave you this "draft" of …
- 22:21 Ticket #2888 (Ajax methods freezing IE 7) created by
- I wrote a little quick contact ajax form, it works in every browser …
- 20:01 Ticket #2082 (Offset function returns wrong value with IE7/position fixed) reopened by
- Is this bug really fixed?? I tried the following and still does not work …
- 20:00 Changeset [3b81847f35529ec9642bfca9ddc4d21407c57413] by
-
- src/fx.js
- 19:58 Ticket #2887 (Mash-up issue with drag and drop and document.writeln) created by
- Dragging something with a 'document.writeln' in it causes the page to …
- 19:51 Changeset [6b535eb79fdb65df1e16997fa73e57cfcb806bbe] by
-
- src/fx.js
- 19:44 Ticket #2532 (Only first action with function works, everything else 'breaks') closed by
- invalid: You can now do: $(".openrightslice a").bind('mouseenter', function(){ …
- 19:35 Ticket #2210 (problem with safari and xhtml) closed by
- wontfix: Ok, found the version and the problem. Same as #2035.
- 19:35 Ticket #2194 (Safari 2 writing dom elements with append etc outputs function) closed by
- wontfix: Ok, found the version and the problem. Same as #2035.
- 19:32 Ticket #2035 ("clean" RegExp fails in Safari 412) closed by
- wontfix: That is a very old version of Safari.. and not supported. There's no …
- 19:26 Ticket #2166 (Bind error injecting jQuery) closed by
- invalid: Based on the ticket david linked (#844), this really is a prototype issue. …
- 18:52 Ticket #2886 (Nested Droppables can cause an 'inst has no properties' error) created by
- I have an example of three layers of nested droppables. Taking the …
- 18:44 Ticket #2652 (val() returns an empty string in IE6/7) closed by
- invalid: So.. the options don't have a 'value' attribute, it's expected that you …
- 18:39 Ticket #2705 (eval scripts in AJAX response does not work well in IE) closed by
- fixed: I suppose this is the same issue as it's nearly the same situation. …
- 18:37 Ticket #2709 (globalEval works incorrectly in IE6 if the current page has <base href> ...) closed by
- fixed: Ok, easy change, if it works.. why not. Applied at [5623].
- 18:37 Changeset [d44c5025c42645a6e2b6e664b689669c3752b236] by
-
- src/core.js
- 18:32 Changeset [3a7b09e5c747a9bf1386d667c7abed9630097072] by
-
- src/core.js
- 18:24 Ticket #2181 (JQuery fails to execute search in pages containing applets.) closed by
- fixed: I don't quite get the: […] I just closed another ticket about applets, …
- 18:21 Ticket #2165 (Tests failed on Konqueror 4.0 Final) closed by
- invalid: Konqueror is not fully supported by jQuery and it's stated that you might …
- 18:18 Ticket #1675 (expando related problem on removeData()) closed by
- fixed: This is how that part looks now: […] So there's no chance of getting …
- 18:13 Ticket #1591 (IE "Invalid Argument" $('table').attr('non-existent')) closed by
- fixed: Tested this with the trunk version, and it works fine. This was probably …
- 18:07 Ticket #844 (Loading jQuery 1.1 with Prototype throws error) closed by
- wontfix: This doesn't seem like something that can (has to be) fixed by jQuery. …
- 16:52 Ticket #2885 (UI1.5b4 Dialog Modal Broken) created by
- UI Release 1.5b4 Dialog, when setting modal: true, results in the …
- 16:41 Changeset [da76a723e14c037d59e830bb0d01b0b627286020] by
-
- src/core.js
- 16:40 Ticket #2567 ($.ajax should allow filtering JS and JSON responses to remove security ...) closed by
- fixed: Added the possibility to use a parsing function by the name of …
- 16:39 Changeset [afc2ebde1425722f4e2df14919c0df0ff7d2ff0c] by
-
- src/ajax.js
- 16:15 Ticket #2552 (UI Plugins - disabled option, with getter and setter) reopened by
- Slider, selectable and resizable all use this.disabled instead of …
- 16:07 Ticket #2884 (resizable disable does not remove style classes from div) closed by
- invalid: Disabling is different from destroying. When you disable a plugin, the …
- 15:50 Ticket #2882 (Resizable should reference local variables instead of jQuery global) closed by
- fixed: Fixed in [5617]. Thanks.
- 15:47 Ticket #2884 (resizable disable does not remove style classes from div) created by
- To expose the bug, I have code like this: $( myDiv).resizable({ handles: …
- 15:34 Ticket #2883 (UI Tabs - Css Class ui-tabs-panel not added to exsisting element) created by
- When adding tabs (through .tabs('add')) to an exsisting div element the …
- 14:43 Ticket #2882 (Resizable should reference local variables instead of jQuery global) created by
- Using: * Revision: $Id: ui.resizable.js 5453 2008-05-05 16:50:46Z …
- 12:43 Ticket #2880 (illegal character in ui.tabs.js) closed by
- fixed: Fixed in [5616]. Thanks.
- 06:21 Ticket #2881 (error when opening dialog) created by
- at line 127 in ui.core.js instance[options] is undefined and gives and …
- 06:00 Ticket #2880 (illegal character in ui.tabs.js) created by
- in line 438, before $parent there's a non-ASCII char instead of space …
- 04:09 Ticket #2879 (Cache the event props) created by
- Hi Brandon, I haven't benchmarked this, but there's no doubt that creating …
- 03:27 Ticket #2646 (Exception in curCSS, when called with textnodes...) closed by
- wontfix: In previous tickets, the reply was "The string passed to $() must be valid …
- 02:38 Ticket #946 (Occurrence of // in strings in jquery.js causes problems with idiotic ...) closed by
- wontfix: The ajax case is now gone, a regex is used which has a: '...\/\/...'. As …
- 02:34 Ticket #1318 (save some bytes in grep) closed by
- fixed: Wrong, a could be null, and b, false.. or a similar case. Casting both to …
- 02:08 Ticket #1405 (queuing for hide() and show()) closed by
- invalid: I really can't understand how do you expect to queue 0 length animations. …
05/15/08:
- 23:36 Changeset [2c2a6253e3744983741882ca4565a20b4b0b3f42] by
-
- test/data/offset/fixed.html
- test/data/offset/scroll.html
- test/data/offset/static.html
- test/data/offset/table.html
- 23:28 Ticket #2878 (CSS RTL tab compatibility) created by
- When operating in a right-to-left environment (direction: rtl), the …
- 22:34 Ticket #2877 ($(document) crashes IE6) created by
- Within my lightbox plugin, I use $(document) as I have found that it …
- 21:03 Ticket #1289 (ajax , rename the parameter called xml) closed by
- fixed: I agree, Applied at [5614].
- 21:03 Changeset [c5f4d70e2ba039759ab6d889893d4feb1cca3c52] by
-
- src/ajax.js
- 20:49 Ticket #1362 ($.ajax(): pass 'settings' object to 'success' callback) closed by
- fixed: The settings hash is now received by the handler, and (at least now), the …
- 20:32 Ticket #2639 (Make XMLHttpRequest or headersAvailable to "success" callback of post) closed by
- wontfix: Use the 'complete' callback, it does receive the XMLHttpRequest object.
- 20:30 Ticket #2258 (Ajax sending data to response functions) closed by
- invalid: Yes, you can access the settings hash by using "this". Check …
- 20:29 Changeset [82ba3709eec42dd8da33eb2023fda927166260eb] by
-
- src/offset.js
- 19:38 Changeset [de6520b50e481ba588e9021abcab16d06ea61141] by
-
- src/offset.js
- test/data/offset/absolute.html
- test/data/offset/relative.html
- test/data/offset/scroll.html
- test/data/offset/static.html
- test/data/offset/table.html
- test/unit/offset.js
- 14:59 Ticket #2324 (discrepencies in animations with duration of 0 milliseconds) closed by
- wontfix: When speed is 0, it's evaled as false, so the default (400 ms) is used. …
- 14:48 Ticket #2852 (jQuery 1.2.4a - Safari 2.0.4 Mac - hide() is broken) closed by
- fixed: Should be same issue as #2802 which is likely to be solved since [5609]. …
- 14:46 Ticket #2802 (jQuery.curCSS failes in Safari 2.x) closed by
- fixed: This should be fixed now ([5609]). Could you confirm this ? I don't …
- 14:45 Changeset [9a7652260b7addcf8874bd46926ff92182b500ea] by
-
- src/core.js
- 14:27 Ticket #1872 (Charachter Encoding on Ajax Load) closed by
- invalid
- 14:16 Changeset [54867a98033d7c1d2811308861ea5a92ef80ad4b] by
-
- src/ajax.js
- 13:57 Ticket #2870 (Draggables no longer work after refreshing the parent's parent) closed by
- invalid: When you "refresh" the content, you're removing the element that is …
- 13:50 Ticket #2876 (DatePicker: selectors don't fire any event.) created by
- DatePicker's month and year selectors do not fire any event when the used …
- 13:45 Ticket #2570 (Opera 9.2.6 AJAX requiring authentication) closed by
- fixed: Fixed at [5604].
- 13:45 Ticket #2865 (Opera 9.5 (at least this version) doesn't like null username being sent ...) closed by
- fixed: Fixed at [5604].
- 13:45 Changeset [31f22f244be7c37cc7a22f390d3483c9680b6b58] by
-
- src/ajax.js
- 13:35 Ticket #2604 (jQuery(html) breaks with HTML comments in Firefox 2) reopened by
- There are already a few methods that specifically check for comment nodes …
- 12:53 Changeset [5a92ec263d8289d2b6d21bcbfe02910c47a6ea4a] by
-
- src/core.js
- src/dimensions.js
- 12:28 Ticket #2875 (UI : Draggable ui.instance undefined) created by
- Hello, I have installed jquery ui 1.5b4 and i had an issue on …
- 12:13 Ticket #2874 (Executing function on autoclear of mustmatch autocomplete field) created by
- There is a special case for autocomplete - when the result must match and …
- 11:32 Ticket #2873 (For ui.sortable list items the scroll of individual item does not work ...) created by
- In FF if for any list item div under sortable items if scroll appears …
- 11:28 Ticket #2872 (In IE if the ui.sortable is inside ui.tabs then drag and drop of list ...) created by
- Hi, To reproduce load multiple tabs on the page. Adding Dynamic tab would …
- 08:17 Ticket #2871 (Multi dimentional array support for ajax posting.) created by
- I don't know if you want to add this or not, but it's there if you want …
- 06:17 Ticket #2870 (Draggables no longer work after refreshing the parent's parent) created by
- I have an application divided into sections where each section is …
- 02:37 Ticket #2357 (UI Dialog Position Options) closed by
- fixed: A similar option was added in [5379]
Note: See TracTimeline
for information about the timeline view.
