Open
Bug 637514
Opened 14 years ago
Updated 3 years ago
Stack positioning code for attributes start/end needs a clean up
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: vingtetun, Unassigned)
Details
From Neil Deakin, https://bugzilla.mozilla.org/show_bug.cgi?id=635522#c4 :
The idea here is that left and right attributes override the start and end
attributes. It would good to have a followup bug to improve this code a bit,
such that:
- it doesn't need to check start/end if left and/or right were specified.
- it doesn't duplicate so much code
The actual code lives in: http://mxr.mozilla.org/mozilla-central/source/layout/xul/base/src/nsStackLayout.cpp#195
Comment 1•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•