RESOLVED FIXED 178814
Web Inspector: Canvas Tab: selected canvas card loses selection outline style while recording
https://bugs.webkit.org/show_bug.cgi?id=178814
Summary Web Inspector: Canvas Tab: selected canvas card loses selection outline style...
Blaze Burg
Reported 2017-10-25 10:49:50 PDT
This is awkward because I can't tell what the selection is, except by looking at the jump bar. If needed I suppose the red part could stay red, but the rest should be blue.
Attachments
[Image] Screenshot of issue (315.56 KB, image/png)
2017-10-25 13:02 PDT, Devin Rousso
no flags
Patch (3.46 KB, patch)
2017-10-25 13:12 PDT, Devin Rousso
no flags
[Image] After Patch is applied (315.75 KB, image/png)
2017-10-25 13:13 PDT, Devin Rousso
no flags
Radar WebKit Bug Importer
Comment 1 2017-10-25 10:50:09 PDT
Devin Rousso
Comment 2 2017-10-25 13:02:35 PDT
Created attachment 324872 [details] [Image] Screenshot of issue This was done intentionally. WebInspectorUI/UserInterface/Views/CanvasOverviewContentView.css:40 .content-view.canvas-overview .content-view.canvas.selected:not(.is-recording) { border-color: var(--selected-background-color); } It looks quite awful to have the red and blue right next to each other. I agree that we still need some visual indicator, so maybe we should have the header stay red when recording and the rest of the borders be blue.
Devin Rousso
Comment 3 2017-10-25 13:12:41 PDT
Devin Rousso
Comment 4 2017-10-25 13:13:20 PDT
Created attachment 324876 [details] [Image] After Patch is applied
Blaze Burg
Comment 5 2017-10-25 13:19:12 PDT
Comment on attachment 324875 [details] Patch r=me
WebKit Commit Bot
Comment 6 2017-10-25 14:12:03 PDT
Comment on attachment 324875 [details] Patch Clearing flags on attachment: 324875 Committed r223979: <https://trac.webkit.org/changeset/223979>
WebKit Commit Bot
Comment 7 2017-10-25 14:12:05 PDT
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.