IE Scrollbar-Bug?

Hi

I’m testing dhtmlxScheduler 2.3. I have a strange problem:

  • if I load the schedule in an iframe and loading data with “scheduler.load” too, than I can’t navigate with the vertical scrollbar (the scrollbar goes immediately back to the initial position) in IE 8 (in the Day-view or Week-view). You can check the code here:
    ivf.hartmann.info/active/test/
    please select Link 1!

Link 2 shows you the same code in a separate window (it works).
If I don’t load events in the schedule, than it works too (link 3 and 4).
Strange problem.
An ideas?

Best regards

Stefan

Hello, kaifer.

I haven’t been able to reproduce the problem.
Do you simply scroll with your mouse on any day in the ‘day’ or ‘week’ views?

On a side note I noticed that your page uses Quirks mode for IE. Try switching to the ‘standard’ mode. Does this resolve your issue? Scheduler doesn’t officially support quirks mode (though normally it should work correctly).

Also it’s great that you have created demo page to show problem to us :wink:

Best regards,
Ilya

Hi

thank you for the fast reply! You had right: the problem was the “Quirks mode”, I changed the code to

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

and now it works.

Best regards

Stefan

sorry, but the problem, is unfortunately not solved. Some browsers has the problem. It’s very strange.

Maybee it’s a problem with the OS, on what the IE runs:

  • Win7 + IE9beta and Win 2008 / IE8 not works
  • Win XP + IE 8 and Win 2003R2 + IE8 works

I’ll try to find more information.

Maybe some of installations has compatibility mode switched on
While IE is in standard mode, scheduler must work for all versions (ie6-ie9)

A year and a half later…

I’m experiencing this exact issue. Not using quirks mode. Only happens in Win 7 / IE 9
Have not tested in other versions of Windows, but works fine in other browsers.

I’ve tried searching the forum far and wide for “ie scroll bug”, “ie scroll jump to top”, “ie can’t scroll down” - but this is the only one with my exact issue.

Any updates on this?

Just tried a few more tests…

Using IE 9 on Windows 7
(developer tools - Browser Mode / Document Mode)

  • IE8 / IE8 standards - Does not work, jumps back to the top after any amount of scrolling
  • IE8 / IE9 standards - works
  • IE9 / IE8 standards - Does not work, but only jumps to the top when scrollbar gets closer toward the bottom
  • IE9 / IE9 standards - works