Hi there
I'm using SAPUI5 1.20.4 on SAP AS Java.
I have a sap.ui.commons.Dialog modal popup. Within this popup I can open another popup, but this time it is a sap.m.SelectDialog.
The animation when opening the SelectDialog is fine (fade in, zoom), but as soon as it finished rendering, there is the close button at the bottom and the area above is completely white.
By investigating this issue I found out, that the <section> tag below the <header> gets a fixed height of 2000px (inline style). The (generated) ID is __dialog4_dialog_cont.
I'm using Chrome with a screen resolution of 800x600 only.
Do you have any suggestions?
Regards
Tobias