We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b8ce6 commit ef0bc04Copy full SHA for ef0bc04
src/main/java/org/htmlunit/BrowserVersionFeatures.java
@@ -63,7 +63,7 @@ public enum BrowserVersionFeatures {
63
CSS_RT_DISPLAY_RUBY_TEXT_ALWAYS,
64
65
/** The context menu MouseEvent has a detail of 1. */
66
- @BrowserFeature(FF)
+ @BrowserFeature({FF, FF_ESR})
67
EVENT_CONTEXT_MENU_HAS_DETAIL_1,
68
69
/** Triggers the onfocus event when focusing the body on load. */
0 commit comments