Template composer issues

22 views
Skip to first unread message

Kenan Salic

unread,
Jun 29, 2015, 5:25:50 AM6/29/15
to hippo-c...@googlegroups.com
Hi Guys,

I'm working with the latest and greatest (10.0.1) . And I'm adding a extra field (dropdown). It's making it impossible for my editors edit properties?!



Any idea if I'm doing anything wrong? Or if it is a product issue. It seems the width has been set to .. very long on both fields

Cheers,

Kenan


--
Amsterdam - Oosteinde 11, 1017 WT Amsterdam
Boston - 745 Atlantic Avenue, Boston, MA 02111

US +1 877 414 4776 (toll free)
Europe +31(0)20 522 4466
www.onehippo.com

Tobias Jeger

unread,
Jun 29, 2015, 10:12:10 AM6/29/15
to hippo-c...@googlegroups.com
Hi Kenan,

I tried with the GoogleMaps component, which uses 2 dropdowns and the latest trunk version, but can't reproduce your problem (see attached screenshot). You are using the @DropDownList annotation for the dropdown field, right?

Tobi



--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
 
To post to this group, send email to hippo-c...@googlegroups.com
RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-communi...@googlegroups.com.
Visit this group at http://groups.google.com/group/hippo-community.
For more options, visit https://groups.google.com/d/optout.



--
Amsterdam - Oosteinde 11, 1017 WT Amsterdam
Boston - 101 Main Street, Cambridge, MA 02142


US +1 877 414 4776 (toll free)
Europe +31(0)20 522 4466
dropdown-essentials.png

Jeroen Reijn

unread,
Jun 29, 2015, 10:16:03 AM6/29/15
to hippo-c...@googlegroups.com
Hi Kenan,

could it be that somehow some custom styling of your site conflicts with the styling of the dialog?

Jeroen

On Mon, Jun 29, 2015 at 11:25 AM, Kenan Salic <k.s...@onehippo.com> wrote:

--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
 
To post to this group, send email to hippo-c...@googlegroups.com
RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-communi...@googlegroups.com.
Visit this group at http://groups.google.com/group/hippo-community.
For more options, visit https://groups.google.com/d/optout.



--
Jeroen Reijn
Hippo

Amsterdam office - Oosteinde 11, 1017 WT Amsterdam
Boston office - 745 Atlantic Ave, Eight Floor, Boston MA 02111, United states of America.

Mathijs den Burger

unread,
Jun 29, 2015, 11:16:29 AM6/29/15
to hippo-c...@googlegroups.com
The styling of the page is scoped to the iframe in which the channel is rendered, while the dialog is part of the DOM outside the iframe. So that cannot be it.

@Tobias: can it be the combination of a document picker field with a dropdown field right after it?

Mathijs



Tobias Jeger

unread,
Jun 29, 2015, 2:51:40 PM6/29/15
to hippo-c...@googlegroups.com
I'd have to try it out, but hope somebody else can jump in...
Boston - 101 Main Street, Cambridge, MA 02142

US +1 877 414 4776 (toll free)
Europe +31(0)20 522 4466

Kenan Salic

unread,
Jun 30, 2015, 2:37:23 AM6/30/15
to hippo-c...@googlegroups.com
I ll send you my componentsparameter info class:

public interface DossierHeaderComponentInfo extends EssentialsDocumentComponentInfo {


    @Parameter(name = "style", required = false, defaultValue = "default", displayName = "Style", description = "Light or Dark background")
    @DropDownList(value = {"default", "lighten"})
    String getStyle();


}
Reply all
Reply to author
Forward
0 new messages