[Webkit-unassigned] [Bug 12902] Pressing return key doesn't move caret to next line after applying a font color in GMail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 26 15:36:12 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12902





------- Comment #2 from adele at apple.com  2007-02-26 15:36 PDT -------
Looks like after using the Font popup menu, the main frame is focused and the
key event for the return key isn't sent to the editable subframe.

But the keys are still inserted because of code in Editor::insertText which
calls selectionForEvent.

selectionForEvent is returning the selection for the page, not the frame. 
Which I'm not sure is right.

But it seems like focus really should be getting set back to the iframe.  I'm
not sure where that should happen though.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list