Welcome Guest Search | Active Topics | Sign In | Register

Need to disable combobox until form loaded Options
Joan Darling
Posted: Friday, June 8, 2012 1:11:01 PM
Rank: Advanced Member
Groups: Member

Joined: 3/9/2010
Posts: 119
I'm getting an eo.debug error message when the user clicks on a combobox when their internet speed is slow because the page is not fully loaded. I need to disable a combobox until the page is completly loaded. Then once loaded enable it from client side js. How do I do that?
eo_support
Posted: Friday, June 8, 2012 2:35:13 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

There is no easy way to do that. You could use JavaScript to hide the control all together until your page is loaded. However this is a paradox as all the browser would try to do the exact opposite desperately --- show something to the user as soon as possible. The easiest workaround for you is probably just to disable the debug message, so that clicking the control would not do anything until page is loaded.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.