Open Bug 1748655 Opened 2 years ago Updated 2 years ago

[meta] MSU Capstone Spring 2022 - Improving Reader Mode in Firefox

Categories

(Toolkit :: Reader Mode, task)

task

Tracking

()

People

(Reporter: mtigley, Unassigned)

References

(Depends on 7 open bugs)

Details

(Keywords: meta)

This is a meta for MSU capstone students to work on improving reader mode in Firefox for the Spring 2022 semester.

Depends on: 1331981
No longer blocks: 1188382
Depends on: 1188382
Depends on: 1185918
Depends on: 1474565
Depends on: 1204818
No longer depends on: 1185918
Depends on: 1651728
Depends on: 1218232
Depends on: 1591316

FWIW, I would love to see a keyboard command to toggle the narrate feature on and off.

Something like:

document.addEventListener('keydown', function (event) {
    // Cmd + E to read the article
    if (event.metaKey && event.key === 'e') {
        document.querySelector("#toolbar .narrate-start-stop").click()
    }
});

(In reply to jp@jpgrace.com from comment #1)

FWIW, I would love to see a keyboard command to toggle the narrate feature on and off.

Please file a separate bug for this. Thank you!

Flags: needinfo?(jp)

Apologies, created: https://bugzilla.mozilla.org/show_bug.cgi?id=1749038(In reply to :Gijs (he/him) from comment #2)

(In reply to jp@jpgrace.com from comment #1)

FWIW, I would love to see a keyboard command to toggle the narrate feature on and off.

Please file a separate bug for this. Thank you!

Apologies, created https://bugzilla.mozilla.org/show_bug.cgi?id=1749038

Flags: needinfo?(jp)
Depends on: 1749038

(In reply to jp@jpgrace.com from comment #3)

Apologies, created https://bugzilla.mozilla.org/show_bug.cgi?id=1749038

No worries, and thanks for filing. I've hooked it up to this metabug.

Depends on: 1137237
Depends on: 1148189
Depends on: 1153371
Depends on: 1651109
Depends on: 1745673, 1594828
Depends on: 1642348
Depends on: 1750735
Depends on: 1753117
Depends on: 1759907
No longer depends on: 1759907
Depends on: 1759907
Depends on: 1761135
No longer depends on: 1137237
Depends on: 1767846
You need to log in before you can comment on or make changes to this bug.