Author Topic: Elastic Skin Won't Save Settings  (Read 2764 times)

Offline Carey

  • Newbie
  • *
  • Posts: 6
Elastic Skin Won't Save Settings
« on: December 04, 2017, 06:00:19 PM »
I've installed the SVN version of RC, and the elastic skin.  The skin displays properly, but if I try to save any settings or new contacts, nothing happens.  If I switch to the larry skin, settings save fine.

Is the Save button/function disabled on the Elastic skin at this point in it's development?  If not, what could I have set wrong that would cause only the elastic skin to not save settings changes?

Thanks.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Elastic Skin Won't Save Settings
« Reply #1 on: December 05, 2017, 02:45:37 AM »
Check your browser console for JS errors.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline Carey

  • Newbie
  • *
  • Posts: 6
Re: Elastic Skin Won't Save Settings
« Reply #2 on: December 05, 2017, 08:28:14 AM »
There isn't a js error when pressing Save.  Just this one each time the page is changed:

TypeError: list.get_next is not a function


Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Elastic Skin Won't Save Settings
« Reply #3 on: December 05, 2017, 01:09:36 PM »
either you have some caching problem or when you checked out git-master of Roundcube it didn't go smoothly coz those functions where added a while ago see https://github.com/roundcube/roundcubemail/commit/19ad6b15e83f8969432ec171f585f552802b8576
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline Carey

  • Newbie
  • *
  • Posts: 6
Re: Elastic Skin Won't Save Settings
« Reply #4 on: December 05, 2017, 04:15:41 PM »
I figured it out.  I installed over an older RC version, and forgot to update the Javascript dependencies.  The Javascript dependencies were from an older version.

After running the `bin/install-jsdeps.sh` script, it worked as expected.

Thank you for your help.