Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hi EO Support,
Using the lastest update (EO.Total 16.2.37); just to let you know a little problem on <select> tag sometimes not opening.
I noticed that if I resize my webControl the select just open fines. In fact it doesnt open because WebControl.height and width are equals to NaN. I guess internally there is a check on height of the browser to check if it can open the select tag.
WebControl.Height = NaN WebControl.Width = NaN
But the webControl is visible and fully fonctionnal.
Thanks,
best regards
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
It's normal for Width/Height to be NaN since that's the default value. We did recently discover an issue related to resizing and that will be fixed in our next build. So you can wait until the next build is out and see if it resolves the issue. If that still does not resolve the issue, then we will need a test app from you in order to investigate further.
Thanks!
|