I upgraded to 1.0 and now the popups will not display. The screen does darken after clicking on a link but the popup window does not display. For example, the "About" link and more importantly attaching a file when creating an email. I am unable to attach a file because the attachment window does not display.
Don't know if it's related but I cannot adjust the size of the message preview and folder list frames.
Most likely javascript error. Check browser error console. What browser? Did you try with different browser? Did you try with disabled all plugins?
I am using Chrome. After I press the "About" link, this error displayed in the Javascript console:
Uncaught TypeError: Cannot read property 'msie' of undefined jquery-ui-1.8.18.custom.min.js?s=1360014462:156
a.extend.width jquery-ui-1.8.18.custom.min.js?s=1360014462:156
a.extend.create jquery-ui-1.8.18.custom.min.js?s=1360014462:156
a.extend.overlay jquery-ui-1.8.18.custom.min.js?s=1360014462:156
a.widget.open jquery-ui-1.8.18.custom.min.js?s=1360014462:156
a.widget._init jquery-ui-1.8.18.custom.min.js?s=1360014462:156
a.Widget._createWidget jquery-ui-1.8.18.custom.min.js?s=1360014462:17
a.(anonymous function).(anonymous function) jquery-ui-1.8.18.custom.min.js?s=1360014462:17
(anonymous function) jquery-ui-1.8.18.custom.min.js?s=1360014462:17
n.extend.each jquery.min.js?s=1397930431:2
n.fn.n.each jquery.min.js?s=1397930431:2
a.fn.(anonymous function) jquery-ui-1.8.18.custom.min.js?s=1360014462:17
show_about ui.min.js?s=1397935643:34
onclick
Your plugins were not upgraded correctly. This looks like old jquery-ui plugin.
Thank you! You saved me probably a couple of hours of investigation. That was exactly it. I properly upgraded my plugins and the issue is gone and it works as expected.