Closed (duplicate)
Project:
Panels
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2007 at 01:41 UTC
Updated:
14 Jan 2008 at 14:11 UTC
Horizontal scrollbar shows only when I enable Drupal blocks/regions.
IE6 works fine(meaning no horizontal scroll bar), but FF2 shows Horizontal scrollbar and I dont know why that happens.
Panels with disabled Drupal blocks/regions dont show horizontal scroll bar on FF2.
Comments
Comment #1
yagur commentedI think... it's garland theme problem. other theme works well.
When I use garland theme, panels's content dont event shows up in IE6. But FF2 shows them well.
I think there is some problem with garland theme's css. or some bug in IE6.
Anybody know why?
I've also tried Panels v1.2 and panels module's content displayed well in IE6(with Garland theme).
Comment #2
amitaibuThis might be solved through CSS, I think it might be the overflow definition
Try adding where needed
if this doesn't help try the white-space definition
Tip - try using the Firebug add-on in firefox to do all those tests
Comment #3
yagur commentedThanks! It helped a lot, I'm not good at HTML/CSS and PHP.
And I found out that Horizontal scrollbar only shows up when I enable the blocks on right side.
I added 'overflow: hidden' to garland theme's file "style.css" at line 321.
Now I dont get Horizontal scrollbar at FF2 with Panels v1.2 ( Probably latest revision will not show scrollbar, too)
Problem(bug) remains with latest revision. Latest revision's Panels module wont show it's content at all with IE6(FF2 works fine).
There must be some difference between v1.2 and latest revision from CVS, because v1.2 work well in IE6.
Comment #4
amitaibuWhat version are you using?
Try the new panels 2-13 alpha...
Comment #5
yagur commentedI tried 2-13 alpha, v1.2, and latest revision from CVS(Branch was DRUPAL-5--2).
only v1.2 shows it's contents with IE6. Others(2-13 alpha, latest revision bracn DRUPAL-5--2) dont show it's content at IE6, and I have no idea why.
Comment #6
catchhttp://drupal.org/node/171112