[Webkit-unassigned] [Bug 200216] [iPadOS] slides.google.com: tapping near cursor in a slide title focuses the speaker notes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 1 14:00:27 PDT 2019


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

--- Comment #4 from Daniel Bates <dbates at webkit.org> ---
(In reply to Daniel Bates from comment #3)
> slides.google.com has seems to always have an <iframe> as their active
> element whose content document's <body> has inputMode = "none" even when you
> tap once. When you tap twice, slides remove's the inputMode HTML attribute
> entirely => unspecified input mode => default behavior and we show the
> keyboard.
> 
> As to why the site works when you have a hardware keyboard
> attached...because we do not respect inputMode when you have one attached ��.
> 
> Haven't tried what happens on a Chromebook or Surface, but in absence of
> doing so, I'm leaning towards this bug being a site issue. Might be able to
> add a site quirk though for slides.google.com. Here's what we know towards a
> quirk:
> 
> 1. The user explicitly tapped on something
> 2. The tapped thing causes a focusing/re-focusing of a content editable
> element (their active element <iframe>'s content document's <body> is
> content editable)

Cannot use this as a factor because every tapped element (tapping a slide thumbnail etc etc) seems to refocus <body> and <body> is always content editable. That sucks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190801/c88ac7eb/attachment.html>


More information about the webkit-unassigned mailing list