Closed
Bug 632834
Opened 15 years ago
Closed 15 years ago
cursor is misplaced in Web Console history
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 619598
People
(Reporter: AlexLakatos, Unassigned)
Details
The cursor is misplaced in Web Console history, when pressing UP key
Steps To Reproduce:
1.Open Web Console(CTRL+SHIFT+K);
2.Type qwerty and press ENTER
3.Type zxcvb and press ENTER
4.Press UP key
Actual Results:
4.In the input appears the last command, zxcvb, and the cursor is at the beginning of the line
Expected Results:
4.In the input appears the last command, zxcvb, followed by the cursor
This is a minor bug, but still it is very uncomfortable for a web developer that the cursor it is at the beginning of the line.
Comment 1•15 years ago
|
||
This is a dupe of bug 619598 and there's a good bit of discussion (and a patch) about the complexity and possible solutions for this.
Status: NEW → RESOLVED
Closed: 15 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
•