webstorm reloads the page after any clicking in the <body> tag area
Hello,
I use webstorm 201.6668.106.
when I running a debug of an html file using the live edit plagin - not the google chrome extension, but the live edit plugin itself - every action in the <body> tag area causes a page to reload: clicking a space or an Enter - in general, any clicking in the <body> tag area causes a page to reload.
However, page reload does not occur when I do something in the area of other tags.
I use a standard compiler from scss to css and I have no tracking changes of the html file.
what do i need to do to get the page reloaded only after compiling the css file from the scss file and not after any action in the <body> tag area?
i also tried to use google chrome plugin - https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji - the script is repeated: page reloads after any action in <body> tag area.
I attach the video for better understanding of the problem:
webstorm 201.6668.106 - page reloads after any action in body tag area
.
Please sign in to leave a comment.
Video is not available - actually you can't insert anything except for images here.
But note that Live Edit auto-saves files while you edit them to provide live reload, so, if you have live updates implemented on server end that cause page reloading on each save, you will face problems like this
>When I used the google chrome extension there was no such behavior - the page did not reload when I did something in the <body> tag area
Live Edit has always behaved this way (i mean auto-saving), with or without extension.
If you have live reloading on save implemented on server end (and it seems that you do have it), I'd suggest turning Live Edit off
>Live Edit has always behaved this way (i mean auto-saving), with or without extension.
— No, actually.
Before I turned off the browser extension autosave changes worked without reloading the page.
I worked with the index.html file in the <body> tag and the page was not reloaded every time after every action I took.
Actually, autosave works without reloading the page — but outside the <body> tag's area.
Which is very strange.
Apparently, when I disabled the browser extension some system settings have broken — but which ones are not clear.
I tried many ways to fix it: I removed and reinstalled the live edit plugin, removed and reinstalled the browser extension — nothing helps.
I created a simple project with two files, html and css, without any automation or compilation. And this strange behavior — reloading the page after each action directly in the body tag area - continues. But outside the body tag area a page reload does not occur after each action.
https://ibb.co/nQf8kH5
>Before I turned off the browser extension autosave changes worked without reloading the page.
Live Edit is very old subsystem that hasn't been updated for a long time; I can observe the same behavior in Webstorm 2017.3, for example.
Please follow https://youtrack.jetbrains.com/issue/WEB-45171 for updates