Closed Bug 1867287 Opened 1 year ago Closed 1 year ago

m.hani.co.kr - Enabling accessibility apps triggers text select handle to jump unexpectedly when dragging across paragraphs

Categories

(Core :: DOM: Selection, defect)

Firefox 122
All
Android
defect

Tracking

()

RESOLVED DUPLICATE of bug 1849398
Tracking Status
firefox122 --- affected

People

(Reporter: rbucata, Unassigned)

References

()

Details

From github: https://github.com/webcompat/web-bugs/issues/129990.

<!-- @browser: Firefox Mobile 120.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 13; Mobile; rv:120.0) Gecko/120.0 Firefox/120.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @extra_labels: browser-fenix -->

URL: https://m.hani.co.kr/arti/economy/marketing/955723.html

Browser / Version: Firefox Mobile 120.0
Operating System: Android 13
Tested Another Browser: Yes Chrome

Problem type: Something else
Description: text select handle jumps unexpectedly when draging across paragraphs
Steps to Reproduce:

  1. select any words in the news article with long click.
  2. drag the text select handle across the paragraphs, i.e., to the next paragraph.
  3. boom. text select handle jumps to the unexpected position. i.e., I draged it to the next paragraph but the handle goes to the beginning of the page.
    <details>
    <summary>View the screenshot</summary>
    <img alt="Screenshot" src="https://webcompat.com/uploads/2023/11/6f1d7dcc-93b6-49ad-8b57-5483b621fe06.jpeg">
    </details>

<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>buildID: 20231110091750</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>

View console log messages

From webcompat.com with ❤️

Change performed by the Move to Bugzilla add-on.

The issue was reported via the webcompat.com reporter. Since the issue is related to the browser, we have moved the issue. Please feel free to move the issue to the correct Product and Component.

Summary: m.hani.co.kr - Enabling accessibility apps triggers text select handle to jump unexpectedly when draging across paragraphs → m.hani.co.kr - Enabling accessibility apps triggers text select handle to jump unexpectedly when dragging across paragraphs

This seems to be accessible caret issue.

Component: General → Layout
Product: Fenix → Core
Component: Layout → DOM: Selection

Eitan, do you think this could possibly be related to bug 1849398? This one has been classified as a DOM selection issue, but it's interesting that it only occurs with an accessibility service running.

Maybe it's not related to scrolling, but do we ever mess with the caret or selection when we fire accessibility events?

Flags: needinfo?(eitan)

I just did some mozregression bisecting and I do believe bug 1849398 fixes this. Going to close as dup.

Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1849398
Flags: needinfo?(eitan)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.