Bug 199431

Summary: AX: Re-enable accessibility/set-selected-text-range-after-newline.html test.
Product: WebKit Reporter: Andres Gonzalez <andresg_22>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andresg_22, ap, cfleizach, commit-queue, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=199434
https://bugs.webkit.org/show_bug.cgi?id=199061
Attachments:
Description Flags
Patch none

Description Andres Gonzalez 2019-07-02 20:26:06 PDT
This test had to be disabled due to bug in CharacterIterator.advance. The workaround implemented in visiblePositionForIndexUsingCharacterIterator had to be rolled out because was causing a hang. This test needs to be re-enable once the CharacterIterator.advance bug is fixed.
Comment 1 Radar WebKit Bug Importer 2019-07-02 20:26:18 PDT
<rdar://problem/52563340>
Comment 2 Alexey Proskuryakov 2019-07-03 10:17:06 PDT
> This test had to be disabled due to bug in CharacterIterator.advance.

What is the bug? Can you link to other bugs where this happened please?
Comment 3 Ryosuke Niwa 2019-07-04 01:57:40 PDT
(In reply to Alexey Proskuryakov from comment #2)
> > This test had to be disabled due to bug in CharacterIterator.advance.
> 
> What is the bug? Can you link to other bugs where this happened please?

That would be https://bugs.webkit.org/show_bug.cgi?id=199434.
Comment 4 Ryosuke Niwa 2019-07-04 01:58:20 PDT
Also note: https://bugs.webkit.org/show_bug.cgi?id=199061
Comment 5 Andres Gonzalez 2019-07-30 19:33:35 PDT
Created attachment 375202 [details]
Patch
Comment 6 WebKit Commit Bot 2019-07-31 07:36:12 PDT
Comment on attachment 375202 [details]
Patch

Clearing flags on attachment: 375202

Committed r248037: <https://trac.webkit.org/changeset/248037>
Comment 7 WebKit Commit Bot 2019-07-31 07:36:14 PDT
All reviewed patches have been landed.  Closing bug.