Closed Bug 109273 Opened 24 years ago Closed 23 years ago

table layout with input buttons corrupt[FLOAT]

Categories

(Core :: Layout: Tables, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 78820
mozilla1.0.1

People

(Reporter: tripz, Assigned: alexsavulov)

References

()

Details

(Keywords: testcase)

Attachments

(1 file)

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)
Confirming in the Nov 8th build under Mac OS X.
Status: UNCONFIRMED → NEW
Ever confirmed: true
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="&Aring;ngra" align=right> <input type="button" name="InboxList.Expunge" value="T&ouml;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&auml;lj mapp -<option>Inkorg <option>Skickat </select> </font> </td> </tr> </table>
Keywords: testcase
-> Tables
Assignee: attinasi → karnaze
Component: Layout → HTMLTables
QA Contact: petersen → amar
Reassigning to alexsavulov, since it involves nowrap.
Assignee: karnaze → alexsavulov
Similar to bug 83330.
even if the nowrap is removed, its still not displayed correctly.. wrong order.. of the buttons
also not working in linux build id 2001111109(!!)
this is a general align=right floater problem we have in cells
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>
QA Contact: amar → petersen
the align/nowrap issue retargeting
Target Milestone: --- → mozilla1.0.1
Summary: table layout with input buttons corrupt → table layout with input buttons corrupt[FLOAT]
*** 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.

Attachment

General

Creator:
Created:
Updated:
Size: