[Tickets #963] Calendar popup doesn't work in Safari (the OS X browser)

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Dec 9 09:51:37 PST 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=963
-----------------------------------------------------------------------
 Ticket     | 963
 Updated By | rwallace at thewallacepack.net
 Summary    | Calendar popup doesn't work in Safari (the OS X browser)
 Queue      | Horde Base
 Version    | HEAD
 State      | Assigned
 Priority   | 2. Medium
 Type       | Bug
 Owners     | 
-----------------------------------------------------------------------


rwallace at thewallacepack.net (2004-12-09 09:51) wrote:

I suppose the biggest question is whether this is a bug in Safari or if this
is the correct behaviour according to the ECMA standard and other browsers
are wrong in the way they implement it.  I'm not an expert with javascript
so I have no idea.

Couldn't we simply add more parameters to the href link in this case to get
it working?  Something like 

link.href = '?target=' + target + '&month=' + (month+1) + '&day=' + day +
'&year=' + year + '&callback=' + callback;

I don't know if we'd have to worry about encoding the target or not because
I don't think ? and & are going to be used to name form elements by anyone. 
Makes it a little harder to get all the stuff you need out of the URL, but
it should work.




More information about the bugs mailing list