MDL-14439 IE and Opera fire the onchange when ever you move into a dropdwown list with the keyboard - this changes fix the problem. Merged from 19.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php /// $Id$
|
||||
|
||||
/// Load up any required Javascript libraries
|
||||
|
||||
if (!defined('MOODLE_INTERNAL')) {
|
||||
@@ -24,6 +25,7 @@
|
||||
<script type="text/javascript" src="<?php echo $CFG->httpswwwroot ?>/lib/overlib/overlib_cssstyle.js"></script>
|
||||
<script type="text/javascript" src="<?php echo $CFG->httpswwwroot ?>/lib/cookies.js"></script>
|
||||
<script type="text/javascript" src="<?php echo $CFG->httpswwwroot ?>/lib/ufo.js"></script>
|
||||
<script type="text/javascript" src="<?php echo $CFG->httpswwwroot ?>/lib/dropdown.js"></script>
|
||||
|
||||
<script type="text/javascript" defer="defer">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user