mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 942021 - Reduce the delay blocking events in order to show the highlight. r=fabrice
This commit is contained in:
parent
acc9c41827
commit
dbcf779f0c
@ -4538,7 +4538,7 @@ pref("ui.touch_activation.delay_ms", 100);
|
||||
// If the user has clicked an element, how long do we keep the
|
||||
// :active state before it is cleared by the mouse sequences
|
||||
// fired after a touchstart/touchend.
|
||||
pref("ui.touch_activation.duration_ms", 100);
|
||||
pref("ui.touch_activation.duration_ms", 10);
|
||||
|
||||
// nsMemoryInfoDumper can watch a fifo in the temp directory and take various
|
||||
// actions when the fifo is written to. Disable this in general.
|
||||
|
Loading…
Reference in New Issue
Block a user