RESOLVED FIXED 194660
Web Inspector: Console: dragging a selection outside the selected element clears the selection
https://bugs.webkit.org/show_bug.cgi?id=194660
Summary Web Inspector: Console: dragging a selection outside the selected element cle...
Devin Rousso
Reported 2019-02-14 11:29:00 PST
# STEPS TO REPRODUCE: 1. inspect any page 2. open the Console tab 3. log `console.log("Na".repeat(10000) + " Batman!")` 4. scroll to the top of the console 5. start selecting from the beginning(ish) of the log 6. quickly drag the cursor down to be over the console prompt (e.g. to fast scroll) => text selection disappears, and instead the entire log (and the `undefined` result) are selected (background-color)
Attachments
Patch (2.94 KB, patch)
2019-02-14 11:30 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2019-02-14 11:29:12 PST
Devin Rousso
Comment 2 2019-02-14 11:30:56 PST
Joseph Pecoraro
Comment 3 2019-02-25 23:34:37 PST
Comment on attachment 362042 [details] Patch r=me
WebKit Commit Bot
Comment 4 2019-02-26 00:00:32 PST
Comment on attachment 362042 [details] Patch Clearing flags on attachment: 362042 Committed r242078: <https://trac.webkit.org/changeset/242078>
WebKit Commit Bot
Comment 5 2019-02-26 00:00:34 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.