Closed
Bug 437864
Opened 17 years ago
Closed 13 years ago
In <pageInfo.xul>, "Warning: XUL box for hbox element contained an inline img child, forcing all its children to be wrapped in a block."
Categories
(Firefox :: Page Info Window, defect)
Firefox
Page Info Window
Tracking
()
RESOLVED
FIXED
Firefox 16
People
(Reporter: sgautherie, Assigned: ananuti)
References
()
Details
(Whiteboard: [good first bug][mentor=sgautherie][lang=css])
Attachments
(1 file, 1 obsolete file)
891 bytes,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
(Found while testing bug 392050.)
1. Load URL page.
2. Page Info > Media.
3. Select the SWF line.
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9pre) Gecko/2008060507 Minefield/3.0pre] (nightly) (W2Ksp4)
{{
Warning: XUL box for hbox element contained an inline img child, forcing all its children to be wrapped in a block.
Source File: chrome://browser/content/pageinfo/pageInfo.xul
Line: 0
}}
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9pre) Gecko/2008060802 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
{{
Warning: XUL box for hbox element contained an inline img child, forcing all its children to be wrapped in a block.
Source File: chrome://navigator/content/pageinfo/pageInfo.xul
Line: 0
}}
![]() |
||
Comment 1•17 years ago
|
||
> Warning: XUL box for hbox element contained an inline img child, forcing all
> its children to be wrapped in a block.
> Source File: chrome://navigator/content/pageinfo/pageInfo.xul
> Line: 0
See Bug 408834
Reporter | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> See Bug 408834
Right ! Duplicate, obviously :->
Marking as dependent for now as a use case.
Depends on: 408834
![]() |
||
Comment 3•17 years ago
|
||
> Right ! Duplicate, obviously :->
Wrong. The Page Info implementations are forked. Unfortunately we also copied the firefox bugs as well.
Reporter | ||
Comment 4•13 years ago
|
||
http://mxr.mozilla.org/comm-central/find?string=%2Fpageinfo%2FpageInfo.css
Just copy SeaMonkey fix.
Whiteboard: [good first bug][mentor=sgautherie][lang=css]
![]() |
Assignee | |
Comment 5•13 years ago
|
||
Changed img display to block.
Reporter | ||
Comment 6•13 years ago
|
||
Comment on attachment 627839 [details] [diff] [review]
patch
>Bug 437864 - In <pageInfo.xul>, "Warning: XUL box for hbox element contained an inline img child, forcing all its children to be wrapped in a block." r=sgautherie
Don't add "r=..." before you get a r+.
Attachment #627839 -
Flags: review?(sgautherie.bz)
Attachment #627839 -
Flags: review?(dao)
Attachment #627839 -
Flags: feedback+
![]() |
Assignee | |
Comment 7•13 years ago
|
||
rm r=...
Attachment #627839 -
Attachment is obsolete: true
Attachment #627839 -
Flags: review?(dao)
Attachment #628161 -
Flags: review?(dao)
Updated•13 years ago
|
Attachment #628161 -
Flags: review?(dao) → review+
![]() |
Assignee | |
Updated•13 years ago
|
Keywords: checkin-needed
Comment 8•13 years ago
|
||
Pushed to mozilla-inbound:
https://hg.mozilla.org/integration/mozilla-inbound/rev/71125631398b
Comment 9•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/71125631398b
(Merged by Ed Morley)
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•