Closed
Bug 884059
Opened 12 years ago
Closed 12 years ago
Developer console can display messages in non-chronological order
Categories
(DevTools :: Console, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 755555
People
(Reporter: kats, Unassigned)
References
Details
Attachments
(1 file)
128.00 KB,
image/png
|
Details |
See the last two entries in the attached screenshot. The timestamp on the last one is *before* the timestamp on the one above. This shouldn't happen, the entries should always be in chronological order.
Comment 1•12 years ago
|
||
Thanks for the report. This behavior is known. I am not sure if this is really a bug. Messages arrive async and there is no guarantee in which order they arrive. Also, there is no sorting happening client-side, except at the time of opening in the console - cached messages are retrieved, sorted and displayed.
Other consoles do not display the time for each message, making this behavior less obvious. We will probably go in a similar direction.
Updated•12 years ago
|
Comment 2•12 years ago
|
||
Looks like the underlying problem is the same as in bug 755555.
Status: NEW → RESOLVED
Closed: 12 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
•