id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 6834,Unable to select data,mysomemail@…,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). Problems 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. Doesn't work in Mozilla FireFox (3.5-3.6), IE (7-8), Google Chrome. You should determine browser type before setting onBlur() on the specified field. It will be like this: {{{ if (navigator.appName == ""Opera"") element.onblur = new Function(""cal.hidePopup(); return true;""); }}} ",defect,closed,high,CalendarPopUpPlugin,critical,worksforme,,,0.11