Author:
Makenosound
Version:
1.1
Released:
18 March 2011
Category:
Interface

New#2: Clicking on 'add item' doesn't immediately add a new item.

In Symhony 2.1.2: Clicking on ‘add item’ doesn’t immediately add a new item.

When you click ‘add item’, nothing happens. After clicking on ‘Save Changes’ however you see the Shortcut has been added.

Could this have something to do with the stylesheets? If I disable the stylesheets, I see a new items getting added, with animation and all. But with stylesheets enabled, the new item gets hidden somehow…

I found that the error is because the class 'template' doesn’t get removed from the cloned list-item. I fixed this by changing line 440 in symphony/assets/admin.js from:

t.eq(j).clone(true).appendTo(w).animate({height: h[j]}, function() {

to:

t.eq(j).clone(true).removeClass("template").appendTo(w).animate({height: h[j]}, function() {

Should this be considered as a Symphony bug?

Please login to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details