#13601 closed bug (cantfix)
RemoveAttr fails for 'rows' attribute in ie7
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | ie7 ie10cv | Cc: | |
Blocked by: | Blocking: |
Description
the call:
$('textarea').removeAttr('rows')
fails in internet explorer 7.
Change History (8)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
this is a sample: http://jsfiddle.net/48sWb/1/
openning it in IE in IE7 mode fails the script completely and a message is written to the log: SCRIPT380: Invalid property value.
comment:3 follow-up: 4 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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 Changed 10 years ago by
Replying to trac-o-bot:
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!
but i've replies 2 weeks ago... see the comment...
comment:5 Changed 10 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
The reason why it closed is because you answered as "anonymous".
This is probably not something we can work around but I'll reopen. Can you clarify which version of "IE in IE7 mode" you used?
comment:7 Changed 10 years ago by
Keywords: | ie7 ie10cv added |
---|---|
Resolution: | → cantfix |
Status: | reopened → closed |
Unfortunately there are some strange differences between real IE7 and the compat modes in IE9 and IE10. I don't think we have a reasonable fix within jQuery, and I can't recommend that you run IE9 or IE10 in IE7 mode because it forces the browser to "forget" all the modern APIs.
If someone does discover a way to fix this, please post.
comment:8 Changed 10 years ago by
I guess it's not that big of a deal, it's a better practice to use css height property than rows... Roey
Can you provide a test case in jsFiddle, and a description of "fails" for example "Reboots my computer"?