| calender problem : hiding dropdown listbox ¶ | |
| Hi I am using dynarch calender control ( DHTML calender control version 0.9.5). It is really fantastic and easy. When i open this calender, and move it across the page area by dragging with mouse, all the listboxes I checked the same for other server sided controls (ASP.NET controls) like checkboxes, option buttons ,text I tried to check this in js code, there are two listboxes hidden in method . I tried with them also but it is Is this cause due to heavy server sided controls overlapping with calender? Is any calender property/ code has to be changed for keeping controls visible? I will be thankful if I get solution for this problem as its too urgent. Thank you , | |
| Re: calender problem : hiding dropdown listbox ¶ | |
| hi sarang, im currently working adding a dropdown in the calendar.So when i was hacking the code (calendar.js) what i found at the end of the page was that there is some code that will hide the visibility of an applet, iframe and select. I donno what the code excatly does... but if u just remove the 'select' Cheers, | |
| last |
| Re: calender problem : hiding dropdown listbox ¶ | |
| Hi Sarang, I was experiencing the same problem as well. The problem is that the default visibility for each element hidden by the calendar is updated to that element's current visibility whenever the calendar is dragged. This makes the stored default to be 'hidden' for all elements already hidden by the calendar. I'm not sure if this has been included in an updated release yet or not, but it looks to be a bug. Problem code (Calendar.prototype.hideShowCovered funcion in Calendar.js): My fix: After this fix, everything seemed to work smoothly when dragging the calendar (IE6). Hope this helps, | |
| last |














