Commit 2be79de
committed
Extras.CalendarSelect fixes for IE 9
Provided by ScoPi http://echo.nextapp.com/site/node/6715
This commit propably needs a review as stated in the message:
So admittedly this may not be the most appropriate way to fix
the underlying issue, but the bug we've seen in IE 9 when using
the Extras.CalendarSelect control is addressed by this.
The symptoms of the bug were two-fold:
1. The month select field could not be used. It didn't
appear to respond to mouse clicks and open.
2. You had to double-click on a particular day in a month
grid to select it as opposed to one click.
The reason for the above problems appears to have been related
to a runaway recursive call that only affected IE 9. The below
fixes this issue specifically for Internet Explorer 9, and
everything still appears to work fine.1 parent bd02845 commit 2be79de
1 file changed
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
917 | | - | |
918 | | - | |
919 | | - | |
920 | | - | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
921 | 936 | | |
922 | 937 | | |
923 | 938 | | |
| |||
0 commit comments