1. I guess this point could be fixed without too much effort
2. Does this mean that we will not be able to use javascript anymore?
Because the layer rendering is really faster than popup window.
Could we not ask this information from the server and keep a layer rendering?
Jacques
From: "Adrian Crum" <[email protected]>
There is a Jira issue somewhere. I remember suggesting that we should serve the calendar popup from the server (like we do with
lookup windows) to solve those issues.
-Adrian
David E Jones wrote:
There are a couple of issues with the current calendar popup script we're using:
1. AM/PM issue: the PM doesn't get passed to the server, so for example if you select 2:00 PM in the calendar the server gets
02:00 and interprets that as 2:00 AM
2. time zone issue: the calendar uses the time zone of the browser, which may be different from the user's time zone setting on
the server; if this is the case the time actually saved will be wrong by the difference between the browser's time zone offset
and the user's time zone offset (or server's if no user setting)
Has anyone run into these issues and/or looked into fixing them?
My first intent is to see if there are parameters we can pass to the current calendar script to see if we can continue using it,
and if not then to look for yet another new calendar script (we've had a few over the years... :( ).
-David