Whatever this module outputs into $closure, e.g >div class="FB_HiddenContainer" />, causes a huge horizontal scrollbar (like 10x the screen width) in IE7 and IE8. But not in FF 3.6.
It outputs some kind of hidden iframe. Perhaps a conflict with the doctype? My html/body is RTL language.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ar" lang="ar" dir="rtl" xmlns:fb="http://www.facebook.com/2008/fbml">
Problem exists in beta9 and 6xdev.
Comments
Comment #1
Anonymous (not verified) commentedThe solution is to wrap the $closure inside a overflow: hidden block;
Maybe this can be added to documentation. "If you are experiencing a horizontal scrollbar, wrap the $closure tag in a div with overflow:hidden."
Comment #2
Anonymous (not verified) commentedI keep experiencing the extreme long horizontal scrollbar. The only solution I could find is putting this in style.css:
Comment #3
vectoroc commentedmorningtime: try pls last dev release. does it fix your problem?