mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 392188 - Don't allow click-through on <browser>s by default. r=Enn
This commit is contained in:
parent
b5159a8bd0
commit
2126cf54ce
@ -51,6 +51,9 @@
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<binding id="browser" extends="xul:browser">
|
||||
<content clickthrough="never">
|
||||
<children/>
|
||||
</content>
|
||||
<implementation type="application/javascript" implements="nsIAccessibleProvider, nsIObserver, nsIDOMEventListener">
|
||||
<property name="accessibleType" readonly="true">
|
||||
<getter>
|
||||
|
Loading…
Reference in New Issue
Block a user