Bug 140710 - Web Inspector: Unexpected background at top of console when rubber-banding with selection
Summary: Web Inspector: Unexpected background at top of console when rubber-banding wi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-20 18:23 PST by Joseph Pecoraro
Modified: 2015-04-17 15:23 PDT (History)
9 users (show)

See Also:


Attachments
[IMAGE] Issue (83.95 KB, image/png)
2015-01-20 18:23 PST, Joseph Pecoraro
no flags Details
[PATCH] Proposed Fix (1.18 KB, patch)
2015-04-17 14:25 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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
Comment 1 Radar WebKit Bug Importer 2015-01-20 18:23:56 PST
<rdar://problem/19543042>
Comment 2 Joseph Pecoraro 2015-04-17 14:24:51 PDT
Figured this out, it was the focus ring on the .console-messages div (which has tabindex).
Comment 3 Joseph Pecoraro 2015-04-17 14:25:58 PDT
Created attachment 251047 [details]
[PATCH] Proposed Fix
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2015-04-17 15:23:13 PDT
All reviewed patches have been landed.  Closing bug.