Closed
Bug 109273
Opened 24 years ago
Closed 23 years ago
table layout with input buttons corrupt[FLOAT]
Categories
(Core :: Layout: Tables, defect)
Tracking
()
mozilla1.0.1
People
(Reporter: tripz, Assigned: alexsavulov)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
860 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.5+) Gecko/20011108
BuildID: 20011108
all the input controls (buttons, select, text) are shown on top of each other
instead as a nice row of controls. if you press the visible button labeled "Gå
till" the layout is changed to a somewhat more correct layout. however it is not
correct behaviour
(this html code was ripped from a web mail service i use)
(added a screenshot of correct layout)
Reproducible: Always
Steps to Reproduce:
1.enter http://www.progenitor.nu/errr.html
2.press the "gå till" button
3.
Actual Results: controlls are not shown correctly
Expected Results: shown the controls in one row in the order (shown on the
image under the controls)
Comment 1•24 years ago
|
||
Confirming in the Nov 8th build under Mac OS X.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
Looks like the TD containing the input element has a nowrap attribute.
<table width="600">
<tr>
<td bgColor=#C2D6EB nowrap>
<font face="Verdana,Arial,Helvetica" size="1">
<input type="button" name="InboxList.Delete" value="Radera" align=right>
<input type="button" name="InboxList.UnDelete" value="Ångra" align=right>
<input type="button" name="InboxList.Expunge" value="Töm" align=right>
<input type="button" name="InboxList.Forward" value="Vidarebefordra" align=right>
<input type="button" name="InboxList.MoveTo" value="Flytta till" align=right >
<select name="dstfolder" size="1"><option selected>- Välj mapp -<option>Inkorg
<option>Skickat
</select>
</font>
</td>
</tr>
</table>
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
-> Tables
Assignee: attinasi → karnaze
Component: Layout → HTMLTables
QA Contact: petersen → amar
Comment 5•24 years ago
|
||
Reassigning to alexsavulov, since it involves nowrap.
Assignee: karnaze → alexsavulov
| Reporter | ||
Comment 7•24 years ago
|
||
even if the nowrap is removed, its still not displayed correctly.. wrong order..
of the buttons
| Reporter | ||
Comment 8•24 years ago
|
||
also not working in linux build id 2001111109(!!)
| Assignee | ||
Comment 9•24 years ago
|
||
this is a general align=right floater problem we have in cells
Comment 10•24 years ago
|
||
In the latest build ID: 2001111303 all the buttons are lined up corectly in a
row once I removed the nowrap, but its breaking with nowrap in the <td>
| Assignee | ||
Updated•24 years ago
|
QA Contact: amar → petersen
| Assignee | ||
Comment 11•24 years ago
|
||
the align/nowrap issue
retargeting
Target Milestone: --- → mozilla1.0.1
| Assignee | ||
Updated•23 years ago
|
Summary: table layout with input buttons corrupt → table layout with input buttons corrupt[FLOAT]
| Assignee | ||
Comment 12•23 years ago
|
||
*** This bug has been marked as a duplicate of 78820 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•