Open
Bug 1761082
Opened 3 years ago
Updated 3 years ago
Figure out what to do about browser_webconsole_select_all and related functionality after webconsole virtualization
Categories
(DevTools :: Console, task)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: dthayer, Unassigned)
References
Details
browser_webconsole_select_all.js is going to start failing with bug 1753177 landing. We'll need to figure out what we want to do with this test and the functionality it is using.
Comment 1•3 years ago
|
||
I think we could change what the test really does, and instead of checking that the text is selected, maybe test what happens when the user select all and then want to copy the selection.
As you suggested at some point, I think we could listen to the copy
event, check if the text selection range includes the first and the last message, and if so, trigger the Copy all messages
action that will handle this (see https://phabricator.services.mozilla.com/D142189)
You need to log in
before you can comment on or make changes to this bug.
Description
•