RESOLVED FIXED 140710
Web Inspector: Unexpected background at top of console when rubber-banding with selection
https://bugs.webkit.org/show_bug.cgi?id=140710
Summary Web Inspector: Unexpected background at top of console when rubber-banding wi...
Joseph Pecoraro
Reported 2015-01-20 18:23:42 PST
Created attachment 245038 [details] [IMAGE] Issue * SUMMARY Unexpected background at top of console when rubber-banding with selection. See attached image. * STEPS TO REPRODUCE 1. Open Inspector 2. js> dir(document.body) 3. Expand Object 4. Select any console message 5. Go to Full Console 6. Scroll up and up to rubber-band at top => unexpected blue highlight at top of console => compare when no-selection
Attachments
[IMAGE] Issue (83.95 KB, image/png)
2015-01-20 18:23 PST, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (1.18 KB, patch)
2015-04-17 14:25 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2015-01-20 18:23:56 PST
Joseph Pecoraro
Comment 2 2015-04-17 14:24:51 PDT
Figured this out, it was the focus ring on the .console-messages div (which has tabindex).
Joseph Pecoraro
Comment 3 2015-04-17 14:25:58 PDT
Created attachment 251047 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 4 2015-04-17 15:23:08 PDT
Comment on attachment 251047 [details] [PATCH] Proposed Fix Clearing flags on attachment: 251047 Committed r182973: <http://trac.webkit.org/changeset/182973>
WebKit Commit Bot
Comment 5 2015-04-17 15:23:13 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.