Can't click the "Manage bookmarks..." link in the placeholder message in the toolbar
Categories
(Firefox :: Bookmarks & History, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox83 | --- | unaffected |
firefox84 | --- | unaffected |
firefox85 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I broke this in bug 1678921.
We need to fix the link clicks without regressing the drag/drop functionality. Because the link and the drag/drop handlers are in different DOM subtrees and event dispatch only picks one path, this isn't fixable using pure CSS on its own - we'll need to either change the DOM, change where the event listeners are, or do event redirection in one way or another.
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Set release status flags based on info from the regressing bug 1678921
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Backed out for failures on browser_drag_bookmarks_on_toolbar.js
backout: https://hg.mozilla.org/integration/autoland/rev/a2f141ef8e0aad117c9d8f70a2ae9ad294314df9
failure log: https://treeherder.mozilla.org/logviewer?job_id=324052076&repo=autoland&lineNumber=2556
[task 2020-12-09T15:56:41.779Z] 15:56:41 INFO - TEST-PASS | browser/components/places/tests/browser/browser_drag_bookmarks_on_toolbar.js | Toolbar node has an associated Places node. -
[task 2020-12-09T15:56:41.780Z] 15:56:41 INFO - Dragging left
[task 2020-12-09T15:56:41.780Z] 15:56:41 INFO - A dragstart event has been trapped.
[task 2020-12-09T15:56:41.780Z] 15:56:41 INFO - Buffered messages finished
[task 2020-12-09T15:56:41.780Z] 15:56:41 INFO - TEST-UNEXPECTED-FAIL | browser/components/places/tests/browser/browser_drag_bookmarks_on_toolbar.js | Number of dragged items should be the same. - Got +0, expected 1
[task 2020-12-09T15:56:41.780Z] 15:56:41 INFO - Stack trace:
[task 2020-12-09T15:56:41.781Z] 15:56:41 INFO - chrome://mochikit/content/browser-test.js:test_is:1332
[task 2020-12-09T15:56:41.781Z] 15:56:41 INFO - chrome://mochitests/content/browser/browser/components/places/tests/browser/browser_drag_bookmarks_on_toolbar.js:listener:35
[task 2020-12-09T15:56:41.781Z] 15:56:41 INFO - chrome://mochikit/content/tests/SimpleTest/EventUtils.js:synthesizeMouseAtPoint:590
[task 2020-12-09T15:56:41.781Z] 15:56:41 INFO - chrome://mochikit/content/tests/SimpleTest/EventUtils.js:synthesizeMouse:522
[task 2020-12-09T15:56:41.781Z] 15:56:41 INFO - chrome://mochitests/content/browser/browser/components/places/tests/browser/browser_drag_bookmarks_on_toolbar.js:synthesizeDragWithDirection:133
[task 2020-12-09T15:56:41.781Z] 15:56:41 INFO - chrome://mochitests/content/browser/browser/components/places/tests/browser/browser_drag_bookmarks_on_toolbar.js:test_drag_folder_on_toolbar:203
[task 2020-12-09T15:56:41.781Z] 15:56:41 INFO - Dragging right
[task 2020-12-09T15:56:41.782Z] 15:56:41 INFO - A dragstart event has been trapped.
[task 2020-12-09T15:56:41.782Z] 15:56:41 INFO - Not taking screenshot here: see the one that was previously logged
Assignee | ||
Updated•4 years ago
|
Comment 7•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Description
•