Live Edit Issue IDEA 139.1.20
Is anyone else having the following issue with Live Edit? I had this issue in 135 and 138 as well.
When creating a simple HTML page, if I don't wrap HTML within the body in a div element, the Live Edits either do not appear at all or over write each other.
For example if I make 3 identical p elements in a row directly within the body element, it sometimes does not appear at all. Other times, one shows as the second two seem to overwrite the first. Putting them inside a div fixes the issue.
Does NOT work:
body
p
p
p
Works:
body
div
p
p
p
I'm using chomium 37.0.2062.94 on PCBSD 10.0.3, running Tomcat 8.0.12.
This is not a huge issue being that everything is almost always within a div first, but it would be nice if Live Edit was more reliable.
Please sign in to leave a comment.