#7596 |
xpath selector attribute name with brackets [] fails
|
|
bug
|
high
|
selector
|
1.4.4
|
#8387 |
flickering problem with jQuery 1.5 hide/show issue with inline and inline-block elements on webkit browsers
|
|
bug
|
low
|
effects
|
1.5.1
|
#8545 |
Leak with events in IE
|
|
bug
|
high
|
event
|
1.5.1
|
#8653 |
jQuery.param outputs "null" and "undefined" in the query string
|
|
bug
|
low
|
ajax
|
1.5.1
|
#8894 |
appendTo() and alike methods called after clone() returns incorrect jQuery set in IE
|
|
bug
|
high
|
manipulation
|
1.5.2
|
#8906 |
.(prevAll('span:has(input,select,textarea)')
|
|
bug
|
high
|
selector
|
1.5.2
|
#9400 |
Deprecate :text, :radio, :checkbox, etc. selector extensions
|
|
enhancement
|
blocker
|
selector
|
1.6.1
|
#9962 |
When the container has an ID containing a backslash, find( IDselector ) does not find the child.
|
|
bug
|
low
|
selector
|
1.6.2
|
#10003 |
Regression/BC break from #6963
|
|
bug
|
low
|
selector
|
1.6.2
|
#10074 |
Chaining two [] selector with :first not working
|
|
bug
|
low
|
selector
|
1.6.1
|
#10539 |
animate() might cause error in IE6-8
|
|
bug
|
low
|
effects
|
1.6.4
|
#10657 |
Deprecate jQuery#size() in favor of jQuery#length
|
|
enhancement
|
high
|
core
|
git
|
#10944 |
$.ajax does not always return an object implementing the Promise interface
|
|
bug
|
low
|
ajax
|
1.7.1
|
#11010 |
Make Deferred.then == Deferred.pipe like Promise/A
|
|
enhancement
|
low
|
deferred
|
1.7.1
|
#11011 |
Allow traditional options object for $.Callbacks flags
|
|
enhancement
|
low
|
deferred
|
1.7.1
|
#11013 |
Deprecate use of Deferred/Promise with sync $.ajax
|
|
enhancement
|
low
|
ajax
|
1.7.1
|
#11120 |
Tabs in some selectors break in IE7
|
|
bug
|
low
|
selector
|
1.7.1
|
#11153 |
jQuery 1.7 Strips Carriage Returns in IE 8
|
|
bug
|
low
|
attributes
|
1.7.1
|
#11163 |
jQuery.support.checkClone always true
|
|
bug
|
low
|
support
|
1.7.1
|
#11231 |
Append, Prepend, After, Before should accept an array as first argument
|
|
enhancement
|
low
|
manipulation
|
1.7.1
|
#11325 |
Improve domManip/buildFragment/clean
|
|
bug
|
low
|
manipulation
|
1.7.1
|
#11338 |
Inconsistent behavior with .replaceWith() and disconnected nodes.
|
|
bug
|
low
|
manipulation
|
1.7.1
|
#11435 |
Obsolete test code to remove toJSON from .data's return value
|
|
bug
|
low
|
data
|
git
|
#11439 |
jQuery.support.parentNode used, but not defined any more.
|
|
bug
|
low
|
support
|
1.7.1
|
#11528 |
ie8 serialization bug with .html() also hitting html5 tags
|
|
bug
|
low
|
manipulation
|
1.7.2
|
#11543 |
.has doesn't work on detached elements
|
|
bug
|
low
|
traversing
|
1.7.1
|
#11604 |
Switch $(elem).width(-val) from no-op to $(elem).width(0)
|
|
feature
|
low
|
dimensions
|
1.7.2
|
#11731 |
Deprecate "hover" pseudo-event
|
|
enhancement
|
low
|
event
|
1.7.2
|
#11733 |
Deprecate .load(), .unload(), and .error() methods
|
|
enhancement
|
low
|
event
|
1.7.2
|
#11736 |
Remove Deferred .isResolved() and .isRejected()
|
|
enhancement
|
low
|
deferred
|
1.7.2
|
#11755 |
animate and it aliases should not use :hidden selector
|
|
enhancement
|
low
|
effects
|
1.7.2
|
#11757 |
IE 8 memory accumulation in iframes with jQuery 1.7.2
|
|
bug
|
low
|
support
|
1.7.2
|
#11766 |
Move jQuery.support to "unstable" status
|
|
feature
|
low
|
support
|
1.7.2
|
#11777 |
Add jQuery Core support for EditorConfig file
|
|
enhancement
|
undecided
|
unfiled
|
1.7.2
|
#11786 |
Deprecate .toggle( handler, handler, ... ) signature
|
|
enhancement
|
low
|
event
|
1.7.2
|
#11789 |
Update README to describe grunt build system
|
|
bug
|
high
|
build
|
1.7.2
|
#11823 |
Remove webkitConvertPointFromNodeToPage
|
|
bug
|
undecided
|
offset
|
1.7.2
|
#11876 |
Bad Link
|
|
bug
|
low
|
web
|
1.7.2
|
#11898 |
prevAll() with a complicated :not() selector returns results in wrong order
|
|
bug
|
low
|
manipulation
|
1.7.2
|
#11902 |
:not + :contains selectors
|
|
bug
|
low
|
selector
|
1.7.2
|
#11918 |
:eq selector problem when using tag name with ':'
|
|
bug
|
low
|
selector
|
1.7.2
|
#11959 |
Add support for :active selector
|
|
feature
|
high
|
selector
|
1.7.2
|
#11962 |
Standardize getter return values for empty sets.
|
|
bug
|
low
|
attributes
|
1.7.2
|
#11965 |
Create deprecated.js to contain as much of the deprecated stuff as possible
|
|
enhancement
|
undecided
|
build
|
git
|
#11999 |
Incremental animation on fixed div does subtraction instead of addition in Chrome.
|
|
bug
|
low
|
effects
|
1.7.2
|
#12122 |
jQuery.ajax() async deprecate use with $.Deferred
|
|
bug
|
low
|
ajax
|
1.8b2
|
#12148 |
hide event don't fire when toggle
|
|
bug
|
blocker
|
css
|
1.8b2
|
#12153 |
Error occurs in the selector
|
|
bug
|
blocker
|
selector
|
1.8rc1
|
#12158 |
jQuery 1.8rc1 does not work with YUICompressor 1.4.7
|
|
bug
|
blocker
|
build
|
1.8rc1
|
#12203 |
.undelegate() with no arguments unbinds all handlers from the parent element
|
|
bug
|
blocker
|
event
|
1.7.2
|
#12477 |
the :enabled filter filters input[type=hidden] elements even if they are not disabled
|
|
bug
|
low
|
selector
|
1.7.2
|
#12673 |
Wrong result when a selection is scoped using both the selector and the context param (or using find)
|
|
bug
|
undecided
|
selector
|
1.7.2
|
#8473 |
In IE9rc *[tabIndex] select all elements without tabindex also
|
timmywil
|
bug
|
high
|
selector
|
1.5.1
|
#8892 |
Callback is raised before objects are shown with fadeIn() and jQuery.fx.off = true
|
timmywil
|
bug
|
high
|
effects
|
1.5.2
|
#10499 |
:nth-child() inside :has() treated as if outside it
|
timmywil
|
bug
|
low
|
selector
|
1.6.4
|
#10570 |
:text selector throws an error in IE7 when there is a cross domain iframe on the page
|
timmywil
|
bug
|
low
|
selector
|
1.6.4
|
#10697 |
Sizzle revamp
|
timmywil
|
bug
|
blocker
|
selector
|
1.7
|
#10809 |
incorrect test using ".activeElement" in the :focus pseudo-class resolver
|
timmywil
|
bug
|
low
|
selector
|
1.6.4
|
#11109 |
Sizzle: Expr.relative truncates prematurely
|
timmywil
|
bug
|
high
|
selector
|
1.7.1
|
#11596 |
Different behavior using find() and ~ (sibling) along with ":visible" selector
|
timmywil
|
bug
|
low
|
selector
|
1.7.1
|
#11814 |
Sizzle's element-rooted QSA strategy (i.e. attaching a temporary id) does not account for comma and other other selector divisions
|
timmywil
|
bug
|
high
|
selector
|
1.7.2
|
#11826 |
Explore a parsed caching system for matchesSelector within Sizzle
|
timmywil
|
bug
|
high
|
selector
|
1.7.2
|
#11961 |
"Maximum call stack size exceeded" when using jQuery#is
|
timmywil
|
bug
|
low
|
selector
|
1.8b1
|
#11966 |
descendant selector
|
timmywil
|
bug
|
low
|
selector
|
1.8b1
|
#9385 |
Deprecate jQuery.browser
|
Rick Waldron
|
enhancement
|
blocker
|
support
|
1.6.1
|
#10324 |
Clone does not copy innerHTML of object element in IE9
|
Rick Waldron
|
bug
|
blocker
|
manipulation
|
1.6.4
|
#10373 |
`document.defaultView` => `window`
|
Rick Waldron
|
enhancement
|
low
|
css
|
git
|
#10895 |
The doScrollCheck ie hack in bindReady degrades ie7 performance for no reason whatsoever
|
Rick Waldron
|
enhancement
|
low
|
event
|
1.7.1
|
#11500 |
Bug : "change" event handler not executed when triggered manually on IE7 & IE8
|
Rick Waldron
|
bug
|
high
|
event
|
1.7.1
|
#11621 |
Triggering a event on document doesn't bubble to window
|
Rick Waldron
|
bug
|
high
|
event
|
1.7.2
|
#11706 |
`.has()` fails on document fragments
|
Rick Waldron
|
bug
|
low
|
traversing
|
1.7.2
|
#10799 |
Inconsistent results with [name="name"] selectors (also breaks .has)
|
[email protected]…
|
bug
|
low
|
selector
|
1.7
|
#10394 |
jQuery.cssHooks.opacity throws exception on non-IE browsers
|
poulbak
|
bug
|
low
|
css
|
1.6.4
|
#8627 |
.animate() fails on letterSpacing in IE (regression in 1.5.1)
|
mikesherov
|
bug
|
low
|
effects
|
1.5.1
|
#9505 |
animate() issue when mixing percentages and pixels in WebKit
|
mikesherov
|
bug
|
low
|
effects
|
1.6.1
|
#9795 |
IE7,8 Has Attribute Selector for Colspan in TD and TH Tags
|
mikesherov
|
bug
|
low
|
attributes
|
1.6.2
|
#10045 |
hide() with a duration fails when the element is contained within a hidden element
|
mikesherov
|
bug
|
low
|
effects
|
1.6.2
|
#10413 |
width, innerWidth, innerHeight, outerWidth, outerHeight are inaccurate for a "box-sizing: border-box" child of hidden parent
|
mikesherov
|
bug
|
low
|
css
|
1.6.4
|
#10679 |
CSS3 vendor prefix support
|
mikesherov
|
feature
|
low
|
css
|
1.7
|
#10877 |
Make outerWidth/Height a setter
|
mikesherov
|
feature
|
low
|
dimensions
|
1.7.1
|
#10996 |
Simplify offset()
|
mikesherov
|
enhancement
|
low
|
offset
|
1.7.1
|
#11004 |
getWH incorrectly removes padding and border width when box-sizing is border-box
|
mikesherov
|
bug
|
low
|
css
|
1.7.1
|
#11293 |
Reading width or outerWidth of empty TDs alters columns width values
|
mikesherov
|
bug
|
low
|
dimensions
|
git
|
#11721 |
deprecate and remove internal uses of jQuery.support.boxModel
|
mikesherov
|
feature
|
low
|
support
|
1.7.2
|
#11724 |
$(document).height() changed in Firefox 12
|
mikesherov
|
bug
|
high
|
dimensions
|
1.7.2
|
#11854 |
percentage animations jump to end
|
mikesherov
|
bug
|
blocker
|
effects
|
git
|
#11856 |
modularize dimensions
|
mikesherov
|
enhancement
|
high
|
build
|
git
|
#11857 |
modularize css
|
mikesherov
|
enhancement
|
high
|
build
|
git
|
#11865 |
modularize offset
|
mikesherov
|
enhancement
|
high
|
build
|
git
|
#12018 |
$(document).ready() fires too early in IE8
|
mikesherov
|
bug
|
blocker
|
core
|
1.8b1
|
#12088 |
Webkit now returning percentages for more getComputedStyle properties
|
mikesherov
|
bug
|
high
|
css
|
git
|
#12150 |
border-spacing property accumulates when rows are shown and hidden
|
[email protected]…
|
bug
|
low
|
effects
|
1.7.2
|
(more results for this group on next page)
|