Fixed: keyboard issues from FF66 alignmets to the other major browsers (#2847)

This commit is contained in:
daboe01
2019-05-24 12:57:57 +02:00
committed by Martin Carlberg
parent acda834ad9
commit eb55e4def6
+3
View File
@@ -244,6 +244,9 @@ else if (USER_AGENT.indexOf("Gecko") !== -1) // Must follow KHTML check.
if (version < 3.0)
PLATFORM_FEATURES[CPJavaScriptMouseWheelValues_8_15] = YES;
if (version >= 66)
PLATFORM_FEATURES[CPJavaScriptRemedialKeySupport] = YES;
// Some day this might be fixed and should be version prefixed. No known fixed version yet.
PLATFORM_FEATURES[CPInput1PxLeftPadding] = YES;