Closed
Bug 711368
Opened 14 years ago
Closed 14 years ago
gcli.css uses both box-sizing and -moz-box-sizing
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 12
People
(Reporter: hsivonen, Assigned: jwalker)
Details
Attachments
(1 file)
2.37 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
gcli.css uses box-sizing in addition to using -moz-box-sizing. Unprefixed box-sizing isn't supported by Firefox yet and causes console whines. These console whines interfere with browser_webconsole_bug_603750_websocket.js when I run the test locally.
Please don't use unsupported CSS properties in CSS files that are part of the browser itself. Please rely on whoever unprefixes the property in the style system to unprefix instances of use throughout the product when the time comes.
Assignee | ||
Updated•14 years ago
|
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Component: Developer Tools → Developer Tools: Console
QA Contact: developer.tools → developer.tools.console
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → jwalker
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #587269 -
Flags: review?(dao)
Updated•14 years ago
|
Attachment #587269 -
Flags: review?(dao) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Assignee | ||
Comment 5•14 years ago
|
||
![]() |
||
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•