Closed Bug 113658 Opened 23 years ago Closed 2 years ago

In XUL, "float: right;" doesn't appear to work

Categories

(Core :: XUL, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: samir_bugzilla, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

Will attach two test cases: 

Testcase #1 will be the HTML version with two buttons declared in a div.  The
first button correctly appears on the right of the second because the of the
"float: right" style declaration on the first button.

Testcase #2 shows the problem in XUL.  This testcase is the XUL port of testcase
#1.  The first button remains on the left of the second button as though "float:
right" was being ignored.  The DOM inspector shows that the "float: right" style
is applied to the node under the "computed style" view of the node.
->evaughan
Assignee: dbaron → evaughan
Component: Style System → XP Toolkit/Widgets: XUL
Is this valid? There is no intention to support floating and positioning 
in box layout, as far as I know.
Blocks: 150256
I agree that this bug is essentially invalid.  There is, however, a possibility
that our current behavior isn't compliant with 9.7 of CSS2, and we should change
what overrides what.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: ian → xptoolkit.widgets
You may use dir instead,example:<hbox dir="rtl"><box/><box/><box/></hbox>

The bug assignee didn't login in Bugzilla in the last 7 months.
:enndeakin, could you have a look please?
For more information, please visit auto_nag documentation.

Assignee: eric → nobody
Flags: needinfo?(enndeakin)

Don't need to support float here.

Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(enndeakin)
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: