[Webkit-unassigned] [Bug 34524] [Chromium] Writing Direction context menu for OS X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 06:00:09 PST 2010


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





--- Comment #1 from Jeremy Moskovich <playmobil at google.com>  2010-02-03 06:00:09 PST ---
Windows uses a keyboard shortcut to allow users to toggle RTL/LTR alignment of
text input fields, on OS X the convention is to use a context menu.

This is the WebKit side of the change needed to add said menu in Chromium.

The reason for using an enabled/checked bitfield rather than passing the
current writing direction and having the browser process figure out which menu
items to enable/disable is because this is closer to the way the same task is
handled in WebKit's core context menu code -
WebKit/WebCore/platform/ContextMenu.cpp.

Since the ultimate intention is to rely on that code, it seems to make sense to
match the way the code there works as closely as possible.

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



More information about the webkit-unassigned mailing list