Bug 161838 - REGRESSION (r205754): Web Inspector: Cannot click on links to stylesheets in Rules sidebar
Summary: REGRESSION (r205754): Web Inspector: Cannot click on links to stylesheets in ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
: 161850 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-09-10 01:53 PDT by Devin Rousso
Modified: 2016-09-12 10:13 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.02 KB, patch)
2016-09-10 02:11 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2016-09-10 01:53:57 PDT
This is due to the fact that the textarea editor is absolutely positioned and sits over the link element, preventing any interaction.
Comment 1 Radar WebKit Bug Importer 2016-09-10 01:54:13 PDT
<rdar://problem/28239194>
Comment 2 Devin Rousso 2016-09-10 02:11:16 PDT
Created attachment 288486 [details]
Patch
Comment 3 BJ Burg 2016-09-10 20:54:22 PDT
Comment on attachment 288486 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2016-09-11 17:05:06 PDT
Comment on attachment 288486 [details]
Patch

Clearing flags on attachment: 288486

Committed r205792: <http://trac.webkit.org/changeset/205792>
Comment 5 WebKit Commit Bot 2016-09-11 17:05:09 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 BJ Burg 2016-09-12 10:13:51 PDT
*** Bug 161850 has been marked as a duplicate of this bug. ***