mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 403125: find bar highlighting doesn't work as expected (button incorrectly assumes it's 'checked' property is toggled after the oncommand handler is called), r=mano, a=schrep
This commit is contained in:
parent
8ece07dffc
commit
c30266dba2
@ -238,7 +238,7 @@
|
||||
label="&highlight.label;"
|
||||
accesskey="&highlight.accesskey;"
|
||||
tooltiptext="&highlight.tooltiptext;"
|
||||
oncommand="toggleHighlight(!this.checked);"
|
||||
oncommand="toggleHighlight(this.checked);"
|
||||
type="checkbox"
|
||||
disabled="true"
|
||||
xbl:inherits="accesskey=highlightaccesskey"/>
|
||||
|
Loading…
Reference in New Issue
Block a user