mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 534502 - No autoscroll in print preview anymore, r=mconnor
--HG-- extra : rebase_source : c182076b6ce400d7adc0b2fd0e518793bdfd5ced
This commit is contained in:
parent
fb30c7b8e4
commit
8503825001
@ -1124,8 +1124,7 @@
|
||||
<handler event="mousedown" phase="capturing">
|
||||
<![CDATA[
|
||||
if (!this._scrollable && event.button == 1) {
|
||||
if (!this.autoscrollEnabled ||
|
||||
this.currentURI.spec == "about:blank"||
|
||||
if (!this.autoscrollEnabled ||
|
||||
this.isAutoscrollBlocker(event.originalTarget))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user