Closed
Bug 1510205
Opened 6 years ago
Closed 6 years ago
The Developer Console's history shouldn't keep the same command several times successive in a row
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1463676
People
(Reporter: Chris78, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Steps to reproduce:
In the developer console you can step through the console's command history by using "arrow up".
Actual results:
If you repeat the same command in the console several times, it will be added to the history several times. So later it's hard to access any command issued earlier.
I cannot see any benefit of the current behavior.
Expected results:
IMO a command should not be pushed into the command history if it's the same command as the last one.
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Component: Untriaged → Console
Product: Firefox → DevTools
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•