Closed
Bug 138055
Opened 23 years ago
Closed 6 years ago
Table cell contents overflow at http://my.netzero.net/s/logon when the page is not maximized
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
People
(Reporter: dslmichael, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(3 files, 2 obsolete files)
There is a string of text "@netzero.net" right next to the Member ID field. If
you size the page right, the "@netzero.net" text overflows into the text "Enter
your NetZero Member ID . ."
Steps to reproduce:
1. Launch Browser, and navigate to http://my.netzero.net/s/logon
2. You may need to adjust the page larger or smaller to see the bug.
I will be attaching a screen shot and a reduced testcase shortly.
This was reproduced on the 04-16 trunk and 04-15 1.0.0 branch builds.
Reporter | ||
Comment 1•23 years ago
|
||
Testcase. It appears that in order for this to happen, you have to have a
table with an input box, with text seperated from the input with a ,
within a table that has text in another cell.
Reporter | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
-> Tables
Assignee: Matti → karnaze
Component: Browser-General → HTMLTables
QA Contact: imajes-qa → amar
Comment 4•23 years ago
|
||
This happens because the <td> has a width of "156" set and there is no way to
fit the content into 156px.... Not sure whether we should ignore the 156 in this
case.
OS: Windows 2000 → All
Hardware: PC → All
the issue is simply that there is no line wrapping between textctrl and the
description, but the max element size is shown as it could line wrap between
them. Probably a dupe.
Attachment #80043 -
Attachment is obsolete: true
from the very beginning I thought I have seen this already
*** This bug has been marked as a duplicate of 93992 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 10•6 years ago
|
||
Removes RTP stat field isRemote and adds the new types remote-inbound-rtp, and remote-outbound-rtp
Comment 12•6 years ago
|
||
Indeed. Re-opening.
Status: VERIFIED → REOPENED
Flags: needinfo?(na-g)
Resolution: DUPLICATE → ---
Updated•6 years ago
|
Attachment #9032632 -
Attachment is obsolete: true
Comment 13•6 years ago
|
||
Whoops, this was in fact resolved.
Updated•6 years ago
|
Status: REOPENED → RESOLVED
Closed: 23 years ago → 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Status: RESOLVED → VERIFIED
Resolution: FIXED → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•