Closed Bug 1267623 Opened 8 years ago Closed 5 years ago

console.table steals up/down arrow in console, which breaks navigation through command history

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: Honza, Assigned: miker)

Details

I can't access previously executed command on the command line anymore (in the Console panel).

STR:
1) Select the Console panel
2) Execute the following on the Command line: 'console.table({a:1,b:2})'
3) Click on the rendered table and press up/down keys. Rows of the table are selected properly.
4) Click back to the command line and press up/down keys. Rows of the table are still being selected, but the CL history is not accessible anymore.

Honza
Has STR: --- → yes
Assignee: nobody → mratcliffe
Summary: Command line history is broken → console.table steals up/down arrow in console, which breaks navigation through command history
Priority: -- → P3
I think this should have a higher priority. 
If you follow comment 0 STR, and then clear the console (via console.clear or the clear button in the toolbar), not only the command history is broken, but you can't tell why because you don't have the visual feedback on the table selection anymore.
Product: Firefox → DevTools
table widget does not have selection anymore, so this is now invalid
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.