Comment 6 for bug 1566373

Revision history for this message
Olivier Tilloy (osomon) wrote :

When pressing the compose button, I’m seeing RenderViewImpl::focusedNodeChanged() being called three times:
 1) [null → div]
 2) [div → textarea(to:)]
 3) [textarea(to:) → null]

If I then tap the "Subject:" field, RenderViewImpl::focusedNodeChanged() is called only once: [null → input(subject:)].

The text area initially gets focus, as expected, but looses it right away, for a reason that still escapes me.
It looks like it’s not touch-friendly.