Our pure JavaScript Scheduler component


Post by Highnoon »

Hi,

if i click on an empty cell in scheduler the contextmenu appears. I am choosing my function createOrder. The vertical scroll position is somewhere in the middle of scrollbar not at the front. In the function i am asking for the date with getDateFromDomEvent and then i am opening a dialog with window.showModalDialog. Before the dialog appears scheduler moves to start date most left position in scrollbar. Is there a way to avoid this and keep current position?

THX

Post by mats »

Before the dialog appears scheduler moves to start date most left position in scrollbar.
Why is this? Set a breakpoint when this happens and try to find out what is causing it?

Post Reply