Closed
Bug 313195
Opened 19 years ago
Closed 18 years ago
{inc}Setting width and float: left in a CSS style causes the page to shrink continously.
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: togniolli, Unassigned)
References
Details
(Whiteboard: [reflow-refactor])
Attachments
(1 file)
1.09 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20050929 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20050929 Firefox/1.4
When there's a style { width: 90%; float: left; } inside a table, clicking on a
button on that page causes the page to shrink.
Reproducible: Always
Steps to Reproduce:
1. Open the attached page in firefox.
2. Click the button.
3.
Actual Results:
The page shrinks.
Expected Results:
Nothing.
Comment 2•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b5) Gecko/20051020
Firefox/1.5 ID:2005102012
Confirmed
haven't got a clue where this should go, Core:?
Comment 3•19 years ago
|
||
I think this is the same as bug 274556.
Component: General → Layout: Tables
Product: Firefox → Core
QA Contact: general → layout.tables
Version: unspecified → Trunk
Updated•19 years ago
|
Depends on: 274556
Summary: Setting width and float: left in a CSS style causes the page to shrink continously. → {inc}Setting width and float: left in a CSS style causes the page to shrink continously.
Whiteboard: [reflow-refactor]
Comment 4•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20061208 Minefield/3.0a1 ID:2006120812 [cairo]
fixed when reflow branch landed on trunk
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Depends on: reflow-refactor
Comment 5•18 years ago
|
||
Adding in-testsuite? nomination per bz's request in m.d.t.l. Sorry for the bugspam.
Flags: in-testsuite?
Updated•12 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•