﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9539	"Admin raw_id_fields search popup breaks in IE7 with ""-"" in field name."	Nowell Strite	nobody	"I am running IE7 on Vista and on XP and have experienced a bug where the raw_id_fields window will not popup properly due to IE not accepting dash's or dots in its popup window names. There is already code in the javascript to remove ""."" from the window name, but we also need to replace ""-"". For example try to run this JS in IE.


{{{
<html>
<head>
</head>
<body>
<h1>IE Window Popup bug</h1>
<a href=""javascript:window.open('http://www.djangoproject.com', 'window___dash__name')"">Working Window Popup</a> | 
<a href=""javascript:window.open('http://www.djangoproject.com', 'window-name')"">Broken Window Popup</a>
</body>
</html>
}}}
"		closed	Uncategorized	1.0-beta		duplicate	javascript		Unreviewed	1	0	0	0	0	0
