Marks.activateGotoMode (going to a mark) not working on Firefox with MacOS Sonoma 14.4.1
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Marks.activateGotoMode not working on Firefox with MacOS Sonoma 14.4.1
To Reproduce
Steps to reproduce the behavior:
- Go to URL https://support.google.com/docs/answer/181110?sjid=724175702371788849-AP#zippy=%2Cmac-shortcuts
- Scroll to the middle of the page
- Create a mark with
mm - Go to the top of the page with
gg - Type
backtick + m:
`m
It won't go to the location of the mark.
Also I mapped the operation to another key such as:
map @ Marks.activateGotoMode
But, pressing @m didn't work either.
Browser and Vimium version
Firefox: 125.0.3
Vimium: 2.1.2
OS: Darwin 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05 PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64
MacOS Sonoma 14.4.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported mark workflow in Firefox on macOS, then inspect the implementation of Marks.activateGotoMode and the mapped key path. The fix is complete when both backtick-plus-mark and the custom @-mapping navigate to the saved mark without breaking the existing workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, macos
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100