Closed Bug 1552803 Opened 5 years ago Closed 5 years ago

click event triggered via selecting an option doesn't be considered as a user input event

Categories

(Core :: DOM: Core & HTML, defect, P2)

defect

Tracking

()

RESOLVED INVALID

People

(Reporter: edgar, Unassigned)

Details

Attachments

(1 file, 1 obsolete file)

This bug is created from bug 1543439 comment #3.

We allow open popup with e10s select (onclick), the popup state was pushed in https://searchfox.org/mozilla-central/rev/f4c39907e0b527dc4b9356a1eeb8c6e6c62d383a/dom/events/EventListenerManager.cpp#1149-1150. Perhaps we need to handle IsHandlingUesrInput flag here as well?

Attached file test.html
Attachment #9066021 - Attachment is obsolete: true
Summary: requestFullscreen denied from select onclick handler → click event triggered via selecting an option doesn't be considered as a user input event
Comment on attachment 9066022 [details] test.html Reproduce steps, 1. press `Tab` to move focus to <select> element 2. press `Down Arrow` to open select menu 3. select *Full screen* option by mouse click Expected result: The browser should go into full screen mode. Actual result: The browser does not go full screen.

I filed this bug from bug 1543439 comment #3.
but I think I could just fix this in bug 1543439, so close as INVALID.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: