﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7300	"Link dialog does not load ""Left/Top Position"" values properly"	Wiktor Walc	Sa'ar Zac Elias	"=== Steps to reproduce ===
 - Insert in the link-dialog as target frame a popup-window and set ""Left Position"" and/or ""Top Position"" to ""1""
 - Re-open the dialog to edit the link
 - The editor now shows ""true"" in both fields 

Before:
{{{
<a href=""http://example.com"" onclick=""window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no,left=1,top=1'); return false;"">http://example.com</a>
}}}
After:
{{{
<a href=""http://example.com"" onclick=""window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no,left=true,top=true'); return false;"">http://example.com</a>
}}}"	Bug	closed	Normal	CKEditor 3.5.3	General	3.0	fixed		rocco.tschirner@…
