Ticket #6834 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

Unable to select data

Reported by: mysomemail@rambler.ru Assigned to: jjbig
Priority: high Component: CalendarPopUpPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description

When data in calendar is selected, calendar hides with no data picked. This problem is related to this source (and svn source too).

Problems goes from ticket 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;");

Attachments

Change History

03/21/10 10:36:19 changed by jjbig

  • status changed from new to closed.
  • resolution set to worksforme.

Could not verify the data problem, but the function onblur is only needed for opera, so I inserted the above if-clause.


Add/Change #6834 (Unable to select data)




Change Properties
Action