Closed
Bug 25481
Opened 25 years ago
Closed 25 years ago
[FLOAT] floating contents of fixed size cell wrap but did not in Nav4 {compat}
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mgg, Assigned: buster)
References
()
Details
Attachments
(1 file)
318 bytes,
text/html
|
Details |
Running M13 on RedHat Linux 6.1 with GTK+ v1.2.6.
The following pages are not displayed correctly:
sawmill.themes.org
~~~~~~~~~~~~~~~~~~
Left hand cell containing "Theme Search" list spans entire page.
gtkmm.sourceforge.net
~~~~~~~~~~~~~~~~~~~~~
Right hand navigation map is normally positioned at top of page. Mozilla
positions it below vertical separation line.
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Problem 1 (sawmill.themes.org) works for me using 2000012812 on Windows 98 SE.
http://sawmill.themes.org/ dislays fine for me, too, with the latest build.
This is a backwards compatibility issue. The TD has a fixed width of 150, and
there are two floated elements in the cell: one of width 8 and one of width 150.
They don't fit next to each other and so we're doing what CSS says which is move
the second one below the first. Unfortunately that isn't what Nav does...
Assignee: troy → kipp
Status: ASSIGNED → NEW
Summary: Incorrect page layout → {compat} Incorrect page layout
I think this is a post-beta compatibility issue. marking M16.
Target Milestone: M16
Comment 6•25 years ago
|
||
The problem with sawmill.themes.org was bug 20185, the second problem is
completely unrelated. please file unrelated bugs as seperate reports.
Comment 7•25 years ago
|
||
Changing summary to match description.
Summary: {compat} Incorrect page layout → contents of fixed size cell wrap but did not in Nav4 {compat}
mine! mine mine mine! all mine! whoo-hoo!
Assignee: kipp → buster
we are unlikely to fix this poor behavior. The cell is as wide as it's told to
be, the floaters are sized correctly, and CSS says to place one floater beneath
the next if they don't fit in their container. The source of the page should be
fixed (it's a trivial fix, just set the size on the TD correctly.)
eric, care to send out a note to the folks at http://gtkmm.sourceforge.net/ ?
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Summary: contents of fixed size cell wrap but did not in Nav4 {compat} → [FLOAT] floating contents of fixed size cell wrap but did not in Nav4 {compat}
Target Milestone: M16 → M30
You need to log in
before you can comment on or make changes to this bug.
Description
•