Closed
Bug 42181
Opened 25 years ago
Closed 25 years ago
Bindings not inited for display: none elements
Categories
(Core :: XBL, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: hyatt, Assigned: hyatt)
References
Details
(Whiteboard: [nsbeta2+])
Because bindings get inited through frame construction, I have a serious
problem. I need to be able to supply an accurate binding even when the
element has no display type.
This just bit us badly in mailcompose. brendan and I worked out a good
way to patch this, but we need to be able to resolve style on a node with
no display type. The natural way to do this is with getComputedStyle, but
this appears not to be implemented.
Guess what? Now you've got a blocking reason. :)
The 4-address mailcompose bug can't be fixed until this gets fixed, and it's
nsbeta2+, so looks like we've got ourselves a new feature party.
Assignee | ||
Comment 1•25 years ago
|
||
Nominating this bug for nsbeta2.
Status: NEW → ASSIGNED
Keywords: nsbeta2
Assignee | ||
Updated•25 years ago
|
Assignee | ||
Comment 3•25 years ago
|
||
...
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 4•25 years ago
|
||
verified fixed (checking mail-emailaddress, textfield, checkbox, radio and
others) -- win32/linux 20000719nn
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•