[VK] Don't show emoji menu item in context menu for certain input types.
We shouldn't show the emoji menu item in the render view context menu for "number", "tel" and "other" (dates, time, checkboxes etc.) input types. We deliberately implement this as a blacklist (don't show for these input types) instead of a whitelist (only show for these input types), since not being able to enter emoji when you should be able to is much more frustrating than having an extraneous emoji item. Note that this permits emoji on "password" fields, but apparently that could be a thing. Bug: 865199 Change-Id: I7b2b977f435cee0c4f98c357187b45d90a08ecfc Reviewed-on: https://chromium-review.googlesource.com/1142851Reviewed-by:Scott Violet <sky@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#577098}
Showing
Please register or sign in to comment