mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
879a96b751
commit
585834fb36
@ -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