Closed
Bug 699380
Opened 14 years ago
Closed 14 years ago
-moz-column-width is specified, but it changes when window size is changed
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
INVALID
People
(Reporter: max_corvallis, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0
Build ID: 20111008194135
Steps to reproduce:
1. In css, specifiy:
body {
-moz-column-width: 16em;
-moz-column-rule: solid thin;
-moz-column-gap: 2em;
height: 400px;
-moz-hyphens: auto;
}
2. Display page.
3. Turn bookmark sidebar on/off/on/off ...
Actual results:
Column width changes depending on whether sidebar is shown.
Expected results:
Columns should scroll right/left without changing width when sidebar appears/disappears.
Per CSS spec column-width is not a strictly fixed width.
http://www.w3.org/TR/css3-multicol/#cw
<length>
describes the optimal column width. The actual column width may be wider (to fill the available space), or narrower (only if the available space is smaller than the specified column width). Specified values must be greater than 0.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Component: General → Layout
OS: Linux → All
Product: Firefox → Core
QA Contact: general → layout
Hardware: x86 → All
Resolution: --- → INVALID
Summary: -moz-column-width is specified, but it changes when bookmark sidebar appears/disappears. → -moz-column-width is specified, but it changes when window size is changed
Version: 8 Branch → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•