Closed
Bug 1840939
Opened 2 years ago
Closed 2 years ago
Remove "move-cursor-backwards-by-one-char" workaround in AccessibleCaret tests
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
116 Branch
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(1 file)
In the past, the marionette test for AccessibleCaret is unable to get the blinking cursor's rect (sel.cursor_location()) if it is at the of the text in <textarea>. I don't know what fixed it, but it's working fine. So I'm going to remove the workaround in https://searchfox.org/mozilla-central/rev/3b707c8fd7e978eebf24279ee51ccf07895cfbcb/layout/base/tests/marionette/test_accessiblecaret_cursor_mode.py#137-139,142
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/7377bc0dc1f6
Remove "move-cursor-backwards-by-one-char" workaround in AccessibleCaret tests. r=dholbert
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•