Closed
Bug 30465
Opened 25 years ago
Closed 25 years ago
Table column too narrow to contain buttons
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: run2000, Assigned: karnaze)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; N; NT4.0; en-US; m14)
BuildID: 2000030308
The table in the test case I'm attaching consists of three columns: two select
boxes, with two buttons in between them. If the browser window is too narrow,
the right hand side of the buttons are cut off.
Reproducible: Always
Steps to Reproduce:
1. Open Mozilla
2. Make sure the browser window is narrower than ~ 800 pixels
3. Go to the test case I'll attach shortly
Actual Results:
The buttons in the middle of the table are cut off by the Select box in the
third column.
Expected Results:
The table column should be wide enough to allow the buttons to appear without
being clipped.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Pretty sure that is is the same stuff as bug 28892. Could you have a look at it?
Comment 3•25 years ago
|
||
Yep, seems to be the same issue. Form elements' width isn't bubbled to the table
cell width in some cases.
*** This bug has been marked as a duplicate of 28892 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•