[Tickets #4308] Fix for "Collapse Sidebar" Quirkiness in IE

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Oct 6 12:03:44 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4308
-----------------------------------------------------------------------
 Ticket             | 4308
 Updated By         | noah at lsit.ucsb.edu
 Summary            | Fix for "Collapse Sidebar" Quirkiness in IE
 Queue              | Horde Framework Packages
 Version            | FRAMEWORK_3
 Type               | Enhancement
 State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


noah at lsit.ucsb.edu (2006-10-06 12:03) wrote:

I noticed this same problem in Internet Explorer 6 on Windows.

I don't have a screenshot, but the problem is a 10-15 pixel gap between
the left and right frames when IE inserts a horizontal scrollbar in the
left sidebar frame. As in, anytime you have a long label.

My solution to the problem is to add:
html {
  overflow-x:hidden;
}
body {
  overflow-x:visible;
}
to the horde/themes/ie6_or_less.css file.

html is the only element this property can be changed for in IE, so I'm
not sure that the body section actually does anything. The intention was
to try and mitigate any unwanted effects for elements inheriting their
overflow-x.

Adding overflow:hidden or overflow-x:hidden to the body.scrollbar-quirk
class has no effect.




More information about the bugs mailing list