Closed
Bug 342473
Opened 18 years ago
Closed 18 years ago
disabled group displays by default
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronr, Assigned: aaronr)
Details
(Keywords: fixed1.8.0.8, fixed1.8.1.1)
Attachments
(2 files, 1 obsolete file)
A non-relevant group will display by default, but any other XForms control bound to that same node will NOT display. Yet a group will not display if xf|*:disabled {display:none;} is specifically mentioned in the xhtml:style section of the document.
Doesn't look like this is a regression. This bug existed in 0.5 (where default style for :disabled was introduced). I'm guessing that somehow the *:disabled {display: none;} rule isn't overridding the html|*:root group {display: block;} rule in xforms.css
Comment 2•18 years ago
|
||
It's really like bug 336726.
Comment 3•18 years ago
|
||
Either do:
*:disabled {
display: none !important;
}
Or follow the patch surkov mentioned and use the not() thing for group.
Attachment #226721 -
Attachment is obsolete: true
using fix Alex proposed
Attachment #227371 -
Flags: review?(doronr)
Attachment #227371 -
Flags: review?(Olli.Pettay) → review+
Updated•18 years ago
|
Attachment #227371 -
Flags: review?(doronr) → review+
checked into trunk
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: xf-to-branch
checked into 1.8.0 branch on 2006/09/21
Keywords: fixed1.8.0.8
checked into 1.8 branch on 2006/11/21
Keywords: fixed1.8.1.1
Whiteboard: xf-to-branch
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•