Open Bug 772626 Opened 12 years ago Updated 2 years ago

table cell renders too tall on Kyocera iBurst modem link information page

Categories

(Core :: Layout, defect)

defect

Tracking

()

UNCONFIRMED

People

(Reporter: graham, Unassigned)

References

(Depends on 1 open bug)

Details

(Keywords: testcase)

Attachments

(5 files, 1 obsolete file)

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1
Build ID: 20120615062803

Steps to reproduce:

I viewed the Link Information page on a Kyocera iBurst modem.


Actual results:

The table cell representing the signal strength as a percentage was rendered too tall for my display, requiring me to scroll down.


Expected results:

The table cell should only have been 12 pixels tall.  It was displayed correctly on other browsers tested.
Requires 'yellow.gif', a 1x12 pixel yellow vertical line.
Required by 'link-information.html'.
Attachment #640752 - Attachment mime type: text/plain → text/html
Attached file HTML testcase
includes correct reference to "yellow.gif"
Attachment #640752 - Attachment is obsolete: true
Component: Untriaged → Layout
OS: Linux → All
Product: Firefox → Core
Hardware: x86_64 → All
Summary: table cell renders too tall on Kyocera iBurst modem link information page → table cell renders too tall on Kyocera iBurst modem link information page (quirks mode)
Version: 13 Branch → Trunk
We have this in both modes.
Opera and IE8 have this "bug" only in standards mode.
Webkit (Chrome20) "works" in both modes.
Attachment #640869 - Attachment description: reduced testcase → reduced testcase (quirks mode)
Keywords: testcase
Summary: table cell renders too tall on Kyocera iBurst modem link information page (quirks mode) → table cell renders too tall on Kyocera iBurst modem link information page
David, the critical point here i not "height=100%", the same large cell without it.
I keept the height in the reduced testcase only because otherwise IE8 doesn't show the yellow bar.
> the critical point here is not "height=100%"
I mean the hight on <td> here, not on <img>
Greasemonkey script to work around the problem:
http://userscripts.org/scripts/show/138204

Replaces '<img src="yellow.gif" height="100%"' with '<img src="yellow.gif" height="12"'.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: