Roundcube Community Forum

Release Support => Pending Issues => Topic started by: mcravenufo on April 22, 2014, 07:38:26 PM

Title: After upgrade to 1.0, popups not displaying
Post by: mcravenufo on April 22, 2014, 07:38:26 PM
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.
Title: Re: After upgrade to 1.0, popups not displaying
Post by: alec on April 23, 2014, 02:23:46 AM
Most likely javascript error. Check browser error console. What browser? Did you try with different browser? Did you try with disabled all plugins?
Title: Re: After upgrade to 1.0, popups not displaying
Post by: mcravenufo on April 23, 2014, 09:20:50 AM
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
Title: Re: After upgrade to 1.0, popups not displaying
Post by: alec on April 23, 2014, 12:33:40 PM
Your plugins were not upgraded correctly. This looks like old jquery-ui plugin.
Title: Re: After upgrade to 1.0, popups not displaying
Post by: mcravenufo on April 23, 2014, 02:50:13 PM
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.