Open
Bug 1877425
Opened 2 years ago
Updated 1 year ago
In caret browsing mode, cannot move the caret from a absoluted positioned span to an other
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
Accessibility Severity | s3 |
People
(Reporter: calixte, Unassigned)
Details
(Keywords: access)
Attachments
(1 file)
363 bytes,
text/html
|
Details |
STR:
- enable caret browsing mode;
- put the caret on the first span;
- hit the arrow down key.
It isn't possible to go to the next span in the DOM.
For the context, in the pdf viewer, there's an invisible text layer we use for example to select some text.
In order to make possible highlighting some text in using the keyboard we need to be able to navigate in the text layer with the keyboard.
But in this layer, all the text spans are absolute positioned (their coordinates correspond to what we've in the pdf itself).
FYI, it works correctly in Chrome.
Updated•2 years ago
|
Accessibility Severity: --- → s3
Comment 1•2 years ago
|
||
Calixte "manually" reimplemented caret browsing mode in pdf.js, so this is no longer necessary to fix bug 807730.
No longer blocks: 807730
Comment 2•1 years ago
|
||
The severity field is not set for this bug.
:dao, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(dao+bmo)
Updated•1 year ago
|
Component: Keyboard Navigation → DOM: Core & HTML
Flags: needinfo?(dao+bmo)
Product: Firefox → Core
Updated•1 year ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•