Timeline
07/15/07:
- 16:16 Ticket #1399 (Can't set -webkit style properties) created by
- .css() is currently such that if you try to set a -webkit property (or, …
- 16:14 Ticket #8 (Disabled attribute of input elements) closed by
- fixed: I added information about this to the FAQ: …
- 15:37 Ticket #1394 (Instanced XmlHttpRequest with IE is incomplete) closed by
- wontfix: This is correct - the one that we use works properly in the versions of IE …
- 15:29 Ticket #1290 (long id cannot be adressed via jquery) closed by
- worksforme: In order to make that work you'll have to do: […] Of course, at that …
- 15:26 Ticket #1262 (Ajax syncronous requests do not work in Firefox (with Firebug disabled)) closed by
- worksforme: That sounds like an issue with Firebug - synchronous requests appear to …
- 15:26 Ticket #1273 (Problem with IE7, attr and opacity) closed by
- worksforme: This was resolved in jQuery 1.1.3.
- 15:25 Ticket #1284 (FF: animate() don't work) closed by
- worksforme: This was resolved in jQuery 1.1.3.
- 15:22 Ticket #1244 (Reload Function) closed by
- wontfix: We're currently not planning on adding this - would be for a great plugin! …
- 15:21 Ticket #1232 (Treeview plugin work very slow with jquery-1.1.3a in IE6) closed by
- fixed: I assume that the performance issues were resolved when the speed …
- 15:21 Ticket #1207 (URL Parameter Function) closed by
- wontfix: We're currently not planning on adding this to core - however this would …
- 15:19 Ticket #1206 (Turning on designMode from within $(document).ready() broken) closed by
- invalid: That's correct - you can't turn on the designMode of the document that …
- 15:18 Ticket #1161 (Blank IE7 after reloading (F5)) closed by
- invalid: Unable to be duplicated, closing.
- 15:17 Ticket #1133 (animate oncomplete resets flash movies) closed by
- fixed: Issues with y.overflow were resolved in jQuery 1.1.3. In a worst case, you …
- 15:15 Ticket #1124 (Please extend the document ready function to include document object in ...) closed by
- wontfix: Having a document ready across frames isn't possible in any sort of …
- 15:13 Ticket #1111 (IE7 bug for $(expr, context) ;) closed by
- invalid: The problem is that jQuery doesn't provide any mechanisms for parsing XML; …
- 15:11 Ticket #1101 (Support of $.browser.version) closed by
- fixed: Fixed in SVN.
- 15:10 Ticket #1084 (jQuery.find can't handle underscores in nodeNames) closed by
- fixed: This was resolved.
- 15:09 Ticket #1063 (FireFox, POST and NS_ERROR_FAILURE) closed by
- invalid: There doesn't seem to be a test case for this, closing.
- 15:08 Ticket #1053 (Manual (JS, not using jQuery) invoking of event handlers doesn't fire ...) closed by
- fixed: This should be resolved now, since jQuery doesn't use the .onFOO handlers …
- 15:07 Ticket #995 (Support XPath position selector: [n]) closed by
- wontfix: Unfortunately, since this was backed out - and since we're removing XPath …
- 15:05 Ticket #948 (jquery ajax authentification intégré iis) closed by
- fixed: That code has been removed from jQuery, so this issue should be resolved …
- 15:03 Ticket #888 (Pass the current element to the event fixer) closed by
- wontfix: I agree with Brandon - the current solution is feasible.
- 15:03 Ticket #872 (isWindow) closed by
- wontfix
- 15:02 Ticket #871 (isArray) closed by
- wontfix
- 15:02 Ticket #870 (isElement) closed by
- wontfix
- 14:16 Ticket #844 (Loading jQuery 1.1 with Prototype throws error) closed by
- worksforme: This works fine. Please don't re-open the bug unless you have something to …
- 14:15 Ticket #1323 (Namespace Attributes Selector Missing) closed by
- duplicate: Duplicate of #155.
- 14:13 Ticket #1365 (Impossible to return a value other than false or undefined from an event ...) closed by
- wontfix: returnValue is an IE specific feature - what if you just do: …
- 14:08 Ticket #1379 (dblclick() handler not called in Konqueror 3.5.7) closed by
- duplicate: Duplicate of #1382.
- 14:07 Ticket #1380 (dblclick() handler not called in Konqueror 3.5.7) closed by
- duplicate: Duplicate of #1382.
- 14:07 Ticket #1381 (dblclick() handler not called in Konqueror 3.5.7) closed by
- duplicate: Duplicate of #1382.
- 14:06 Ticket #1390 (Problem with ID reference if ID has period) closed by
- worksforme: That's correct. In 1.1.3 you can now do: $("#img1 .1") to escape the …
- 14:05 Ticket #1384 ($.merge() doesn't remove all dupes in 1.1.3) closed by
- wontfix: @Raze: This is correct. In 1.1.3 we switched to a two method system. …
- 02:42 Changeset [4577cd4b16b633a7015d02ff229898b58831dd18] by
-
- src/fx/fx.js
07/14/07:
- 15:55 Ticket #1398 (sort_lists with Safari 3.0.2 (522.12)) created by
- The demo http://interface.eyecon.ro/demos/sort_lists.html has a bug with …
07/13/07:
- 23:43 Ticket #1397 (jQuery.fn.find() breaks in IE when passed a DOM node (related to Interface ...) created by
- jQuery 1.1.3 breaks in IE when you pass .find() a DOM node instead of just …
- 23:07 Ticket #1396 (Easing error in 1.1.3.1 with Interface) created by
- when you disable this line, everything works fine. Perform the easing …
- 18:06 Ticket #8 (Disabled attribute of input elements) reopened by
- Maybe I misunderstand what was trying to be conveyed, but using his …
- 17:38 Ticket #1395 ($.trim returns exceptions on null value) created by
- If you attempt $.trim() on a null value, an exception is thrown. …
- 13:28 Ticket #1394 (Instanced XmlHttpRequest with IE is incomplete) created by
- Actuellement avec IE, JQuery n'utilise que l'activex "Microsoft.XMLHttp". …
- 09:58 Ticket #1342 (jquery 1.1.3 break opacity in IE6+) reopened by
- Still having problems here too in IE6 and IE7 - since upgrading to …
- 01:45 Ticket #1393 (Assigning jQuery to an existing namespace) created by
- I've started using jquery in the development of a firefox extension. …
07/12/07:
- 21:14 Ticket #1392 (Gecko is gecko) created by
- http://geckoisgecko.org/ Basicaly, detecting "Mozilla" is not very smart …
- 20:33 Ticket #1320 (In IE, $(document).ready fires too soon.) closed by
- fixed: Fixed in SVN rev [2332].
- 20:33 Changeset [9e83f1b65fa34e97cfd86ba17514d014749360e8] by
-
- src/event/event.js
- 18:49 Ticket #1391 (jqDrag and jqResize IE 6.02 problem) created by
- Hi. I have recently used the jQuery 1.1.3 with jqDraqNResize. The plugin …
- 15:50 Ticket #1390 (Problem with ID reference if ID has period) created by
- Example: I have an image with the id of "img1.1". I cannot reference …
- 14:45 Ticket #1389 (IE 6 and IE 7) created by
- I love using Jquery coupled with Interface makes an incredible …
07/11/07:
- 23:04 Ticket #1388 (.css('background-color',null) returns a String object) created by
- Hello! The subject line says it all: var v = …
- 18:38 Ticket #1387 (interface plugin: Draggable({containment:'parent'}) uses wrong top/left) created by
- Hi! When elem.Draggable({containment:'parent'}) is used, the SIZE of the …
07/10/07:
- 19:17 Ticket #1386 (inconsistent .html() and .text()) created by
- Discussion of this bug: …
- 16:39 Ticket #1385 (zip release unzips into pwd, not own dir) created by
- unzipping the release should create a single dir in the pwd. It should not …
- 15:39 Ticket #1384 ($.merge() doesn't remove all dupes in 1.1.3) created by
- I frequently use $.merge to remove duplicate elements in arrays. Before …
- 13:25 Ticket #1383 (Dealing with CSS "auto" values) created by
- I have a simple animation as follows: …
- 02:38 Changeset [7c85d973bfa8f716e9331423c74d35489236bb4e] by
-
- build/runtest/env.js
- 01:45 Ticket #1382 (dblclick() handler not called in Konqueror 3.5.7) created by
- Hiya! It would seem that adding a .dblclick() handler is useless in …
- 00:19 Ticket #1381 (dblclick() handler not called in Konqueror 3.5.7) created by
- Hiya! It would seem that adding a .dblclick() handler is useless in …
- 00:18 Ticket #1380 (dblclick() handler not called in Konqueror 3.5.7) created by
- Hiya! It would seem that adding a .dblclick() handler is useless in …
- 00:15 Ticket #1379 (dblclick() handler not called in Konqueror 3.5.7) created by
- Hiya! It would seem that adding a .dblclick() handler is useless in …
07/09/07:
- 23:54 Ticket #1378 (Error in Interface Accordion currentPanel option) created by
- The plugin Accordion doesn't use the configuration property …
- 17:59 Ticket #1377 (jquery 1.1.3.1 is slow in adding class) created by
- Hi, Jquery 1.1.3.1 is too slow in addClass and removeClass. It was good …
- 16:14 Changeset [0bb035a1abc37fbf033a18ac53dd62ec85599a49] by
-
- build/runtest/env.js
- build/runtest/test.js
- 15:21 Ticket #1376 (Ajax Cache) created by
- Add a flag to $.ajax() to force caching to be disabled (by adding an extra …
- 14:35 Ticket #1327 (Java Script Object Required in line 1324) reopened by
- I download the 1.1.3.1 and I can't find the solution proposed in changeset …
- 03:08 Changeset [d776dc9d5c5322e81b56272728325990ed6892bb] by
-
- build/runtest/env.js
- build/runtest/test.js
- build/runtest/testrunner.js
- build/test/data/json_obj.js
- build/test/data/name.html
- src/ajax/ajaxTest.js
- 00:48 Changeset [de71a046e619884292b122ddcf1401ad9932a5c7] by
-
- build/runtest/env.js
- 00:20 Changeset [c4eddea7c3adfddc79a6b43de69f0b31cff980d0] by
-
- build/runtest/env.js
- 00:15 Changeset [54035207fe91cb57f49bb8c0c9f7b4ada8d05346] by
-
- build/runtest/test.js
- build/runtest/testrunner.js
- src/event/eventTest.js
- src/jquery/coreTest.js
- 00:02 Changeset [b09043fbf6d98adfd22f85a347256f545afb2c11] by
-
- build/runtest/env.js
07/08/07:
- 23:52 Changeset [b147039acc32884b50b955ebd94eeaa430713786] by
-
- build/runtest/env.js
- src/jquery/coreTest.js
- 23:19 Changeset [69ef5fac9e84623c1260cf4d548c1034ac7e45a8] by
-
- build/runtest/env.js
- src/jquery/coreTest.js
- 22:26 Changeset [b5bf00a37368baf69595434c0329f869b9ca18e9] by
-
- build/runtest/env.js
- 20:22 Changeset [5e7c1fc3ae42e2312bccc7679b03238f7e5d5c17] by
-
- build/runtest/env.js
- 16:35 Changeset [feb475d9b1f7fc0a1b6efa746e952893014ff771] by
-
- build/runtest/env.js
- 16:33 Changeset [b83a6b7a323d63280fe325b06e1c38d26b5031a9] by
-
- build/runtest/env.js
- 16:28 Changeset [6f0c9a5fd751d590be07e890758b8229e630413d] by
-
- build/runtest/env.js
- 16:06 Changeset [52c6739c20838f2d705d404664dcc0cfa07f2c30] by
-
- build/runtest/env.js
- 11:02 Ticket #1375 (Multiple Resizables Not Working in IE) created by
- Works great in Firefox 2; In IE 7 only the last element resizes and ONLY …
- 07:02 Changeset [e155a6ae51fad3649e77ebc6f784e4fc6b957ad1] by
-
- build/runtest/env.js
- 05:00 Changeset [89a9a747b603ae21945aa0cbcdf13560d3e7cea1] by
-
- Makefile
- build/runtest/env.js
- build/runtest/test.js
- build/runtest/testrunner.js
- 04:48 Changeset [4f85aaebc6bf645168b5a51a5d3c40c9162734a3] by
-
- build/js.jar
- 04:46 Changeset [5ed992d5f590a06429859c6b5c511fce07a33b28] by
-
- build/test/index.html
- src/jquery/coreTest.js
Note: See TracTimeline
for information about the timeline view.
