Open
Bug 789414
Opened 13 years ago
Updated 3 years ago
"-moz-box-align" conflicts with "overflow:hidden"
Categories
(Core :: XUL, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: shenyq_i_am_will, Unassigned)
Details
(Keywords: css-moz)
Attachments
(1 file)
|
651 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0
Build ID: 20120824154833
Steps to reproduce:
This is an issue related to CSS.
I constructed a <div> with -moz-box-align:center and -moz-box-pack:center property. Then I tried to add overflow:hidden property to it.
Actual results:
If overflow:hidden is not added, children box appears normally.
But if overflow:hidden is added, children box appears strangely.
| Reporter | ||
Updated•13 years ago
|
Updated•13 years ago
|
Attachment #659169 -
Attachment mime type: text/plain → text/html
Updated•13 years ago
|
Version: 15 Branch → Trunk
Comment 1•13 years ago
|
||
Correct me if I'm wrong, but shouldn't this be in Core, instead of Firefox?
Updated•13 years ago
|
Component: Untriaged → Style System (CSS)
Product: Firefox → Core
Comment 2•13 years ago
|
||
Probably wontfix, given that it involves the nonstandard XUL box model.
Component: Style System (CSS) → XUL
Comment 3•13 years ago
|
||
Any overflow except default visible abolishes -moz-box-align. It is seen as -moz-box-align has default value stretch.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•