Creating a (rather basic) dropdown list as a customized xtype is resulting in strange behavior. Please find attached all the required screenshots and below the encountered behavior:
- an Xtype withe the name ejstcustom and to be used in a dialog is created and registered. Snippet of JS code has been attached.
- every time the page is accessed for the first time, the dropdown list is too small
- when the page is accessed a second or consecutive time, the dropdown list is wide enough
- we experimented with some of the properties as described in the CQ5 widgets API documentation but most of them seem to have rather little effect
- version of AEM we are running with is Adobe CQ 5.6.0.20130125
I'm inclined to believe the width of the div.center element in the CSS file influences the behavior quite a bit but we haven't been able to display the dropdown list properly.
BTW : we applied the instructions as found in tutorial http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html but I think it's fair to say a document-review would improve the quality of the tutorial a bit (certain lines of code are simply duplicated and cq:Panel is consistently identified as cq:panel ....)
Many thanks in advance,
Wim