Defect #536
globals.DIALOGS.setDialogHeight() breaks buttons
Start date:
07/23/2012
Due date:
% Done:
100%
Estimated time:
Browser (if web client):
Chrome, Safari, Firefox
Description
It seems that setting globals.DIALOGS.setDialogHeight() stops the dialog buttons from working.
globals.DIALOGS.showWarningDialog('Warning dialog test', 'A Warning of some sort ', 'Cancel', 'Do It Anyway')
globals.DIALOGS.setDialogHeight(120)
globals.DIALOGS.showWarningDialog('Warning dialog test', 'A Warning of some sort ', 'Cancel', 'Do It Anyway')
Buttons in the first dialog work, buttons in the second dialog don't.
Related issues
History
Updated by Robert Ivens almost 13 years ago
That's indeed an interesting one. I see the same in version 1.5 of the module.
It looks like it get confused with the Window object references. I will invesitigate a little further.
Updated by Robert Ivens over 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed in 1.1.4