mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Toolbar grippies should not trigger on right click. Exact same fix as before, checking in again because the stylesheet scoping landing regressed this.
This commit is contained in:
parent
41aa8119c3
commit
954299f704
@ -136,9 +136,9 @@
|
||||
<spring flex="100%"/>
|
||||
</box>
|
||||
<iframe class="iframe-panel" flex='1*' src="about:blank"
|
||||
hidden="true" collapsed="true" content="?content" context="contentAreaContextMenu"/>
|
||||
hidden="true" collapsed="true" content="?content"/>
|
||||
<iframe class="iframe-panel" flex='1*' src="about:blank"
|
||||
hidden="true" collapsed="true" content="?content" type="content"/>
|
||||
hidden="true" collapsed="true" content="?content" type="content" context="contentAreaContextMenu"/>
|
||||
</box>
|
||||
</action>
|
||||
</rule>
|
||||
|
Loading…
Reference in New Issue
Block a user