Skip to main content

Bug Tracker

Side navigation

#13601 closed bug (cantfix)

Opened March 12, 2013 01:04PM UTC

Closed April 05, 2013 02:06AM UTC

Last modified April 05, 2013 08:20AM UTC

RemoveAttr fails for 'rows' attribute in ie7

Reported by: roeycohen@gmail.com Owned by: roeycohen@gmail.com
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.

Attachments (0)
Change History (8)

Changed March 12, 2013 01:12PM UTC by dmethvin comment:1

owner: → roeycohen@gmail.com
status: newpending

Can you provide a test case in jsFiddle, and a description of "fails" for example "Reboots my computer"?

Changed March 12, 2013 01:22PM UTC by anonymous comment:2

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.

Changed March 27, 2013 08:57AM UTC by trac-o-bot comment:3

resolution: → invalid
status: pendingclosed

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!

Changed March 28, 2013 09:48AM UTC by roeycohen@gmail.com comment:4

Replying to [comment:3 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...

Changed March 28, 2013 12:13PM UTC by dmethvin comment:5

resolution: invalid
status: closedreopened

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?

Changed March 28, 2013 12:20PM UTC by roeycohen@gmail.com comment:6

I've used IE9 and IE10.

Changed April 05, 2013 02:06AM UTC by dmethvin comment:7

keywords: → ie7 ie10cv
resolution: → cantfix
status: reopenedclosed

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.

Changed April 05, 2013 08:20AM UTC by Roey Cohen <roeycohen@gmail.com> comment:8

I guess it's not that big of a deal, it's a better practice to use css height property than rows...

Roey