Side navigation
#14266 closed bug (invalid)
Opened August 16, 2013 05:00PM UTC
Closed September 04, 2013 08:49AM UTC
jquery css interpreter issue in IE8 Standards Mode
Reported by: | john.sanford@tcs.com | Owned by: | john.sanford@tcs.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Expected behavior:
jQuery.css("border-left-width") should report the same way on all browsers.
Actual behavior:
jQuery.css("border-left-width") breaks in ie8 Standards mode when there are duplicate css entries.
I noticed that only in ie8 Standards Mode my tables were not resizing properly and after debugging noticed that my css for the table had a duplicate entry. There must be a difference in the way that jquery.<object>.css("border-left-width") responds in ie8 Standards Mode as the following css renders correctly in ie7 and ie9 Standards Modes, but not in ie8 Standard Mode:
table { border: 8px solid #C2DDEE; border: none; }
Attachments (0)
Change History (4)
Changed August 19, 2013 02:01PM UTC by comment:1
Changed August 20, 2013 06:20PM UTC by comment:3
owner: | → john.sanford@tcs.com |
---|---|
status: | new → pending |
Can you provide a test case that demonstrates the problem and shows what is incorrect? If the border is specified as none
then in IE you should always ignore the other values.
Changed September 04, 2013 08:49AM UTC by comment:4
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!
#14267 is a duplicate of this ticket.