RESOLVED FIXED 33633
Web Inspector: use hidden text area for editor clipboard in order to workaround windows setData bug.
https://bugs.webkit.org/show_bug.cgi?id=33633
Summary Web Inspector: use hidden text area for editor clipboard in order to workarou...
Pavel Feldman
Reported 2010-01-13 16:02:10 PST
https://bugs.webkit.org/show_bug.cgi?id=25715 (http://crbug.com/20404 in Chromium) is preventing us from using setData(Text).
Attachments
[PATCH] Proposed fix (2.20 KB, patch)
2010-01-13 16:04 PST, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2010-01-13 16:04:06 PST
Created attachment 46519 [details] [PATCH] Proposed fix
Timothy Hatcher
Comment 2 2010-01-13 16:11:44 PST
Comment on attachment 46519 [details] [PATCH] Proposed fix Is textarea better than a div?
Pavel Feldman
Comment 3 2010-01-13 23:43:04 PST
(In reply to comment #2) > (From update of attachment 46519 [details]) > Is textarea better than a div? It has a nice .select() method. Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/TextEditor.js M WebCore/inspector/front-end/inspector.css Committed r53242
Note You need to log in before you can comment on or make changes to this bug.