[webkit-reviews] review granted: [Bug 213320] [macOS] Shift-tab in a bullet list in Mail Compose jumps back to Subject field : [Attachment 402167] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 16:46:24 PDT 2020


Tim Horton <thorton at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 213320: [macOS] Shift-tab in a bullet list in Mail Compose jumps back to
Subject field
https://bugs.webkit.org/show_bug.cgi?id=213320

Attachment 402167: Patch

https://bugs.webkit.org/attachment.cgi?id=402167&action=review




--- Comment #2 from Tim Horton <thorton at apple.com> ---
Comment on attachment 402167
  --> https://bugs.webkit.org/attachment.cgi?id=402167
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=402167&action=review

> Source/WebKit/WebProcess/WebPage/WebPage.cpp:2848
> +    if (event.charCode() != 9)

Even '\t' might be preferable to this MAGICAL 9.


More information about the webkit-reviews mailing list