[Webkit-unassigned] [Bug 191418] HTML form validation bubble disappears

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 10:15:46 PST 2018


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

--- Comment #2 from martin_petrov at me.com ---
Hi,

It appeared on Safari 12.

1. Submit a form with an invalid field which is outside the viewport.
2. The invalid field is scrolled into view.
3. The balloon with the error message is instantly dismissed and cannot be seen.

http://jsfiddle.net/cs4mjyzL/4/

<form>
    <input type=text required>
    <div style="height:100vh"></div>
    <button>Submit</button>
</form>

-- 
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/20181108/980584fe/attachment.html>


More information about the webkit-unassigned mailing list