Closed
Bug 1257813
Opened 9 years ago
Closed 8 years ago
Click event happens on old element after I release mouse (mouseup) over another element on http://www.thedailybeast.com
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
DUPLICATE
of bug 1187591
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Whiteboard: [parity-Chrome])
>>> My Info: Win7_64, Nightly 48, 32bit, ID 20160317030235
STR:
1. Open
http://www.thedailybeast.com/articles/2016/01/10/are-russians-and-ukrainians-the-same-people.html
2. Scroll a bit down so that "READ THIS. list" became fully visible
3. Make sure that the 1st item in that list is only partially grayed out.
4. Hover mouse over the text in the 2nd item in that list
5. Hold left mouse button
6. Move mouse to the left, to the article's text (move it away from the 2nd item)
7. Release left mouse button
AR: The 2nd item is clicked. If I set breakpoint on 'click' event, it fires with
e.explicitOriginalTarget == the 2nd item.
If I add attribute [onclick="console.log('fake click')"] to the 2nd item (<a> element),
then I see that message in console.
ER: No click, because I moved mouse away. Just like in GoogleChrome browser
Note:
A friend of mine (who is "regular joe" Mozilla is aiming to) was very disappointed when I showed
him several cases when Firefox fails to do this trick - "mousedown-drag-mouseup to cancel click"
He's using GoogleChrome btw
Comment 1•9 years ago
|
||
Olli, WDYT?
Flags: needinfo?(bugs)
Whiteboard: [parity-Chrome] → [parity-Chrome] btpp-followup-2016-04-18
Comment 2•9 years ago
|
||
Same story as in bug 1257816. there's a `overflow: hidden;` on `.sidebar .rtl-list .rtl-item h3, .sidebar .rtl-list .rtl-item h4`. Without that, dragging out does not fire the click event. This is tracked in bug 1187591.
Depends on: 1187591
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Whiteboard: [parity-Chrome] btpp-followup-2016-04-18 → [parity-Chrome]
| Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•5 years ago
|
Flags: needinfo?(bugs)
You need to log in
before you can comment on or make changes to this bug.
Description
•