Text content not appearing when added freezing website till I refresh.

Permalink
I am having a issue when adding text content to my website I am using 5.7.3.1. Here a picture of what happens when adding a text box:

http://i.imgur.com/WvilYgF.jpg

In order to get the site working again I have to refresh. Any help on why this is happening would be appreciated!


EDIT: in case any one stumbles upon this with the same problem, I solved switching to
<link href="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js">
instead of
<script href="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js">

it was just that simple mistake so it might be for you aswell.

 
goodnightfirefly replied on at Permalink Reply
goodnightfirefly
We need more information, which browser and browser version are you using?
dfortune replied on at Permalink Reply
I primarily use chrome but it is happening on all browsers, the version is 5.7.3.1.
goodnightfirefly replied on at Permalink Reply
goodnightfirefly
That is the version of concrete5, not the version of your browser ;)

You said it is Chrome so I'll assume its up to date.

Press F12 to open the Chrome developer tools, find the Console area (usually at the bottom) and write down the errors if any.
dfortune replied on at Permalink Reply
This error comes up:

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, checkhttp://xhr.spec.whatwg.org/.
goodnightfirefly replied on at Permalink Reply
goodnightfirefly
That's ok, but since there are no javacript errors it might be caused by your theme.

If you haven't already seen this video, it goes through a few gotchas for 5.7 themes: https://www.youtube.com/watch?v=vQm1QXN9OfI...

Now, if this is happening with the default Elemental theme and not one that you've made, then it could be something else.
dfortune replied on at Permalink Reply
Hmm I'll take a look. Thanks for the help.