NEW 274367
`textarea` should not reset the caret position when it is focused by sequential focus navigation
https://bugs.webkit.org/show_bug.cgi?id=274367
Summary `textarea` should not reset the caret position when it is focused by sequenti...
Ahmad Saleem
Reported 2024-05-19 10:49:48 PDT
Hi Team, While going through Blink's commit, I came across another failing test case (already in tree with failed expectations). Blink Commit: https://chromium.googlesource.com/chromium/src.git/+/281b9124b31f6aa3c8030f06d25bef969c3964d5 WebKit Source: https://github.com/WebKit/WebKit/blob/dbcbbe87dd98b259cf8815a53c9bc7276892de6f/Source/WebCore/html/HTMLTextAreaElement.cpp#L227 Changing to following make us align and pass failing tests: void HTMLTextAreaElement::updateFocusAppearance(SelectionRestorationMode restorationMode, SelectionRevealMode revealMode) { if ((restorationMode == SelectionRestorationMode::RestoreOrSelectAll || restorationMode == SelectionRestorationMode::SelectAll) && hasCachedSelection()) restoreCachedSelection(revealMode, Element::defaultFocusTextStateChangeIntent()); } ___ Just wanted to raise so we can track and fix these issues. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2024-05-26 10:50:14 PDT
Ahmad Saleem
Comment 2 2024-12-13 09:03:40 PST
Note You need to log in before you can comment on or make changes to this bug.