Closed
Bug 1592751
Opened 6 years ago
Closed 6 years ago
Console replay indicator does not reflect relative console evaluations during Replay
Categories
(DevTools :: Console, enhancement)
DevTools
Console
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: jarilvalenciano, Assigned: jarilvalenciano)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
Steps to reproduce:
- Go to http://todomvc.com/examples/backbone/.
- Create a log point on
app-view.jsline 110 with the valuethis.$input.val(). - Create three todo items in TodoMVC.
- Click on the second message marker in the Replay timeline.
- Go to the console and evaluate any string.
Actual results:
New console evaluations appear after the purple line.
Expected results:
New console evaluations should appear before the purple line.
Comment 2•6 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: Untriaged → Console
Product: Firefox → DevTools
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/296c9e3160f4
Maintain purple line above paused console message in Replay r=jlast
Comment 4•6 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Updated•6 years ago
|
Assignee: nobody → jarilvalenciano
Comment 5•6 years ago
|
||
| bugherder landing | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•