Closed Bug 722317 Opened 12 years ago Closed 12 years ago

Warning in debugger.xul: XUL box for span element contained an inline #text child, forcing all its children to be wrapped in a block

Categories

(DevTools :: Debugger, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 753313

People

(Reporter: past, Assigned: vporof)

References

Details

Logged during debugger mochitests:

TEST-INFO | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_update-editor-mode.js | Console message: [JavaScript Warning: "XUL box for span element contained an inline #text child, forcing all its children to be wrapped in a block." {file: "chrome://browser/content/debugger.xul" line: 0}]

and also:

TEST-INFO | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_update-editor-mode.js | Console message: [JavaScript Warning: "XUL box for div element contained an inline #text child, forcing all its children to be wrapped in a block." {file: "chrome://browser/content/debugger.xul" line: 0}]

I think the cause for the former is the status message (running/paused) and for the latter one (or all) of the buttons. A quick patch that replaced divs and spans with XUL elements removed the warnings, but required further styling changes to work.
should probably bump the priority on this. Can't ship and pollute the error console with warnings.
Priority: P3 → P2
Depends on: 751164
Depends on: 753313
Assignee: nobody → vporof
Status: NEW → ASSIGNED
This is fixed by bug 753313.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.