Ticket #9576 (closed bug: invalid)
removeAttr("disabled") on IE7
| Reported by: | vincent.benci@… | Owned by: | vincent.benci@… |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | attributes | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
BUG only on IE7 (FF and IE8 and IE9 is OK)
Sample :
$("#id_rectif_mail :input").removeAttr("disabled");
id_rectif_mail is a DIV
If i select each input then removeAttr("disabled") is OK .
Thanks in advance
Change History
comment:2 Changed 2 years ago by timmywil
- Owner set to vincent.benci@…
- Priority changed from undecided to low
- Status changed from new to pending
- Component changed from unfiled to attributes
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.
comment:3 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
comment:4 follow-up: ↓ 5 Changed 23 months ago by anonymous
Running IE8 in IE7 browser mode this error happens:
comment:5 in reply to: ↑ 4 Changed 23 months ago by anonymous
Replying to anonymous:
Running IE8 in IE7 browser mode this error happens:
On jQuery 1.6.2, that is. It works fine on 1.6.1
comment:6 Changed 23 months ago by timmywil
@anonymous: see #9719 As you can see, jQuery is doing everything it can. IE7 is not repainting: http://jsfiddle.net/timmywil/yjsqc/4/
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

In fact, this is the TEXTAREA in the "ui dialog" that generate this bug , I think, and only on ie7 .