mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 310899 - richlistitem has confusing selected property. Patch by Simon Buenzli, r=me,mconnor
This commit is contained in:
parent
29f2e4dfb1
commit
cae19b1c96
@ -535,7 +535,7 @@
|
||||
</property>
|
||||
|
||||
<property name="selected"
|
||||
onget="return this.getAttribute('selected');"
|
||||
onget="return this.getAttribute('selected') == 'true';"
|
||||
onset="return this.setAttribute('selected',val);"/>
|
||||
|
||||
<property name="control">
|
||||
|
Loading…
Reference in New Issue
Block a user