sifr and thickbox conflict in FF Ubuntu, with hacky patch
| Project: | Dynamic Rendering |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I'm not sure exactly how to classify this because I'm not sure exactly what's going on. It's basically the same problem as here: http://drupal.org/node/134551
For me, sifr headers were falling behind the semi-transparent layer of thickbox as they should on FF and IE6 in windows, but not with FF in Ubuntu. The fix mentioned in the link above didn't work.
The frontmost layer in Thickbox, the one with the image, didn't have this problem, so I started copying css attributes from that layer to the semi-transparent one. The overflow attributes made the sifr flash bits disappear when Thickbox was on top, which for me is better than appearing on top, so I went with it. This is by no means a fix, but I thought, if other people are having this problem, this may be a clue.
Here's the css I added to my theme's css:
/* sifr and thickbox conflict patch hack */
.TB_overlayBG{
overflow-x:auto;
overflow-y:hidden;
}

#1
I have the same issue on Firefox and Internet Explorer8 on Windows. There is a conflict with Thickbox as well as the 'Get Satisfaction' Module.
Drupal 6.11
Webserver: Apache/2.2.11 (Unix) PHP/5.2.6 mod_ssl/2.2.11 OpenSSL/0.9.8c mod_fastcgi/2.4.6 Phusion_Passenger/2.1.2 DAV/2 SVN/1.4.2
MySQL database 5.0.67
PHP 5.2.6
#2
Actually making SIFR transparent in the settings sorted my issues out on the Windows OS. Sorry I know I should've tried that first.