Timeline
05/08/10:
- 21:40 Ticket #6550 (Reading the CSS left value fails in Opera) created by
- When an HTML element is positioned relatively but its left property is not …
- 02:11 Ticket #6548 (.attr() not setting "spellcheck" correctly to "false") closed by
- worksforme: As this page says, spellcheck is a bit of an oddball: …
- 00:44 Ticket #6549 (AJAX calls should set the "Accept" header if appropriate) created by
- Some web service libraries (like Jersey) allow you to send back data in …
05/07/10:
- 19:33 Ticket #6548 (.attr() not setting "spellcheck" correctly to "false") created by
- If I do: $("textarea").attr('spellcheck', 'false'); then inspect the …
- 17:40 Ticket #6543 (:visible and :nth-child selector) closed by
- worksforme: Note that :eq and :even are 0-based and apply to the entire …
- 17:12 Ticket #6541 (Weird behaviour of click handler in WebKit-based browsers) closed by
- invalid: Just to be sure we see what you're seeing, can you reopen and attach a …
- 17:10 Ticket #6544 (onfocus = this.blur() not working?) closed by
- invalid: Closed per your request.
- 17:10 Ticket #6545 (bug in jquery-1.4.2.min.js) closed by
- invalid: Please reopen and attach a test case.
- 17:05 Ticket #6547 (jQuery.each has unnecessary property lookups which are a hindrance to ...) created by
- Hello jQuery! I improved the performance of $.each while iterating over …
- 17:05 Ticket #6546 (1.3.2 .text() function does not return result for textarea in Chrome 5, ...) created by
- Pretty simple bug. $('#textarea').text(); returns the inputted textareas …
- 11:00 Ticket #6545 (bug in jquery-1.4.2.min.js) created by
- in expression: if(i||k.test(u.namespace)){...} firefox report: "u is …
- 10:28 Ticket #6544 (onfocus = this.blur() not working?) created by
- When i use jQuery and add to an text input element the following …
- 06:20 Ticket #6543 (:visible and :nth-child selector) created by
- there is a problem with not visible elements (in my case TRs) ".tab …
- 05:56 Ticket #6542 (iPhone Safari does not apply the scroll animation to top of the page) created by
- When using the code to navigate slowly back to the top of the page, Mobile …
- 05:01 Ticket #6541 (Weird behaviour of click handler in WebKit-based browsers) created by
- Here's some sample code: Click handler for checkbox …
- 04:50 Ticket #6540 (.offset() is not consistent between browsers) created by
- The offsets returned by jQuery.fn.offset() isn't relatively same across …
05/06/10:
- 23:54 Ticket #6539 (.offset() uses scroll offset of current document, not of the element's ...) created by
- When using $('#elId', opener.document).offset(); in a popup window (to get …
- 18:37 Ticket #6537 (.get()) closed by
- invalid: This is inadequate information for a bug report. Start the debugging …
- 18:28 Ticket #6535 (jquery conflicts,please help me on this if any one will helps me it will ...) closed by
- invalid: You have mistaken the bug tracker for the forum. http://forum.jquery.com
- 18:01 Ticket #6538 (Toggle doesn't work in Chrome) created by
- Using toggle to show/hide elements does not appear to work in Chrome. See …
- 16:10 Ticket #6537 (.get()) created by
- Browser: Firefox Version: 3.6.3 Call is ok (200) but response is empty …
- 14:11 Ticket #6536 (empty() triggers 'remove: java.lang.NoSuchFieldException' upon removing ...) closed by
- worksforme: This issue was fixed in jQuery 1.4.
- 12:24 Ticket #6536 (empty() triggers 'remove: java.lang.NoSuchFieldException' upon removing ...) created by
- A customer of ours is using jquery-1.3.2 and was experiencing problems in …
- 10:30 Ticket #6535 (jquery conflicts,please help me on this if any one will helps me it will ...) created by
- Am using tow jquery files in a same page like scripts/ui.sortable.js and …
- 08:22 Ticket #6529 ($("body").<somemethod>(...) throws if body does't exist) reopened by
- > The body element should exist before any situation where it's needed. …
- 00:04 Ticket #6530 ([autocomplete] Error when binding search()) closed by
- invalid: This is the jQuery core bug tracker. Please report plugin bugs to the …
- 00:03 Ticket #6529 ($("body").<somemethod>(...) throws if body does't exist) closed by
- invalid: The body element should exist before any situation where it's needed. …
- 00:02 Ticket #6534 ("doc.createDocumentFragment is not a function" error in 1.4+ when ...) closed by
- invalid: The new Dialog() constructor happens outside a .ready() handler. …
05/05/10:
- 23:58 Ticket #6533 (IE and Ajax Calls) closed by
- invalid: It would be better to start the debugging process in the forums, and open …
- 23:56 Ticket #6532 (:first selector does not work with latest webkit nightly build) closed by
- duplicate: Dup of #6519.
- 23:55 Ticket #6524 (ie8 and NaNpx value) closed by
- invalid: I don't see any use of document.documentElement.scrollTop in jQuery …
- 23:31 Ticket #6534 ("doc.createDocumentFragment is not a function" error in 1.4+ when ...) created by
- This throws an error in 1.4 and 1.4.2 but not in 1.3.2. Didn't test 1.4.1 …
- 21:02 Ticket #6533 (IE and Ajax Calls) created by
- I am getting errors in IE when making simple ajax calls. The calls work …
- 17:20 Ticket #6532 (:first selector does not work with latest webkit nightly build) created by
- <ul> <li class="fruit">orange</li> <li>carrot</li> …
- 16:45 Ticket #6531 (bind() does not work for QuickTime Plugin Events with 1.4.2) created by
- bind() does not work for QuickTime Plugin Events. It works properly with …
- 09:57 Ticket #6530 ([autocomplete] Error when binding search()) created by
- I found one error on line 180 (.bind('search'...) if( …
- 09:50 Ticket #6529 ($("body").<somemethod>(...) throws if body does't exist) created by
- If $("body").<somemethod>(...) is used before the body element exists, it …
- 07:50 Ticket #6524 (ie8 and NaNpx value) reopened by
- well, only ie8 sees NaNpx as an error, ie7 and ff ignore it. And second I …
- 03:00 Ticket #6528 (Event still trigger after unbind at once) closed by
- worksforme: And... calling e.stopImmediatePropagation() takes care of that.
- 02:37 Ticket #6526 (Fade Callback on different element) closed by
- worksforme: Let's continue discussion on the forum. …
- 02:15 Ticket #6528 (Event still trigger after unbind at once) created by
- <html> <head> <script type="text/javascript" …
- 02:14 Ticket #6524 (ie8 and NaNpx value) closed by
- invalid: If your code is passing "NaNpx" to jQuery then it is passing in invalid …
- 02:03 Ticket #6520 (Documentation demos for Effects don't appear to work) closed by
- invalid: I am not sure those pages are in use anymore; see jqueryui.com instead. If …
- 01:40 Ticket #6527 (use replaceWith cause memory leak in IE (jquery 1.4.2)) created by
- in IE, use replaceWith cause memory leak in IE, if change to use …
05/04/10:
- 22:22 Ticket #6526 (Fade Callback on different element) created by
- In the following example, both fade events start at the same time. Seems …
- 19:36 Ticket #6525 (IE script error on z-index 'auto' or 'inherit') created by
- IE 6 and 7 hit a "Type mismatch" at "Line: 4619" when setting the z-index …
- 14:38 Ticket #6524 (ie8 and NaNpx value) created by
- sometimes it might happen that jquery receives a NaNpx value for a style, …
- 14:06 Ticket #6523 (change order of conditions checking in curCSS to avoid unnecessary ...) created by
- cur CSS in version 1.4.2 curCSS: function( elem, name, force ) { var ret, …
- 11:51 Ticket #6522 (Strange behavior of animate and hover in Firefox 3.6.2) created by
- Attached is an HTML file which demonstrates the strange behavior of …
- 11:28 Ticket #6521 ($.inArray(1, undefined); throws an error in IE8) created by
- $.inArray(1, undefined); throws an error in IE8 (haven't tested older …
- 05:47 Ticket #6520 (Documentation demos for Effects don't appear to work) created by
- Any of the Effects demos on: - http://docs.jquery.com/UI/Effects don't …
- 00:35 Ticket #6519 (:first pseudo-selector conflicts with CSS paged media module's :first) created by
- webkit nightly r58385 [1] added support for css paged media, in particular …
05/03/10:
- 20:25 Ticket #6518 (.ajax() ifModified option -- behaviour changed in v1.4.2) created by
- As described by jQuery forum user alxblog, the ifModified option seems to …
- 15:36 Ticket #2945 (Setting "z-index: auto" in IE6 gives a type mismatch error) reopened by
- There's also errors in IE7 and IE8 (see …
- 13:46 Ticket #6517 (Sending ajax request with bookmark(#) in IE7) created by
- The problem is that bookmark should not be sent to the server when I'm …
- 03:15 Ticket #6510 (Issue With IE8 and pseudo tags.) closed by
- invalid: IE8 parses HTML. If it doesn't recognize the tag you won't get consistent …
- 03:10 Ticket #6506 (.val()) closed by
- invalid
- 03:08 Ticket #6516 (replaceWith using DOM element with nested script does not run script) created by
- var div = $('<div><script …
05/02/10:
- 23:02 Ticket #6515 (API docs steal arrow keys [documentation bug]) created by
- API docs should not hijack arrow keys for custom behavior. To …
- 18:49 Ticket #6514 (Mouseenter and mouseleave events not able to be triggered if bound by live) created by
- If mouseenter and mouseleave are bound by live, $.trigger() will not …
- 18:11 Ticket #6513 (.animate breaks all IE png fix plugins) created by
- When i tried animating a div using .animate() it went well except for a …
05/01/10:
- 19:41 Ticket #6512 (can't unset CSS property clip in IE) created by
- $('div') .css('clip', 'rect(auto, auto, auto, auto)') .css('clip', …
- 05:39 Ticket #6511 (Documentation Correction for .live()) created by
- Currently the description says: "Description: Attach a handler to the …
- 05:06 Ticket #6510 (Issue With IE8 and pseudo tags.) created by
- I added a tag to my DTD called pseudo. Given a tag such as: <pseudo …
- 04:35 Ticket #6509 (Documentation Incorrect) created by
- The documentation for the delegate() method states the argument order as: …
- 02:17 Ticket #6508 (Inadvertent change event firing on IE8) created by
- I have found a scenario where the live function causes a re-firing of …
- 02:06 Ticket #6507 ([this] gets mangled when passed through trigger, for submit events) created by
- In an event handler bound for the "submit" event, [this] is the form …
Note: See TracTimeline
for information about the timeline view.
