RESOLVED FIXED54433
allow for modifying comments without the mouse
https://bugs.webkit.org/show_bug.cgi?id=54433
Summary allow for modifying comments without the mouse
Ojan Vafai
Reported 2011-02-14 21:23:47 PST
allow for modifying comments without the mouse
Attachments
Patch (7.81 KB, patch)
2011-02-14 21:44 PST, Ojan Vafai
abarth: review+
Ojan Vafai
Comment 1 2011-02-14 21:44:07 PST
Adam Barth
Comment 2 2011-02-14 21:48:42 PST
Comment on attachment 82413 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=82413&action=review > Websites/bugs.webkit.org/code-review.js:1291 > + $(unfrozen_comment).find('textarea')[0].focus(); Is this $ needed?
Ojan Vafai
Comment 3 2011-02-14 21:52:40 PST
Comment on attachment 82413 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=82413&action=review >> Websites/bugs.webkit.org/code-review.js:1291 >> + $(unfrozen_comment).find('textarea')[0].focus(); > > Is this $ needed? Whoops. no.
Ojan Vafai
Comment 4 2011-02-14 21:54:06 PST
Note You need to log in before you can comment on or make changes to this bug.