id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
6834	Unable to select data	mysomemail@rambler.ru	jjbig	When data in calendar is selected, calendar hides with no data picked. This problem is related to [http://trac-hacks.org/changeset/latest/calendarpopupplugin?old_path=/&filename=calendarpopupplugin&format=zip this source] (and svn source too).\r\n\r\nProblems goes from ticket [http://trac-hacks.org/ticket/5314 5314]. Ticket reporter uses Opera. For this browser internal calendar hiding method doesn't works. It started to work in Opera when you added onBlur() but in other browsers it crashes.\r\n\r\nDoesn't work in Mozilla FireFox (3.5-3.6), IE (7-8), Google Chrome.\r\n\r\nYou should determine browser type before setting onBlur() on the specified field. It will be like this:\r\n{{{\r\nif (navigator.appName == "Opera")\r\n    element.onblur = new Function("cal.hidePopup(); return true;");\r\n}}}\r\n\r\n	defect	closed	high	CalendarPopUpPlugin	critical	worksforme			0.11
