RESOLVED FIXED152861
Web Inspector: Allow error items on Exception page to be selected
https://bugs.webkit.org/show_bug.cgi?id=152861
Summary Web Inspector: Allow error items on Exception page to be selected
Devin Rousso
Reported 2016-01-07 14:27:53 PST
If the user wants to just copy the error for investigation purposes (like copying the filepath to use in the terminal), they should be able to copy the text.
Attachments
Patch (1.36 KB, patch)
2016-01-07 14:29 PST, Devin Rousso
no flags
Radar WebKit Bug Importer
Comment 1 2016-01-07 14:28:06 PST
Devin Rousso
Comment 2 2016-01-07 14:29:06 PST
Blaze Burg
Comment 3 2016-01-07 14:30:53 PST
Comment on attachment 268492 [details] Patch Huh, how was that not the default? I never did investigate why selection wasn't working on the page.
Devin Rousso
Comment 4 2016-01-07 14:32:28 PST
(In reply to comment #3) > Comment on attachment 268492 [details] > Patch > > Huh, how was that not the default? I never did investigate why selection > wasn't working on the page. WebInspector doesn't allow text selection by default. Look at Main.css:48-49 inside the first "body" selector.
Blaze Burg
Comment 5 2016-01-07 14:41:59 PST
(In reply to comment #4) > (In reply to comment #3) > > Comment on attachment 268492 [details] > > Patch > > > > Huh, how was that not the default? I never did investigate why selection > > wasn't working on the page. > > WebInspector doesn't allow text selection by default. Look at > Main.css:48-49 inside the first "body" selector. Ohhh, that makes sense.
Blaze Burg
Comment 6 2016-01-07 14:42:22 PST
Comment on attachment 268492 [details] Patch r=me
WebKit Commit Bot
Comment 7 2016-01-07 15:32:51 PST
Comment on attachment 268492 [details] Patch Clearing flags on attachment: 268492 Committed r194735: <http://trac.webkit.org/changeset/194735>
WebKit Commit Bot
Comment 8 2016-01-07 15:32:54 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.