Closed Bug 1527351 Opened 5 years ago Closed 1 month ago

double click on file in file open dialog generates a click on the page behind the dialog

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P3)

65 Branch
defect

Tracking

()

RESOLVED INVALID

People

(Reporter: covarubias, Unassigned)

Details

Attachments

(1 obsolete file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

Steps to reproduce:

i opened a file open dialog by clicking on a file input in my javascript/html application and double clicked on a file to open it.
source code:
<form action="" method="post" enctype="multipart/form-data">
<input type="file">
</form>

Actual results:

the dialog closed, the file was not opened and my application received a mouse click event.

Expected results:

the dialog should have kept the click event to itself and thus should have opened the file. the application shouldn't have noticed the click inside the dialog.

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Build ID: 20190211233335

Hi reporter,

Thank you for taking the time to add this report.
However, I'm not exactly sure I have all the steps clear enough to reproduce the issue.

After selecting a file (double click or selecting the Open button), the dialog closes and nothing happens. I do not see any click events.

Is the click event triggered if you run this on other browsers?

Could you please retest this using the latest FF release and latest Nightly build (https://nightly.mozilla.org/) and report back the results? When doing this, please use a new clean Firefox profile, maybe even safe mode, to eliminate custom settings as a possible cause (https://goo.gl/PNe90E).
If the issue does still reproduce, could you maybe provide us with some extra information (steps/img/video) that could help reproduce it?

Component: Untriaged → Event Handling
Flags: needinfo?(covarubias)
Product: Firefox → Core
Component: Event Handling → User events and focus handling
Priority: -- → P3
Severity: normal → S3
Attachment #9385790 - Attachment is obsolete: true

Redirect a needinfo that is pending on an inactive user to the triage owner.
:sefeng, since the bug has recent activity, could you have a look please?

For more information, please visit BugBot documentation.

Flags: needinfo?(covarubias) → needinfo?(sefeng)

I can't reproduce this and given we haven't heard anything back from the reporter in 5 years, I am closing this bug.

Please file a new bug if this occurs again

Status: UNCONFIRMED → RESOLVED
Closed: 1 month ago
Flags: needinfo?(sefeng)
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: