brOOper / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

Settings #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a CalendarSettings object
2. settings.setScrollToHour(8);
3. refresh 

What is the expected output? What do you see instead?
No effect on project

What version of the product are you using? On what operating system?
9.2, windows 7 on chrome

Please provide any additional information below.

Original issue reported on code.google.com by Checkyou...@gmail.com on 3 Dec 2010 at 4:27

GoogleCodeExporter commented 8 years ago
The reason it can't "scroll to" is because the panel is not yet rendered on the 
screen, meaning there is no overflow, meaning there is no scrollbar to scroll.

Please see the following post on Google groups:
http://groups.google.com/group/gwt-cal/browse_thread/thread/c928f8caa2d3fe68/3a4
697d88ffc2cb5?lnk=gst&q=scrollToHour#3a4697d88ffc2cb5

This can be fixed with a simple deferred command

Original comment by Brad.Ryd...@gmail.com on 3 Dec 2010 at 4:43