﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6146	IE: Floating panels offset when editor is within a container that has defined width	Damian	Frederico Caldeira Knabben	"See attached screenshot for example.

Steps to reproduce:
 1. Open sample provided with ticket in IE7.
 2. Ensure that the window size of the browser is small enough to cause a horizontal scrollbar to appear in the window
 3. Open a panel.

Result: the floating panels render off-screen. This is a major globalization problem. 

Sample to test with: 
{{{
<html>
	<head>
		<meta content=""text/html; charset=utf-8"" http-equiv=""content-type"" />
		<script type=""text/javascript"" src=""ckeditor_source.js""></script>
		<script type=""text/javascript"">
			function loadEditor() {
				CKEDITOR.appendTo(""content"", {language: ""he"", skin: ""kama""});
			}
		</script>
	</head>
	<body onload=""loadEditor();"" dir=""rtl"">
		<div style=""width: 800px; border: 1px dashed black;"">
			<div id=""content"">
		</div>
	</body>
</html>

}}}
"	Bug	closed	Normal	CKEditor 3.4.1	UI : Floating Panel	3.0	fixed	IBM IE	satya_minnekanti@…
