Closed (fixed)
Project:
Javascript Tools
Version:
5.x-0.2
Component:
Jscalendar
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
14 Feb 2007 at 07:56 UTC
Updated:
18 Mar 2009 at 14:42 UTC
My operate system is Win XP professional, browser is IE7. When a web page is very long and the text field which use jscalendar module is in the bottom. I click the calendar icon, the popup window position is not correct. Especially, when I test it in HP laptop computer, the popup window of the calendar is hidden in the top of the screen, I must scroll up then see the popup window.
Comments
Comment #1
nedjoLooks like a bug in jscalendar, and hence not something I can fix in the module.
Comment #2
notauseranymore commentedHas anyone discovered a resolution for this issue?
I am experiencing the same thing. The calendar appears but much higher in the page under IE7.
Comment #3
buddaI too am experiencing this and would like to know if there;'s a tweak or solution for the jscalendar code.
Comment #4
cylan97 commentedI also encountered the same issue. I found the answer at:
http://sourceforge.net/tracker/index.php?func=detail&aid=1743970&group_i...
Hope this help.
Comment #5
chly23 commentedI think jquerycalendar is good.
http://marcgrabanski.com/code/jquery-calendar/
Comment #6
inders commentedI got same issue firstly.Whenever i click on clalendar icon it dosnt show me the calendar box in right position even sometimes i was not able to locate the box.Becoz jscalander dosnt detect for IE7 so we can either detect for IE7 or just use following method.
Open file:-
\sites\all\modules\jstools\jscalendar\lib\calendar_stripped.js
There search code:-
Insert following code after this:-
After testing This works for me in all browsers (IE6,IE7,Opera,Firefox).
Regards
-Inder Singh
http://indiapoly.com
Comment #7
inders commentedforgot to change status
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #9
amariotti commentedThis is should be committed to the module if possible. This fixed my issue.
Comment #10
AmrMostafa commentedThis has fixed my issue too, thanks. However, it not only fixed it, but I believe it did a good improvement overall on the positioning of jscalendar for both IE and FF. And for that reason, I think this patch belongs to the jscalendar issue queue.
Someone pointed a patch in jscalendar issue queue which fixes this issue exactly. Check it in: http://drupal.org/node/190524#comment-649202
Comment #11
davermcl commentedThanks goto.inder (#6) - that worked for me! (of course I had to switch from using calendar.js to calendar_stripped.js)
Comment #12
amariotti commentedHow come this hasn't been committed yet? I commented on this 6 months ago! I recently upgraded and it broke my IE7 users all over again. Frustrating... wish I new how to roll patches. Anyone with experience with rolling patches needs to create one for this issue. Any takers?
Comment #13
strijee commentedthanks #6 works