Bug 188071 - AX: nothing returned for various previous text marker APIs from one div/p node to another
Summary: AX: nothing returned for various previous text marker APIs from one div/p nod...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-07-26 12:43 PDT by Nan Wang
Modified: 2018-07-26 14:34 PDT (History)
11 users (show)

See Also:


Attachments
patch (6.98 KB, patch)
2018-07-26 12:54 PDT, Nan Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nan Wang 2018-07-26 12:43:38 PDT
In some cases like this:
<div>
<p>some text</p>
</div>
<div>
<p>some other text</p>
</div>

We are not able to get the previous word/sentence/paragraph related text markers from the start of the second <p> element.

<rdar://problem/38193849>
Comment 1 Nan Wang 2018-07-26 12:54:38 PDT
Created attachment 345859 [details]
patch
Comment 2 WebKit Commit Bot 2018-07-26 14:34:34 PDT
Comment on attachment 345859 [details]
patch

Clearing flags on attachment: 345859

Committed r234275: <https://trac.webkit.org/changeset/234275>
Comment 3 WebKit Commit Bot 2018-07-26 14:34:35 PDT
All reviewed patches have been landed.  Closing bug.