[webkit-reviews] review requested: [Bug 19465] Cursor sometimes gets 'stuck' in textareas when trying to navigate with arrow keys : [Attachment 21625] potential fix for the stuck cursor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 07:10:38 PDT 2008


Jonathon Jongsma <jonathon.jongsma at collabora.co.uk> has asked  for review:
Bug 19465: Cursor sometimes gets 'stuck' in textareas when trying to navigate
with arrow keys
https://bugs.webkit.org/show_bug.cgi?id=19465

Attachment 21625: potential fix for the stuck cursor
https://bugs.webkit.org/attachment.cgi?id=21625&action=edit

------- Additional Comments from Jonathon Jongsma
<jonathon.jongsma at collabora.co.uk>
Here's a potential fix.  It solves the keyboard navigation issue on both Qt and
Gtk ports.  It basically duplicates the logic of the 'if (x < box->m_x +
box->m_width)' block by only using UPSTREAM affinity if the offset is greater
than 0.  If this fix is deemed correct, it might be worth testing to see if it
has an impact on bug 13736 as well.


More information about the webkit-reviews mailing list