[Webkit-unassigned] [Bug 199211] New: Selection highlight not shown on programmatic focus after initial load
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 25 16:38:34 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199211
Bug ID: 199211
Summary: Selection highlight not shown on programmatic focus
after initial load
Product: WebKit
Version: WebKit Local Build
Hardware: iPhone / iPad
URL: data:text/html,<p>Hello World</p><script>let p =
document.querySelector("p");
window.getSelection().setBaseAndExtent(p.firstChild,
0, p.firstChild, 2)</script>
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dbates at webkit.org
CC: megan_gardner at apple.com,
webkit-bug-importer at group.apple.com,
wenson_hsieh at apple.com
Steps to reproduce:
Visit <data:text/html,<p>Hello World</p><script>let p = document.querySelector("p"); window.getSelection().setBaseAndExtent(p.firstChild, 0, p.firstChild, 2)</script>>
--
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/20190625/be058b40/attachment.html>
More information about the webkit-unassigned
mailing list