Modify

Opened 14 years ago

Closed 14 years ago

#6834 closed defect (worksforme)

Unable to select data

Reported by: mysomemail@… Owned by: 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 (0)

Change History (1)

comment:1 Changed 14 years ago by jjbig

Resolution: worksforme
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain jjbig.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.