Hi Gary,
After some more testing, I believe the problem is in the windows control, and here’s why:
When the map is rendered in IE5 mode in our C# application, the mouse wheel zoom in/out works perfectly fine. However, when the map is rendered in IE9 mode (with this tag – meta http-equiv=“X-UA-Compatible” content=“IE=9” --) in our C# application, the mouse wheel zoom in/out can be unintentionally disabled in the following scenario:
1. Map finishes loading in the C# application, wheel zoom working
2. Open a dialogue window within the application (our application has many dialogue windows, but only some causes this problem)
3. Click on the map, wheel zoom NOT working
4. Click on the dialogue window
5. Click on the map, wheel zoom working again!
6. click on the dialogue window
7. Click on the map, wheel zoom NOT working
PS. When the map (forced to be rendered in IE9 mode) is displayed in a normal web browser, the mouse wheel zoom in/out works OK too.
Thanks,
Alvin