Bug 144354 - Web Inspector: Copy not working in Console
Summary: Web Inspector: Copy not working in Console
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: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-04-28 13:43 PDT by Joseph Pecoraro
Modified: 2015-04-30 01:55 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.71 KB, patch)
2015-04-29 21:26 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-04-28 13:43:33 PDT
* SUMMARY
Copy not working in Console.

I swear I had this working recently.

* STEPS TO REPRODUCE
1. Evaluate something in the console.
2. Select the evaluated code
3. Try to copy
  => does not copy
Comment 1 Radar WebKit Bug Importer 2015-04-28 13:44:13 PDT
<rdar://problem/20733625>
Comment 2 Joseph Pecoraro 2015-04-29 21:17:31 PDT
My guess is that "beforecopy" is stopping at the TabContentView without checking the TabContentView's inner content view.
Comment 3 Timothy Hatcher 2015-04-29 21:24:04 PDT
Likely so. I'll take a look tomorrow.
Comment 4 Joseph Pecoraro 2015-04-29 21:26:41 PDT
Created attachment 252037 [details]
[PATCH] Proposed Fix
Comment 5 Timothy Hatcher 2015-04-30 01:09:07 PDT
Comment on attachment 252037 [details]
[PATCH] Proposed Fix

Thanks Joe!
Comment 6 WebKit Commit Bot 2015-04-30 01:55:21 PDT
Comment on attachment 252037 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 252037

Committed r183625: <http://trac.webkit.org/changeset/183625>
Comment 7 WebKit Commit Bot 2015-04-30 01:55:25 PDT
All reviewed patches have been landed.  Closing bug.