Author Topic: After upgrade to 1.0, popups not displaying  (Read 3507 times)

Offline mcravenufo

  • Newbie
  • *
  • Posts: 3
After upgrade to 1.0, popups not displaying
« 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.
« Last Edit: April 22, 2014, 07:41:36 PM by mcravenufo »

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: After upgrade to 1.0, popups not displaying
« Reply #1 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?

Offline mcravenufo

  • Newbie
  • *
  • Posts: 3
Re: After upgrade to 1.0, popups not displaying
« Reply #2 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

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: After upgrade to 1.0, popups not displaying
« Reply #3 on: April 23, 2014, 12:33:40 PM »
Your plugins were not upgraded correctly. This looks like old jquery-ui plugin.

Offline mcravenufo

  • Newbie
  • *
  • Posts: 3
Re: After upgrade to 1.0, popups not displaying
« Reply #4 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.