[Webkit-unassigned] [Bug 23156] cant alignt text to the right using right shift and right ctrl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 22:48:24 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23156





------- Comment #8 from hbono at chromium.org  2009-01-07 22:48 PDT -------
> Yes, I think the correct mapping for the Ctrl+Shift (or equivalent) actions is
> to Editor::setBaseWritingDirection(). That function has specific code to set
> the 'dir' DOM attribute on text entry elements. It is also the function that
> implements the Writing Direction submenu of the context menu you get when you
> right-click in a text entry element or in editable HTML. I think Ctrl+Shift
> should have the same effect as choosing the appropriate item from the context
> menu, so it follows that it should call in to the same function.

Thank you for your answers and descriptions.
Your description makes me notice this is a bug of our implementation of the
EditorClientImpl class.

Sorry for confusing you.

Regards,

Hironori Bono


-- 
Configure bugmail: https://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