| #3144 |
Inconsistent cross-browser results from .text() method
|
dmethvin
|
bug
|
low
|
selector
|
1.4.4
|
| #3368 |
event.metaKey should be assigned to event.ctrlKey on Non-Mac only
|
dmethvin
|
enhancement
|
low
|
event
|
1.4.4
|
| #5145 |
jQuery.support.opacity = false in the Chrome browser
|
timmywil
|
bug
|
high
|
support
|
1.4a1
|
| #5479 |
removeAttr: remove multiple attributes
|
rwaldron
|
enhancement
|
low
|
attributes
|
1.5.2
|
| #5637 |
Boolean (and Empty) Attribute Selectors Fail
|
timmywil
|
bug
|
blocker
|
selector
|
1.4.4
|
| #5684 |
Effects: exception in animation callback causes endless loop
|
gnarf
|
enhancement
|
low
|
effects
|
1.4a1
|
| #6150 |
.stop sometimes doesn't clear .delay
|
gnarf
|
bug
|
blocker
|
effects
|
1.4.1
|
| #6170 |
jQuery(window).scroll(); causes IE* to scroll to 0,0
|
dmethvin
|
bug
|
high
|
event
|
1.4.1
|
| #6319 |
Regression: stopPropagation inside change handlers in IE is incorrectly applied to keydown event
|
dmethvin
|
bug
|
high
|
event
|
1.4.3
|
| #6386 |
support data argument for live events via "event.special.live.add"
|
dmethvin
|
enhancement
|
low
|
event
|
1.4.4
|
| #6485 |
Solution for HTML5 in IE
|
rwaldron
|
feature
|
high
|
core
|
1.4.4
|
| #6593 |
IE8: DOM 0 event handler called twice when a separate handler is attached via jQuery
|
dmethvin
|
bug
|
high
|
event
|
1.4.4
|
| #6641 |
Calling stop() within animation finished callback causes other animations to freeze
|
timmywil
|
bug
|
low
|
effects
|
1.6b1
|
| #6667 |
submit event doesn't delegate in IE* under certain conditions
|
dmethvin
|
bug
|
undecided
|
event
|
1.4.2
|
| #6743 |
map enctype to encoding, depending on browser
|
timmywil
|
bug
|
low
|
attributes
|
1.5.2
|
| #6782 |
carefully allow more strings to use innerHTML
|
dmethvin
|
enhancement
|
blocker
|
manipulation
|
1.4.4
|
| #6809 |
Add jQuery.support.fixedPosition
|
rwaldron
|
enhancement
|
blocker
|
support
|
1.4.2
|
| #6863 |
faster getText
|
timmywil
|
enhancement
|
blocker
|
selector
|
1.4.2
|
| #6903 |
special events need a way to determine whether they are being bound with .bind vs .live/.delegate
|
dmethvin
|
enhancement
|
blocker
|
event
|
1.4.2
|
| #6942 |
JQuery.event.fix causes unnecessary reflows in IE when handling key events
|
dmethvin
|
enhancement
|
blocker
|
event
|
1.4.2
|
| #7037 |
Duplicate mouseover and mouseout events added to cloned element.
|
dmethvin
|
bug
|
blocker
|
manipulation
|
1.4.2
|
| #7102 |
Register jQuery as a CommonjS async module
|
jrburke
|
enhancement
|
high
|
core
|
1.4.4
|
| #7128 |
attribute selector is inconsistent between qSA and Sizzle due to use of DOM properties
|
timmywil
|
bug
|
blocker
|
selector
|
1.4.3
|
| #7139 |
"hover" event alias should work for .bind as well as .live
|
dmethvin
|
enhancement
|
low
|
event
|
1.4.2
|
| #7161 |
Submit event on a form element not unbound properly in IE
|
dmethvin
|
bug
|
high
|
event
|
1.4.2
|
| #7323 |
Allow removing multiple data keys at once with $.fn.removeData
|
gnarf
|
enhancement
|
blocker
|
data
|
1.4.3
|
| #7444 |
Submitting form with "Enter" instead of button click on ie8 or ie7 triggers live submit event twice.
|
dmethvin
|
bug
|
high
|
event
|
1.4.3
|
| #8157 |
Focusing an already focused text field will prevent the change event from firing in IE
|
dmethvin
|
bug
|
blocker
|
event
|
1.5
|
| #8539 |
Sizzle cache collision in browsers without querySelectorAll
|
timmywil
|
bug
|
high
|
selector
|
1.5.1
|
| #8728 |
Event 'mouseenter' not firing when the element being left is removed on leaving
|
dmethvin
|
bug
|
high
|
event
|
1.5.1
|
| #8789 |
Meta: Event Property Hooks
|
rwaldron
|
enhancement
|
blocker
|
event
|
1.5.2
|
| #8856 |
Request: deferred.isUnresolved()
|
jaubourg
|
enhancement
|
blocker
|
deferred
|
1.5.2
|
| #8858 |
Special events - _default method doesn't have access to the `data` argument of the trigger method
|
dmethvin
|
enhancement
|
blocker
|
event
|
1.5.2
|
| #8866 |
IE8 input[type=file] delegated change event files only on blur
|
dmethvin
|
bug
|
low
|
event
|
1.5.2
|
| #8909 |
$(element).data() will scan all attributes more than needed.
|
gnarf
|
enhancement
|
blocker
|
data
|
1.5.2
|
| #8921 |
jQuery private data should stay private
|
gnarf
|
enhancement
|
blocker
|
data
|
git
|
| #8982 |
bind("unload someOther") => on unload, handler is not executed only once.
|
dmethvin
|
bug
|
low
|
event
|
1.5.2
|
| #9033 |
try{ } finally{ } error in IE8
|
jaubourg
|
bug
|
blocker
|
deferred
|
1.5.2
|
| #9069 |
when hover over a child of an element, mouseleave fires when using live or delegate
|
dmethvin
|
bug
|
blocker
|
event
|
1.6
|
| #9261 |
Has Attribute not working in filter/children/siblings
|
timmywil
|
bug
|
blocker
|
selector
|
1.6
|
| #9279 |
delegate() bind does not handle mouseover/mouseout and mouseenter/mouseout correctly for selected elements
|
dmethvin
|
bug
|
blocker
|
event
|
1.6.1
|
| #9280 |
Allow multiple effect queues for animate()
|
gnarf
|
enhancement
|
blocker
|
effects
|
git
|
| #9393 |
Unify and DRY out event system
|
dmethvin
|
enhancement
|
high
|
event
|
1.6.1
|
| #9398 |
Proposal for Improved Deferreds
|
jaubourg
|
enhancement
|
blocker
|
deferred
|
1.6.1
|
| #9434 |
.outerWidth()/.outerHeight()/.innerWidth()/.innerHeight() should work on window and document
|
timmywil
|
enhancement
|
low
|
dimensions
|
1.6.1
|
| #9453 |
$.inArray does not support fromIndex
|
rwaldron
|
enhancement
|
low
|
core
|
1.6.1
|
| #9521 |
XSS with $(location.hash) and $(#<tag>) is needed?
|
dmethvin
|
bug
|
blocker
|
core
|
1.6.1
|
| #9548 |
animate does not work with fill-opacity css property for svg elements
|
rwaldron
|
bug
|
low
|
effects
|
1.6.1
|
| #9570 |
Selector $('form[name=".."]') returns zero elements in IE8 under some conditions
|
timmywil
|
bug
|
low
|
selector
|
1.6.1
|
| #9593 |
Delegated submit event is not instanceof jQuery.Event in IE
|
dmethvin
|
bug
|
low
|
event
|
1.6.1
|
| #9724 |
Infinite loop in trigger function when window.parentNode is a DOM element
|
dmethvin
|
bug
|
low
|
event
|
1.6.1
|
| #9901 |
event.handleObj.namespace incorrect when using .delegate
|
dmethvin
|
bug
|
low
|
event
|
1.6.2
|
| #9914 |
test/unit/event.js contains two tests with the same name
|
rwaldron
|
bug
|
high
|
event
|
git
|
| #9933 |
jQuery.fn.toggle() should store state in private data object
|
dmethvin
|
bug
|
low
|
event
|
1.6.2
|
| #9951 |
Wrong order in .trigger() when DOM is modified in a handler
|
dmethvin
|
bug
|
low
|
event
|
1.6.2
|
| #10017 |
Inconsistent behavior with :selected and [selected] when using filter, not
|
|
bug
|
low
|
selector
|
1.6.2
|
| #10176 |
Injected script tag is evaluated twice
|
timmywil
|
bug
|
high
|
attributes
|
1.6.2
|
| #10178 |
$(window).is("a") >> Uncaught TypeError: Cannot call method 'toLowerCase' of undefined
|
timmywil
|
bug
|
low
|
selector
|
1.6.2
|
| #10267 |
IE8 and window is(':visible') crashes
|
timmywil
|
bug
|
low
|
css
|
1.6.4rc1
|
| #10278 |
checkboxEl.attr('checked') returns stale value after checkboxEl.click()
|
timmywil
|
bug
|
high
|
attributes
|
1.6.4rc1
|
| #10315 |
Sizzle ignores seed argument when using positional selectors
|
timmywil
|
bug
|
high
|
selector
|
1.6.4
|
| #10375 |
Do not include `type` in jQuery.event.props
|
dmethvin
|
bug
|
blocker
|
event
|
1.7b1
|
| #10420 |
MouseWheel
|
dmethvin
|
bug
|
blocker
|
misc
|
1.7b1
|
| #10429 |
IE7 - invalid procedure call or argument when calling removeAttr('contenteditable');
|
timmywil
|
bug
|
blocker
|
attributes
|
1.6.4
|
| #10438 |
Rename jQuery.event.propHooks => .fixHooks
|
dmethvin
|
bug
|
blocker
|
event
|
1.7b1
|
| #10445 |
Setting queue to true causes an error
|
gnarf
|
bug
|
blocker
|
effects
|
git
|
| #10449 |
Function $("#id").closest(".class") returns element $("#id") itself if it has .class
|
kswedberg
|
enhancement
|
low
|
traversing
|
1.7b1
|
| #10468 |
Remove deprecated jQuery.event.guid and jQuery.event.proxy
|
dmethvin
|
bug
|
low
|
event
|
1.6.4
|
| #10478 |
Switch jQuery.isNaN to jQuery.isNumeric
|
dmethvin
|
enhancement
|
low
|
core
|
1.7b1
|
| #10489 |
Disconnected elements bubble to window on .trigger()
|
dmethvin
|
bug
|
blocker
|
event
|
1.6.4
|
| #10497 |
.stop should allow choosing which queue to stop
|
|
enhancement
|
undecided
|
effects
|
1.6.4
|
| #10501 |
HTML5 element "innerShiv" inconsistent across html()/append()
|
rwaldron
|
bug
|
blocker
|
manipulation
|
1.7b2
|
| #10514 |
removeAttr does not remove the class attribute in IE6/7
|
timmywil
|
bug
|
low
|
attributes
|
1.7b2
|
| #10531 |
Consider removing layerX and layerY from $.event.props
|
|
enhancement
|
low
|
event
|
1.7b2
|
| #10553 |
Further reduction of minimal license header
|
rwaldron
|
bug
|
low
|
misc
|
1.7b2
|
| #10558 |
Test Support bug
|
dmethvin
|
bug
|
blocker
|
support
|
1.7b2
|
| #10562 |
siblings method returns unexpected elements when using Sizzle-invoking pseudo-selectors
|
|
bug
|
low
|
selector
|
1.6.4
|
| #10563 |
jQuery.Event no longer contains the element that matched the selector in event delegation.
|
|
bug
|
blocker
|
event
|
git
|
| #10567 |
Delegated events incorrectly match class names
|
dmethvin
|
bug
|
blocker
|
event
|
1.7b2
|
| #10575 |
Breaking changes in live event propagation between 1.6.4 and 1.7rc1
|
|
bug
|
blocker
|
event
|
1.7rc1
|
| #10576 |
jQuery1.7rc1 and jQueryMobile1.0rc2 - IE gets error in jqm triggerCustomEvent method
|
dmethvin
|
bug
|
blocker
|
event
|
1.7rc1
|
| #10584 |
better error text in IE on sizzle syntax errors
|
timmywil
|
enhancement
|
low
|
selector
|
1.7rc1
|
| #10613 |
IE8 doesn't like a detached body in its head
|
dmethvin
|
bug
|
blocker
|
support
|
1.7rc1
|
| #10622 |
.show() does not properly restore CSS-set "display" value
|
rwaldron
|
bug
|
blocker
|
effects
|
1.7rc1
|