Bug 942021 - Reduce the delay blocking events in order to show the highlight. r=fabrice

This commit is contained in:
Vivien Nicolas 2013-11-26 14:50:21 +01:00
parent acc9c41827
commit dbcf779f0c

View File

@ -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.