Closed
Bug 1380710
Opened 7 years ago
Closed 7 years ago
Console preview does not show "more..." for big Map objects
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Oriol, Unassigned)
References
Details
1. Open the new console frontend
2. Enter new Map([[0,0],[1,1],[2,2],[3,3],[4,4],[5,5],[6,6],[7,7],[8,8],[9,9],[10,10]])
Result: the [10,10] entry does not fit in the preview, but there is no ", more…".
This works in the old console, so it's not a grip problem.
Reporter | ||
Comment 1•7 years ago
|
||
Fixed by bug 1380790, now it says ", …".
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•