Open
Bug 1270788
Opened 9 years ago
Updated 2 years ago
It's possible to accidentally end up dragging several nodes in markup at once WITH E10S DISABLED
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(firefox49 affected)
NEW
Tracking | Status | |
---|---|---|
firefox49 | --- | affected |
People
(Reporter: pbro, Unassigned)
References
()
Details
+++ This bug was initially created as a clone of Bug #1232806 +++
>>> My Info: Win7_64, Nightly 45, 32bit, ID 20151215030221
STR:
1. Open this "data:" url
> data:text/html,<a><b><div></div></b></a>
2. Open devtools -> inspector, expand the tree in markup-view.
3. Move mouse pointer over <div> string in markup, press left mouse button to start dragging, then
move mouse over the center of content area (on the page) and release left mouse button
4. Repeat Step 3 with <b> string in markup
5. Repeat Step 3 with <a> string in markup
Result:
After Step 5 you're dragging 3 items at once. Pressing Escape cancels only the last node
Expectations:
After Step 3 drag-n-drop operation should be canceled correctly
Reporter | ||
Updated•9 years ago
|
Priority: P2 → P3
Whiteboard: [btpp-fix-later]
Updated•9 years ago
|
tracking-e10s:
--- → -
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
tracking-e10s:
- → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•