can no longer ctrl-a to jump to beginning of a line
Categories
(Firefox :: General, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox151 | --- | unaffected |
| firefox152 | --- | verified |
| firefox153 | --- | verified |
People
(Reporter: mbalfanz, Assigned: jaas, NeedInfo)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
Using ctrl-a to jump to the beginning of a line is broken. This is likely regressed by https://bugzilla.mozilla.org/show_bug.cgi?id=103422
It applies to the places like the Firefox URL bar, but also page contents. See https://bugzilla.mozilla.org/show_bug.cgi?id=2038973 for a video on Google Docs.
STR:
- type a really long URL into the URL bar, one that scrolls beyond the bars dimensions
- try using
ctrl-ato jump to the beginning of the line
ER: cursor jumps to the beginning of the URL
AR: cursor jumps to the beginning of the visual area, not the very start of the URL
I'm seeing this behavior on MacOS. Haven't tested other operation systems.
Comment 1•1 month ago
|
||
Set release status flags based on info from the regressing bug 103422
:jaas, since you are the author of the regressor, bug 103422, could you take a look?
For more information, please visit BugBot documentation.
I have a fix for this and bug 2038973 (same fix). Just validating and writing a test.
Comment 4•23 days ago
|
||
The severity field is not set for this bug.
:jhirsch, could you have a look please?
For more information, please visit BugBot documentation.
Comment 7•20 days ago
|
||
Backed out for causing failures at selection-direction-on-triple-click.tentative.html.
Backout link: https://hg.mozilla.org/integration/autoland/rev/a6af0a15dd96
Updated•20 days ago
|
Comment 9•12 days ago
|
||
| bugherder | ||
| Assignee | ||
Comment 10•12 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D301836
Updated•12 days ago
|
Comment 11•12 days ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Significant regression in text navigation command
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: See bug 2041228
- Risk associated with taking this patch: medium
- Explanation of risk level: Modified text handling code, which is always a bit tricky. However, this has good tests.
- String changes made/needed?: None
- Is Android affected?: yes
Updated•12 days ago
|
Updated•12 days ago
|
Updated•12 days ago
|
Comment 12•12 days ago
|
||
| uplift | ||
Updated•10 days ago
|
Comment 13•9 days ago
•
|
||
I was able to reproduce the issue on Mac 15.5 using Firefox build 152.01(20260424093121).
Verified as fixed on Mac 15.5 using Firefox build 153.0a1(20260610214350) and 152.0b10. Also fixed on Mac 15.5 using FF RC 152.0.
Description
•