[Webkit-unassigned] [Bug 119711] Make CSS property user-select:none not to affect Document.caretRangeFromPoint()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 29 14:17:27 PST 2023


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

--- Comment #4 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #3)
> I changed the test case from patch to JSFiddle:
> 
> Link - https://jsfiddle.net/4p7rexLf/
> 
> *** Safari 15.6.1 on macOS 12.5.1 / STP 151 ***
> 
> FAIL range.startContainer should be [object Text]. Was [object Text].
> FAIL range.startOffset should be 2. Was 0.
> PASS range.collapsed is true
> PASS successfullyParsed is true
> 
> *** Firefox Nightly 105 ***
> 
> FAIL successfullyParsed should be true (of type boolean). Was undefined (of
> type undefined).
> 
> *** Chrome Canary 106 ***
> 
> PASS range.startContainer is $("sample").firstChild
> PASS range.startOffset is 2
> PASS range.collapsed is true
> PASS successfullyParsed is true
> 
> ______________
> 
> Just wanted to share updated test results. Thanks!

I get:

PASS range.startContainer is $("sample").firstChild
PASS range.startOffset is 2
PASS range.collapsed is true
PASS successfullyParsed is true

TEST COMPLETE
Before Test After

In Safari Technology Preview 162 - I think we can mark this as "RESOLVED CONFIGURATION CHANGED" now. Thanks!

-- 
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/20230129/205869cb/attachment.htm>


More information about the webkit-unassigned mailing list