Open
Bug 256261
Opened 20 years ago
Updated 2 years ago
incorrect border width and min height/width computed style for 'native' widgets
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: p_ch, Unassigned)
Details
'Native' widgets layout fetches the border width and min size via the nsITheme
implementations of GetWidgetBorder and GetMinimumWidgetSize. Currently, the
computed style for the border width is not the actual one but instead it is the
one the element should have for -moz-appearance:none.
There should be a way to get the actual border width.
How the computed style should work for border width, min height/width in
conjonction with -moz-appearance?
Reporter | ||
Updated•20 years ago
|
Summary: incorrect borderwidth and min height/width computed style for 'native' widgets → incorrect border width and min height/width computed style for 'native' widgets
Assignee: dbaron → nobody
QA Contact: ian → style-system
I think this is fixed now (on trunk). Could you confirm?
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•