Open
Bug 580150
Opened 15 years ago
Updated 3 years ago
-moz-box-align does not center correctly
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: patcito, Unassigned)
References
()
Details
(Keywords: css3, testcase)
User-Agent: Mozilla/5.0 (X11; Linux i686; en-US; rv:2.0b2pre) Gecko/20100718 Minefield/4.0b2pre
Build Identifier: Mozilla/5.0 (X11; Linux i686; en-US; rv:2.0b2pre) Gecko/20100718 Minefield/4.0b2pre
I'm using the flexible box model to center divs vertically. The container has the following CSS:
-moz-box-orient: vertical;
display: -moz-box;
-moz-box-align: center;
This should center all divs inside of that container but it does not.
Reproducible: Always
Steps to Reproduce:
1. Visit http://pub.ricodigo.com/test.html on Firefox
2. Visit on Webkit browser
Actual Results:
Webkit centers the divs but not Firefox
Expected Results:
Firefox should center the divs inside the container.
Updated•14 years ago
|
Version: unspecified → 4.0 Branch
Updated•11 years ago
|
Component: General → CSS Parsing and Computation
Keywords: testcase
Product: Firefox → Core
Version: 4.0 Branch → 2.0 Branch
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•