#20: resizable attribute on Window causes issue in IE and Opera (Open)
| Reported by: | Assigned to: | ||
|---|---|---|---|
| Priority: | Normal | Milestone: |
We’ve tested using prototype-ui on Firefox, Safari, IE, Opera. We’ve noticed when you set the resizable attribute to false, in IE and Opera, the modal dialog errors (it shows an empty modal that does not respond to the close click).
Here is an example Window call that causes this bug. If you omit setting resizable, IE and Opera work correctly:
function openLoginModal() { w = new UI.Window({theme:”alphacube”,shadow:true,width:250,height:210,resizable:false});
w.setHeader(‘Login’);
w.center().setContent($(‘modal_login_form’).innerHTML);
w.show().focus(); }
Changelog:
Modified by – Jun 11 2008 * 10:29
I tried to use Prototype-UI carousel and Prototype-UI window together. It seems, that both are not compatible, because I get the following error:
UI.WindowManager is not a constructor http://localhost:8080/websms_v2/js/window.js UI.ConsoleLogger is not a constructor http://localhost:8080/websms_v2/js/window.js
Please fix this problem in your next version and/or tell me who this problem can be solved.


RSS feeds