- 
                Notifications
    
You must be signed in to change notification settings  - Fork 374
 
Open
Labels
conformanceAligning with HTML and CSS specificationsAligning with HTML and CSS specifications
Description
With HTML/CSS it's possible to hide options with a display: none rule.
In RmlUi, display: block is set directly on the option element, so no display rules work:
RmlUi/Source/Core/Elements/WidgetDropDown.cpp
Line 455 in 8f11e0f
| element->SetProperty(PropertyId::Display, Property(Style::Display::Block)); | 
Metadata
Metadata
Assignees
Labels
conformanceAligning with HTML and CSS specificationsAligning with HTML and CSS specifications