Timeline
05/30/12:
- 19:31 Ticket #11841 (documentation - Types) created by
- There are two different pages, http://docs.jquery.com/Types and …
- 17:47 Ticket #8473 (In IE9rc *[tabIndex] select all elements without tabindex also) closed by
- fixed: Remove the tabindex attrHook. Fixes #8473 Changeset: …
- 17:25 Ticket #11568 (unreliable behaviour with selecting tabIndex with attributes selectors) closed by
- duplicate: Closing as duplicate. It is the same bug from a different perspective. QSA …
- 14:07 Ticket #11840 (Remove class not working proper) created by
- Removed Class not working proper, "even" property work like "odd" and …
- 12:16 Ticket #11838 (Invalid argument in IE8 and earlier versions) closed by
- duplicate
- 10:32 Ticket #11836 (jQuery.event.trigger throw error, if current element has empty ...) closed by
- worksforme: Can't reproduce. Tried this http://jsfiddle.net/mofle/WbHrY/ testcase in …
- 10:24 Ticket #11837 (selector not working for long ids) closed by
- invalid: It chokes on the = From the jQuery selectors docs: > If you wish to …
- 08:32 Ticket #11775 (Memory leak in .data()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:32 Ticket #11774 (jQuery animate gets incorrect height due to new display table ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:06 Ticket #11838 (Invalid argument in IE8 and earlier versions) created by
- Invalid argument in development version at line 8988 and symbol 5. […]
- 06:58 Ticket #11837 (selector not working for long ids) created by
- I have a long div id and jquery dosn't select it but good old …
- 05:39 Ticket #11836 (jQuery.event.trigger throw error, if current element has empty ...) created by
- Target: IE8 and below If an element on event path has an empty …
- 05:19 Ticket #11835 (h[e - d] is undefined) closed by
- invalid
- 05:19 Ticket #11835 (h[e - d] is undefined) created by
- h[e - d] is undefined
05/29/12:
- 23:04 Ticket #11834 (animate opacity fails on IE7-8) created by
- Hi the following fails on IE7-8: […] But if I animate display to …
- 22:07 Ticket #11833 (Can't assign a function to a specific element using jQuery) closed by
- invalid: Please ask for help on the forum, not the bug tracker.
- 22:05 Ticket #11833 (Can't assign a function to a specific element using jQuery) created by
- This works in regular javascript: var mdiv = …
- 21:55 Ticket #8111 (text() reports contents of inline script tags) closed by
- wontfix: With 1.7 we tried using .innerText and we got #11153 for our troubles. …
- 21:22 Ticket #11832 (XML parse in IE7,8) closed by
- invalid: See $.parseXML()
- 19:46 Ticket #9939 (contains selector on child of sibling not working) closed by
- fixed: Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939. …
- 16:51 Ticket #11832 (XML parse in IE7,8) created by
- $('<item></item>').length; return 1 $('<item attr></item>').length; …
- 16:04 Ticket #9800 (New method: .addBack (supersedes .andSelf)) closed by
- fixed: jQuery#addBack supports an optional selector that can be used to filter …
- 10:06 Ticket #11747 (Incorrete rowspan after Clone() in Explorer) closed by
- invalid: As Mike said, we don't support Quirksmode.
- 10:04 Ticket #11831 (document.on event not working correctly on iPad) closed by
- duplicate
- 09:55 Ticket #11831 (document.on event not working correctly on iPad) created by
- The following fiddle works on pc but not on iPad …
- 08:38 Ticket #11124 (feature request: context parameter for .is) closed by
- invalid: Closing as the PR related to this was similarly closed. We decided not to …
- 07:45 Ticket #11830 (td的name和id属性的值一样会出错) closed by
- invalid: English and jsFiddle testcase please
- 07:43 Ticket #11830 (td的name和id属性的值一样会出错) created by
- 如果TD中的name和id的值一样会出错例如 <td id="name1" name="name2"> <td id="name2" …
- 02:36 Ticket #11767 (Support custom build without effects) closed by
- fixed: Fix #11767. Modularize build and unit tests for exluding effects. Closes …
- 02:34 Ticket #11829 (isArray bug IE6 and IE7) closed by
- worksforme: Thanks for contribution, as it turns out, everything you've asked jQuery …
- 01:34 Ticket #11829 (isArray bug IE6 and IE7) created by
- I'd like to point out an obscure IE6 and IE7 bug in the isArray function. …
- 01:29 Ticket #11772 (why jquery post unlike ( php form action=" test.php")) closed by
- invalid: Please ask for help in the forums, Stack Overflow, or on #jquery irc.
- 01:19 Ticket #6841 (IE<9 stylesheets with filter rules break when setting opacity) closed by
- worksforme: This works in 1.7.2: http://jsfiddle.net/R7sk7/
- 00:31 Ticket #11782 (Radio buttons set as "required" and then "not required" still act as ...) closed by
- fixed: This has been fixed. The property was being set to empty string on all …
- 00:14 Ticket #11811 (ajax method) closed by
- invalid
- 00:11 Ticket #8943 (':text' is case-sensitive on type whereas '[type=text]' is ...) closed by
- fixed: Update Sizzle: Case insensitive text filter. Fixes #8943 Changeset: …
- 00:10 Ticket #4013 (:enabled no longer finds hidden elements) closed by
- fixed: Fixed in …
- 00:07 Ticket #10569 (:focus in Chrome) closed by
- duplicate
- 00:06 Ticket #11187 (jQuery.find() returns unexpected result in Safari) closed by
- fixed: Fixed in …
- 00:00 Ticket #10832 (jQuery.contains() fails with SVG elements in IE9 (includes solution)) closed by
- fixed: Fixed in …
05/28/12:
- 23:57 Ticket #10346 (Customized Selector loop over uneccesarry elements in IE (browser can be ...) closed by
- wontfix: This would only be changed by adding another function call to the stack, …
- 22:38 Ticket #10148 (hidden inputs are not :enabled in IE6/7) closed by
- fixed: Fixed in …
- 22:09 Ticket #11819 (table of contents missing entry for Promise) closed by
- fixed: Page updated, thanks!
- 21:53 Ticket #11824 (scroll event not working in new element) closed by
- cantfix: The scroll event does not bubble so it cannot be used with delegation. I …
- 21:36 Ticket #11828 (Race condition in Chrome 19 in element.text() [more specifically ...) created by
- http://jsfiddle.net/8Pr5H/4/ Step to reproduce: 0. Use Chrome …
- 19:22 Ticket #11827 (jQuery.clean does not support svg elements) created by
- jQuery.clean allows conversion of strings to DOM nodes. While working …
- 17:34 Ticket #10017 (Inconsistent behavior with :selected and [selected] when using filter, not) closed by
- fixed: This has already been fixed. Sizzle uses jQuery's attribute logic.
- 16:59 Ticket #10498 (matchesSelector is missing oooOOOOOooOOoOOO!) closed by
- wontfix: matchesSelector has been removed.
- 16:58 Ticket #10809 (incorrect test using ".activeElement" in the :focus pseudo-class resolver) closed by
- fixed
- 16:55 Ticket #10526 (QSA's (':checked') does not return option elements in Webkit) closed by
- fixed: Fixed in …
- 16:54 Ticket #10697 (Sizzle revamp) closed by
- fixed: Fixed. https://github.com/jquery/sizzle/compare/912a821...5e4e755
- 16:48 Ticket #11826 (Explore a parsed caching system for matchesSelector within Sizzle) created by
- Explore a parsed selection cache that would hold 50 (or however many) of …
- 10:04 Ticket #11825 (I can't select option tag in IE) created by
- I can't select option tag in IE.other selector work correctly but i don't …
- 09:45 Ticket #11824 (scroll event not working in new element) created by
- after an ajax request creating for example 2 elements (test1 parent of …
05/27/12:
- 16:50 Ticket #11823 (Remove webkitConvertPointFromNodeToPage) closed by
- fixed: Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796. …
- 16:43 Ticket #11823 (Remove webkitConvertPointFromNodeToPage) created by
- According to research by Orkel in …
- 13:03 Ticket #11822 (Virus?) closed by
- invalid: Notice the extra y in the url, that is NOT the jQuery domain. This is …
- 05:51 Ticket #11822 (Virus?) created by
- Hi, I didn't know who to contact with this so I am using this contact …
05/26/12:
- 20:28 Ticket #10584 (better error text in IE on sizzle syntax errors) closed by
- fixed: This was fixed in …
- 20:22 Ticket #10525 (On element-rooted queries, we attach an ID to the context, but not for all ...) closed by
- duplicate
- 19:23 Ticket #11821 (slideUp doesn't work in display:none parent) closed by
- worksforme: Works as intended. You slideUp the <p> and then try to show the parent, …
- 19:09 Ticket #11784 (jquery function won't work on external file load('externalfile.php') ...) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. Unfortunately, …
- 19:07 Ticket #11821 (slideUp doesn't work in display:none parent) created by
- If you want to apply a slideUp effect to an element, the parent can't be …
- 08:42 Ticket #11752 (animate() not working in ie8 and under with latest script link) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 01:18 Ticket #11820 (Event error does not attach to future elements with .on();) closed by
- cantfix: Error events on images don't bubble. There is no good way to fake this one …
- 01:08 Ticket #11820 (Event error does not attach to future elements with .on();) created by
- The using the on() method does not properly bind future elements when …
05/25/12:
- 20:34 Ticket #11819 (table of contents missing entry for Promise) created by
- The table of contents on http://api.jquery.com/Types is missing an entry …
- 12:38 Ticket #11816 (i love leah dizon. and you?) closed by
- invalid: Me? I have seen her pictures, and this is not a bug.
- 11:46 Ticket #11818 (How to remove address bar in ipad touch) closed by
- invalid: This has nothing to do with jQuery. Please use StackOverflow for general …
- 11:27 Ticket #11818 (How to remove address bar in ipad touch) created by
- Jquery will hide bar but if we scroll up address bar will show up again …
- 10:37 Ticket #11817 (setAttribute fails on IE7) created by
- This part of jquery.min.js 1.7.2 fails : …
- 08:16 Ticket #11730 (text() wrapper method error) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:16 Ticket #11603 (.animate() bug in IE 6,7,8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:35 Ticket #11816 (i love leah dizon. and you?) created by
- 01:42 Ticket #11311 (IE8 css 'bottom' returning incorrect value) closed by
- fixed: Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793. …
05/24/12:
- 16:35 Ticket #11815 (event.stopPropagation() prevents different namespaced events from ...) closed by
- invalid: Namespaces don't affect propagation. Ask for help on the forum.
- 16:27 Ticket #11815 (event.stopPropagation() prevents different namespaced events from ...) created by
- Not sure if this should be the expected behavior, or if my mind plays …
- 16:01 Ticket #11814 (Sizzle's element-rooted QSA strategy (i.e. attaching a temporary id) does ...) created by
- This has been a known issue for a while, but I don't see a ticket …
- 15:24 Ticket #11813 ($(el).position().left returns wrong value in webkit browsers) created by
- In webkit browsers $(el).position().left returns 1 when the elements has …
- 15:19 Ticket #9800 (New method: .addBack (supersedes .andSelf)) reopened by
- I'm re-opening this, because the second half of the ticket, "...in the …
- 15:18 Ticket #11810 (Error looping with $.each if there is a JSON array contains 'length' key) closed by
- duplicate
- 15:17 Ticket #11812 (Built in Rich Text Editor) closed by
- plugin: There are quite a few existing plugins, this is not something we would …
- 15:16 Ticket #11811 (ajax method) reopened by
- That's what I meant.
- 15:15 Ticket #11811 (ajax method) closed by
- patchwelcome: I like your documentation suggestion. The one about method would be pretty …
- 15:09 Ticket #11812 (Built in Rich Text Editor) created by
- Hey I was wondering if you could work on a RichTextEditor so that you can …
- 14:49 Ticket #11811 (ajax method) created by
- Request type != request method The only type of request …
- 14:40 Ticket #11810 (Error looping with $.each if there is a JSON array contains 'length' key) created by
- Hello! I had a json array like { "properties": { "array": { …
- 12:16 Ticket #11809 (Memory leak in .text(val) setter?) created by
- When hovering over an element multiple times I've noticed Chrome Dev Tools …
- 08:37 Ticket #11732 (Incorect margin in IE7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:37 Ticket #11727 (In Opera (normal and mini) Cannot attach classes via addClass() or ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
05/23/12:
- 22:37 Ticket #11808 (Browser discrepencies for .mouseup, .click, and .change when attached to ...) created by
- I had a setup with a <select multiple="multiple">, and several buttons …
- 21:21 Ticket #11743 (jQuery silently ignores errors during script tag ajax request in ...) reopened by
- Does this problem only occur on Chrome with the Mac? That would be very …
- 20:44 Ticket #11806 (IE7 preventDefault() doesn't prevent F5 keydown causing browser Refresh) closed by
- wontfix: This seems sufficiently exceptional to justify a wontfix. Just add some of …
- 20:37 Ticket #11807 (ui-tooltip-9) closed by
- invalid: ui-tooltip-10!
- 20:31 Ticket #11807 (ui-tooltip-9) created by
- 20:15 Ticket #11806 (IE7 preventDefault() doesn't prevent F5 keydown causing browser Refresh) created by
- jQuery works as expected on IE9, Chrome, and other more modern browsers. …
- 18:24 Ticket #11803 (IE7: Scope Binding inside Click Event) closed by
- invalid: You're using Function.prototype.bind which doesn't exist in IE7. This is …
- 18:00 Ticket #9469 (Remove semi-functional .selector calculation from .pushStack()) reopened by
- Hmmm, it might. We still need to set .selector since .live() needs it, …
- 17:06 Ticket #11804 (IE8: Change Not Fired When Value Changed In Keyup Handler) closed by
- cantfix: Yes, it happens with bare DOM events as well. http://jsfiddle.net/euccT/1/ …
- 17:02 Ticket #11805 (data returns an integar instead of a string when the data is padded with ...) closed by
- duplicate
- 16:54 Ticket #11805 (data returns an integar instead of a string when the data is padded with ...) created by
- reading .data('something') if data-something="000000001" the value …
- 14:48 Ticket #11804 (IE8: Change Not Fired When Value Changed In Keyup Handler) created by
- The change handler is not invoked on IE8 when the inputs value is changed …
- 14:36 Ticket #11803 (IE7: Scope Binding inside Click Event) created by
- Hello, Am having a class structured like this: sClassName = …
- 12:27 Ticket #9338 (jQuery .css() does not return properties for div elements not yet appended ...) closed by
- cantfix: So, I'm going to close this ticket as CANTFIX because this behavior is …
- 11:21 Ticket #11802 (disable attr doesnt work in chrome) created by
- i wanted to disable an id and I used this line of code, …
- 02:42 Ticket #11755 (animate and it aliases should not use :hidden selector) closed by
- fixed: Fix #11755. Avoid :hidden selector for animations. Closes gh-774. …
- 01:34 Ticket #11796 (Change event doesn't bubble in oldIE when content is copied via .html()) closed by
- fixed: Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789. …
Note: See TracTimeline
for information about the timeline view.
