mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-33731 Add exception for closebutton when drag/dropping activity chooser
This commit is contained in:
parent
60d3ff94db
commit
346099f08b
1
enrol/yui/notification/notification.js
vendored
1
enrol/yui/notification/notification.js
vendored
@ -76,6 +76,7 @@ Y.extend(DIALOGUE, Y.Overlay, {
|
||||
if (this.get('draggable')) {
|
||||
var titlebar = '#' + this.get('id') + ' .' + CSS.HEADER;
|
||||
this.plug(Y.Plugin.Drag, {handles : [titlebar]});
|
||||
this.dd.addInvalid('div.closebutton');
|
||||
Y.one(titlebar).setStyle('cursor', 'move');
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user