Open Bug 1692898 Opened 4 years ago Updated 3 years ago

`can't access property "setAttribute", tabs[tabFocus] is undefined` when moving between tabs in about:certificate with the arrow keys

Categories

(Firefox :: Security, defect)

defect

Tracking

()

People

(Reporter: itiel_yn8, Unassigned)

Details

STR:

  1. Open about:certificate
  2. Focus the first (leftmost) tab
  3. Press the LeftArrow key
  4. Press the RightArrow keys to move to the next tabs

AR:
You can't. In the console:

Uncaught TypeError: can't access property "setAttribute", tabs[tabFocus] is undefined
    setAccessibilityEventListeners chrome://global/content/certviewer/components/certificate-tabs-section.js:116
    setAccessibilityEventListeners chrome://global/content/certviewer/components/certificate-tabs-section.js:95
    setAccessibilityEventListeners chrome://global/content/certviewer/components/certificate-section.js:80
    render chrome://global/content/certviewer/components/certificate-section.js:60
    connectedCallback chrome://global/content/certviewer/components/certificate-section.js:29
    render chrome://global/content/certviewer/certviewer.js:432
    buildChain chrome://global/content/certviewer/certviewer.js:466
    promise callback*buildChain chrome://global/content/certviewer/certviewer.js:455
    <anonymous> chrome://global/content/certviewer/certviewer.js:20
    EventListener.handleEvent* chrome://global/content/certviewer/certviewer.js:12
certificate-tabs-section.js:116:9

ER:
No errors logged in the console, and I should be able to move between the other tabs.

Note that this is more noticeable in RTL because of bug 1603156.

Severity: -- → S3
You need to log in before you can comment on or make changes to this bug.