HTML layout becoming read only when Gotoview method is invoked in the background
We planned to perform a Open UI related operation where we wanted to execute a view navigation in the background and allow the user to update details in a HTML form on the front end. We can observe that always the html fields are becoming read only whenever we are executing gotoview method parallely. Please advise if this is expected behaviour?
Please note that the same behaviour is not there for other Server operation which we are posting from JS/browser side.