Add new button lost after upgrading to Symphony 2.3.4 + Subsectionmanager 3.5
Closed this issue · 4 comments
frenkel commented
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.
nilshoerrmann commented
Thanks for the report.
Does that still happen after clearing your browser cache?
frenkel commented
Sadly yes. I've also tested the subsectionmanager in the sidebar or main content: no difference :(
frenkel commented
Which browser are you using to develop this extension? Maybe I can compare the supposed look with my "troubled" version.
frenkel commented
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 {