Closed (fixed)
Project:
Marinelli
Version:
7.x-3.0-beta9
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Mar 2011 at 17:56 UTC
Updated:
29 Mar 2011 at 08:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
axon commentedsame problem
Comment #2
komal.savla commentedHi,
This is not a bug in the theme. Actually what happen is When the imagepicker module is enabled, inside the image picker fieldset there is an iframe attached, and the iframe contains html and the body tag.
And in the themes css file there is css given for the body as following
So the image pickers body tag is picking up this style hence the blue background appears inside it.
We can override it by adding the following style in themes css file to remove the background
Comment #3
roy smith commentedI just installed Views 7.x-3.0-alpha1. It has the same problem (see attached file views.png). It looks like this is a somewhat generic problem, and special-casing the css for each conflicting module (body#imagepicker, body#views, etc) isn't going to be a viable solution.
(Hmmm, I think this particular one may be a bad interaction with Advanced Help, not with Views, but the basic point still holds; a generic solution is required, not a spot-fix for each affected module).
Comment #4
Lioz commentedHi, maybe we can load the background using a dedicated body class
for example in html.tpl.php
and then in layout.css
let me know if this solves the problem.
this solution should also work with ck editor
Comment #5
roy smith commentedYes, that fixed the problem with both ImagePicker and Views. Thanks!
Comment #6
Lioz commentedgreat!
pushed in the next release!