Using: MVC3, Razor, C#, Infragistics 11.2, IE8, jquery 1.7.1, jquery-ui 1.8.17.
The date editor is no longer allowing users to change months by clicking the left and right arrows on either side of the month. Clicking on either icon just results in the drop down for the date picker closing.
I recently updated to new jquery and jquery UI through NuGet. Thinking this may be the issue. This isn't the first new issue I've found so I'm probably rolling back jquery this afternoon. :-(
Can someone please confirm this behaviour?
Thanks,Tony
I have been unable to duplicate this in a separate test project. This mean there is something likely wrong with my main project that was just recently introduced.
Once I figure out what happened, I will post a detailed explanation of why it is failing.
ThanksTony
It appears that there is an issue with my implementation of the web browser control.
Here's what I did: 1. Created a test page with the date editor 2. loaded the page in IE(7 and 8) - PASSED 3. loaded the page in my browser - FAILED 4. Created another test app with a browser control. 5. Loaded the page in the new browser - PASSED 6. Changed framework versions and rebuilt. Same results. 7. Determined where the DLL's were loading, cleared out the cache, recompiled - FAILED 8. Removed all unnecessary code from the failing browser - FAILED 9. Ran the test page in an older web browser control built for a separate purpose and it PASSED.
It's possible something was cached somewhere from a previous build but even without CSS, the box failed to navigate months. In fact, clicking anywhere caused it to close.
I'm just going to use our older browser (internal to our application) to run the website. Problem solved for me.