[Webkit-unassigned] [Bug 36108] option-pageup/down should move cursor on chromium mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 15 08:18:54 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50697|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #5 from Darin Adler <darin at apple.com>  2010-03-15 08:18:55 PST ---
(From update of attachment 50697)
> +#if !OS(DARWIN)
>      { VKEY_PRIOR,  0,                  "MovePageUp"                           },
>      { VKEY_NEXT,   0,                  "MovePageDown"                         },
> +#endif

Long term this is not the right way to conditional user-interface differences
between platforms. But I suppose Chromium does this consistently for
Mac-specific user interface choices, and cleaning that up can wait for the
changes Maciej proposed to clean up the platform conditionals to be deployed.
And I care more about the way this is done in shared code than in
Chromium-specific code.

r=me

-- 
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