Closed
Bug 685813
Opened 13 years ago
Closed 11 years ago
Take width and precision qualifiers into account in the console.log substitution patterns
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: past, Unassigned)
References
Details
(Whiteboard: [console][console-output][fixed by bug 965860])
The implementation of string substitution patterns for console.log and friends in bug 614586 didn't take width and precision qualifiers (e.g. %2.1f) into account. Firebug doesn't implement it either, but Chrome supports precision qualifiers at least, so it would be nice to get to feature parity with them.
Updated•12 years ago
|
Blocks: console-output
Component: Developer Tools → Developer Tools: Console
Whiteboard: [console][console-output]
Updated•12 years ago
|
Priority: -- → P3
Comment 1•11 years ago
|
||
We now support precision qualifiers, see bug 965860.
Status: NEW → RESOLVED
Closed: 11 years ago
Depends on: 965860
Resolution: --- → FIXED
Whiteboard: [console][console-output] → [console][console-output][fixed by bug 965860]
Target Milestone: --- → Firefox 30
Updated•11 years ago
|
QA Whiteboard: [qa-]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•