symphonists/subsectionmanager

Add new button lost after upgrading to Symphony 2.3.4 + Subsectionmanager 3.5

Closed this issue · 4 comments

I seem to have "lost" the add new button in Subsectionmanager after upgrading both Symphony and Subsectionmanager. The checkbox in the field settings "allow creation of new items" is enabled.

Attached screenshots of Firefox 17 and Chromium. I believe the button is behind the input box: after fiddling with Firebug I can see the button, but can't click it.
screenshot from 2013-12-16 10 14 46
screenshot from 2013-12-16 10 15 14

Thanks for the report.
Does that still happen after clearing your browser cache?

Sadly yes. I've also tested the subsectionmanager in the sidebar or main content: no difference :(

Which browser are you using to develop this extension? Maybe I can compare the supposed look with my "troubled" version.

I've fixed it for now by using this patch:

diff --git a/extensions/subsectionmanager/assets/subsectionmanager.publish.css b/extensions/subsectionmanager/assets/subsectionmanager.publish.css
index 049b6a6..d0beb37 100644
--- a/extensions/subsectionmanager/assets/subsectionmanager.publish.css
+++ b/extensions/subsectionmanager/assets/subsectionmanager.publish.css
@@ -48,6 +48,7 @@

 .field-subsectionmanager .constructable + .browser {
        margin-top: -30px;
+       margin-right: 80px;
 }

 .field-subsectionmanager .browser.opened {