Open
Bug 899566
Opened 12 years ago
Updated 3 years ago
CSS outline adds box to previous column when used with CSS3 columns module
Categories
(Core :: Layout: Columns, defect)
Tracking
()
NEW
People
(Reporter: pat.macmannis, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0 (Beta/Release)
Build ID: 20130618035212
Steps to reproduce:
Using Columns (columns, column-count, column-gap, etc) and assigning an outline to a specific column. See codepen example.
http://codepen.io/Pmac627/pen/Kxmrl?editors=110
Actual results:
The outline is produced around the column properly, but a small box roughly equal to the outline width x 2 (2px outline width = 4px by 4px box) appears in the lower left corner of the column before.
Expected results:
The outline should be rendered as it did, but without also creating that random box on the column before.
| Reporter | ||
Updated•12 years ago
|
Comment 1•12 years ago
|
||
Confirmed.
It works as expected if put a text other than null/space inside div
Status: UNCONFIRMED → NEW
Component: CSS Parsing and Computation → Layout
Ever confirmed: true
OS: Windows 8 → All
Version: 22 Branch → Trunk
Updated•7 years ago
|
Component: Layout → Layout: Columns
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•