Bug Tracker

Timeline


and

08/07/07:

22:25 Changeset [78fe70f3e6585dd645ac7b0d8dc0ca06fee113e1] by John Resig <jeresig@…>
  • src/event/event.js
More missing semicolons.
22:23 Changeset [560484fd8d17ce6cf0b0d5748ad55d3dcb19d44f] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Added a couple JSLint-caught fixes.
21:24 Ticket #1473 (Extra comma - line #694 - jquery 1.1.3.1.js source) created by mkidder
John, There is a “comma” at the end of line #694, shouldn’t this be a …
14:54 Ticket #1472 (Error while loading the page) created by anu_baj
Hi, In one of my application I m using few features like animations of …

08/06/07:

20:54 Ticket #1471 (filter() should accept the same arguments as not()) created by joern
Assuming that the variable selector in the following example can be a …
18:53 Ticket #1470 (Please upgrade Greybox for jQuery 1.1.3.) created by 0byte
 http://docs.jquery.com/Plugins:Greybox_Upgrade_for_jQuery_1.1.3
17:08 Ticket #1469 (.attr("maxlength") broken for textarea) created by shauke
$("textarea").attr("maxlength") is broken since jQuery 1.1.3 (works fine …
15:44 Ticket #1468 (in IE7 mouseout handler unexpected reset a select-control) created by golden
Only for IE7 (tested in 7.0.5730.11) Please see example page and try to …
15:10 Ticket #1467 (Extra fn to .trigger()) created by john
.trigger() should be able to take an extra function, like so: […] The …

08/04/07:

20:40 Ticket #1466 (draggable changes shape of table which width is set to 60% (or auto)) created by semelak1
If the width of the draggable component is not fixed (i.e. 59px) and is …

08/03/07:

21:40 Ticket #1465 (Interface 1.2: iDrag.js - cloned objects can not be made draggable in iE) created by paolo
Hi, I discovered that when you have a Draggable jQuery object and then …
15:58 Ticket #1464 (setting css property to a NaN value will fail on explorer win) created by fjen
this fails on explorer (6 / winXP): assume variable aValue is NaN …
15:20 Ticket #1463 (jQuery slowdowns on consecutive calls) created by offwhite
I put together a test to see how well jQuery would perform when I use it …
15:10 Ticket #1462 ($(document).mousemove does not work in IE) created by fromvega
The following code works fine both in Firefox and in IE7: …
15:04 Ticket #1461 (Firefox 2.0.0.6 can't use the click event) created by arkinstall
Hi. In firefox 2.0.0.6, The click event fails in the testing grounds, and …
12:01 Ticket #1460 (Allow basic markup syntax in tooltips) created by lrbabe
We should allow a few markup conversion for titles used in tooltips. for …
10:59 Ticket #1459 (Allow basic markup syntax in tooltips) created by lrbabe
We should allow a few markup conversion for titles used in tooltips. for …
00:57 Ticket #1458 (iResizeable moveDrag() ignores valid user defined onDrag array return ...) created by ednark
Problem is in iResizeable.js inside function jQuery.iResize.onMove(). Line …

08/02/07:

18:23 Ticket #1457 (treeview does not display lastCollapsable) created by jgriffin316
If the last item in a sublist is another sublist the lastCollapsable icon …

08/01/07:

22:45 Ticket #1456 (E4X issue: elem.nodeName.toUpperCase is undefined) created by joern
jQuery's nodeName function doesn't quite work with E4X elements, eg. this …
22:18 Ticket #1455 (Conversion/Wrapping of JavaBean-Properties to JS-Properties) closed by joern
fixed: Rhino already provides those wrappers.
21:50 Ticket #1455 (Conversion/Wrapping of JavaBean-Properties to JS-Properties) created by joern
Find a nice and clean solution to replace this: […] with […] …
21:44 Ticket #1454 (Use Rhino scoping) created by joern
Currently the complete global functions and properties for a Rhino context …
21:40 Ticket #1453 (java.lang.String passed to append/jQuery.clean throws Exception) created by joern
Passing a java.lang.String to jQuery.clean throws a EvaluatorException, …
19:55 Ticket #1452 (When each function encounters a void fn it throws exception) created by buzzterrier
I have several jquery based ajax calls that work w/o issue. However one …
19:14 Ticket #1451 (Boolean expression or conditional operator) created by hobbit
[…] The following expression is shorter and faster. […]
12:53 Ticket #1450 (IE mangles HTTP response status code 204 to 1223) created by amartone
I've come across some strange behavior in IE7. Sometimes when an …

07/31/07:

21:08 Ticket #1449 (parent method return duplicate elements) created by blairmitchelmore
When you have multiple elements from the same parent elements in a jQuery …
20:13 Ticket #1448 (Interface website is crashing IE7 under Vista) created by dan
When visiting the Interface plugin website ( http://interface.eyecon.ro/) …
17:13 Ticket #1447 (maxlength -> maxLength) created by john
maxlength needs to be camelcased in order to work.
15:18 Ticket #1439 (Crashes on Nokia Webkit browsers) closed by john
duplicate: It sounds like this was based on an old branch of webkit (~Safari 1.3). We …
10:02 Ticket #1446 (init method doesn't check correctly form.elements property) created by Andrea Giammarchi
form.elements has different behaviour. While FireFox and Opera pass this …
09:58 Ticket #1445 (last jQuery parse RegExp problems with some id or IE) created by Andrea Giammarchi
RegExp used is not correct, IE6 gives me an error (looks for range between …
09:54 Ticket #1444 (Interface and Sortable arg var problems) created by Andrea Giammarchi
method: clean problem: Sortable doesn't work with FireFox 1.5 / 2.0 and …
03:01 Ticket #1443 (Safari evalScript is Async) created by john
This is different from all the other browsers, one alternative is to …
03:00 Ticket #1425 (evalScript and global context) closed by john
fixed: Fixed in SVN rev [2531].
02:59 Changeset [6b0d3bb273f09910921ed84539de06c2e7ecd19b] by John Resig <jeresig@…>
  • src/ajax/ajax.js
  • src/jquery/jquery.js
Brought back jQuery.globalEval(), fixing bug #1425.
02:23 Ticket #1440 (.focus() doesn't fire for 'a' (anchor) element) closed by john
fixed: Fixed in SVN rev [2529].
02:22 Changeset [4ae80a1e2cfe7445501e8f365d72417014cf1acb] by John Resig <jeresig@…>
  • src/event/event.js
When we disabled triggering of clicks, we also killed off blur and focus, this fixes that (bug #1440).
Note: See TracTimeline for information about the timeline view.