Closed
Bug 1210203
Opened 9 years ago
Closed 9 years ago
Click event don't fire the first time if context menu in urlbar was opened (while contextmenu event fires OK)
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
DUPLICATE
of bug 358864
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
()
Details
STR: (Win7_64, Nightly 44, 32bit, ID 20150930030231, new profile, safe mode)
1. Open the following "data:" url or click URL in the form above
> data:text/html,<html onclick="alert('clicked')" oncontextmenu="alert('contextmenu')">
2. Right-click text in urlbar
3. Click page content
4. Right-click text in urlbar
5. Right-click page content
Result: There's no alert in Step 3 - 'click' event doesn't fire.
There IS alert in Step 5 - 'contextmenu' event fires. [OK]
Expectations: Click event should fire in Step 3.
I mean, click event don't fire AT ALL. Even if I click on a button in navigation toolbox.
Comment 2•9 years ago
|
||
Isn't it the same as reported by me some days ago in https://bugzilla.mozilla.org/show_bug.cgi?id=1205619 ?
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Comment 5•7 years ago
|
||
Moving from Core::Untriaged to Core::General https://bugzilla.mozilla.org/show_bug.cgi?id=1407598
Component: Untriaged → General
You need to log in
before you can comment on or make changes to this bug.
Description
•