When I view this webpage in Chrome
https://www.doctle.com/users/feedback/
it renders inconsistently.
Problem is with the Login Widget in the top right corner. Sometimes its rendered as expected and if I refresh it sometimes its not floated properly.
To reproduce the erratic behavior just refresh the page repeatedly and you can see the inconsistency.
[Erratic Render] – https://www.doctle.com/error.jpg
Please help. The screenshot is of the same page with out any differences on the server side files. I verified in Firefox and this inconsistency is not there. Open the page in Firefox for reference.
Thanks in advance.
This is a possible solution to the problem. When I run Chrome’s Audit tool found in the developer tools, I get the following (among a few other things that shouldn’t be the cause of this issue):
Optimize the order of styles and scripts (2)
Basically it’s loading your style sheets out of order and that’s what may be causing the problem.