forked from 0x2620/oxjs
workaround for select values not getting updated correctly when updating form values
This commit is contained in:
parent
e5d0c3fd20
commit
f43122f795
4 changed files with 39 additions and 24 deletions
|
|
@ -335,10 +335,12 @@ Ox.Dialog = function(options, self) {
|
|||
left: left,
|
||||
top: top
|
||||
}), animate);
|
||||
/*
|
||||
that.triggerEvent('resize', {
|
||||
width: self.options.width,
|
||||
height: self.options.height
|
||||
});
|
||||
*/
|
||||
}
|
||||
|
||||
function resizestart(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue