calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Tue Feb 15, 2005 7:03 pm Post subject: Why the prev/next month links only respond to the first click in Konqueror? |
|
|
It's a bug of certain Konqueror version. This bug exists outside the calendar engine and you may test it with any simply link on a blank page - the onclick event will not be fired after your first click unless you move the mouse out of the link and back in again. Currently it can be worked around by using onmousedown event handler instead of onclick. (Modify gsNavPrev/gsNavNext options accordingly)
It looks like this bug only occurs on anchor links, it's not affecting buttons.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|