Skip to main content

Bug Tracker

Side navigation

#9952 closed bug (duplicate)

Opened August 01, 2011 03:02PM UTC

Closed August 12, 2011 01:35PM UTC

Last modified March 10, 2012 01:12AM UTC

attr ("disabled", true [or false or 1 or 0]) does not work properly in IE

Reported by: marllos Owned by: marllos
Priority: low Milestone: None
Component: attributes Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

The attr ("disabled",true) or attr ("disabled",false), works with jquery 1.5.1 and IE8, but not working in jquery 1.6.2 and IE8. In other browsers are ok.

Attachments (0)
Change History (5)

Changed August 01, 2011 03:07PM UTC by timmywil comment:1

component: unfiledattributes
owner: → marllos
priority: undecidedlow
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsfiddle.net that reproduces the issue experienced to help us assess your ticket.

Additionally, test against the jQuery (edge) version to ensure the issue still exists.

Changed August 11, 2011 04:34PM UTC by jquery@kenman.net comment:2

http://jsfiddle.net/xWkdg/

It works in IE8 Standards mode, but not in Quirksmode.

Go figure! ;)

Changed August 11, 2011 04:35PM UTC by jquery@kenman.net comment:3

p.s. The input actually gets disabled/enabled, but if you notice after it is re-enabled the text in the input is gray as if it was still disabled.

Changed August 12, 2011 01:35PM UTC by timmywil comment:4

resolution: → duplicate
status: pendingclosed

Changed August 12, 2011 01:35PM UTC by timmywil comment:5

Duplicate of #9719.