LeaVerou / dabblet

An interactive CSS playground
http://dabblet.com
816 stars 147 forks source link

Editor inserts < and & when attempting to edit class attribute string. #220

Closed JohannesMP closed 11 years ago

JohannesMP commented 11 years ago

There are several cases where attempting to edit a string, like the class="..." attribute of a tag, will cause the opening bracket of the tag on the next line to be replaced by <, and & to be prepended to it as well.

Demonstration: test

Tested on latest versions of Safari, Chrome and Firefox on a mac with 10.8.3

CheloXL commented 11 years ago

I can confirm that. Happening the same here (Opera 12).

LeaVerou commented 11 years ago

Closed as duplicate of #218 but thanks for the extra example!