Closed Bug 1669693 Opened 5 years ago Closed 5 years ago

WebSocket Messages keyboard navigation doesn't work

Categories

(DevTools :: Netmonitor, defect)

defect

Tracking

(firefox83 fixed)

RESOLVED FIXED
83 Branch
Tracking Status
firefox83 --- fixed

People

(Reporter: rockingskier, Assigned: rockingskier)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0

Steps to reproduce:

When viewing the WebSocket messages panel you should be able to navigate up and down using keyboard shortcuts.

The issue is due to the action having the wrong signature. It is designed to work with thunk but netmonitor uses thunk-with-options.

(dispatch, getState) => 
({ dispatch, getState }) => 

Actual results:

Keyboard navigation has no effect.

Expected results:

Keyboard navigation should change the selected message

Thanks Ben! Do you want to be assigned to this bug as well?

Component: Untriaged → Netmonitor
Product: Firefox → DevTools

Yes please. The fix is super quick. Just need to work on the test.

Assignee: nobody → rockingskier
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(odvarko)
Attachment #9180359 - Attachment description: Bug 1669693 - fix WebSocket message keyboard navigation. r=honza,bomsy → Bug 1669693 - [devtools] fix WebSocket message keyboard navigation. r=honza,bomsy
Pushed by hmanilla@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5c95eb6e039a [devtools] fix WebSocket message keyboard navigation. r=Honza,bomsy
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Flags: needinfo?(odvarko)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: