Closed
Bug 1042644
Opened 11 years ago
Closed 11 years ago
Remember console history after opening another website
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 943306
People
(Reporter: he7d3r, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 (Beta/Release)
Build ID: 20140715214335
Steps to reproduce:
1. Open any page, e.g. http://example.com/
2. Open the console (CTRL+SHIFT+K)
3. Type some commands in the console, e.g. "alert(123);"
4. Open another page in a new tab, e.g. http://example.org/
5. Reopen the console
6. Press the Up arrow
Actual results:
Nothing appears in the console.
Expected results:
The console should be filled with the previous command (in the example, "alert(123);"). This is what happens if I try the same steps on Google Chrome 31 (using CTRL+SHIFT+J to open the console in step 2).
Updated•11 years ago
|
Component: Untriaged → Developer Tools: Console
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•