Closed
Bug 699384
Opened 14 years ago
Closed 13 years ago
"-moz-column-rule: solid" works for some columns but not all
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 746015
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 big enough to scroll to right.
3. Scroll right.
Actual results:
Solid column rule appears only between columns initially shown, not between columns initially scrolled to right.
Expected results:
Solid column rule should appear between all columns.
Please attach a HTML test file (use the "Add an attachment" link above).
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•