Closed
Bug 1365565
Opened 8 years ago
Closed 8 years ago
The position of the caret should be after the text
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox53 unaffected, firefox54 unaffected, firefox55 affected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | unaffected |
| firefox54 | --- | unaffected |
| firefox55 | --- | affected |
People
(Reporter: hyacoub, Unassigned)
References
Details
Attachments
(1 file)
|
380.15 KB,
image/png
|
Details |
[Affected versions]:
Nightly 55.0a1
[Affected platforms]:
Platforms: Windows 10 x 64, Ubuntu 16.10 and Mac OS X 10.12
[Steps to reproduce]:
1. Go to https://devtools-html.github.io/debugger-examples/examples/todomvc/
2. Open Debugger.
3. Navigate to todo-view.js
4. Click on any line with written code and press:
CMD+Shift+B - if you are on Mac
CTRL+Shift+B - if you are on Windows
5. Type into the input and press enter to add the breakpoint.
6. Click on the same line and press:
CMD+Shift+B - if you are on Mac
CTRL+Shift+B - if you are on Windows
[Expected result]:
The position of the caret should be after the text
[Actual result]:
The position of the caret is in the front of the text.
| Reporter | ||
Updated•8 years ago
|
Blocks: 1294139
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox55:
--- → affected
| Reporter | ||
Updated•8 years ago
|
Component: Developer Tools: about:debugging → Developer Tools: Debugger
Comment 1•8 years ago
|
||
This is caused by a change that BZ made which likely won't be released. Lets leave this open and we can follow later.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•