brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] In LESS CSS files, certain special characters preceding a period causes error #5614

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by rmatteso Monday Dec 02, 2013 at 16:41 GMT Originally opened as https://github.com/adobe/brackets/issues/6152


in .less files, a period (and anything after it) cannot be entered after certain special characters:

!@ # & * appear to be the characters that cause the error.

for example, typing:

&.dropdown

would display in brackets as

&

The special character then becomes unselectable. Also trying to paste in code from other files is unreliable.

core-ai-bot commented 3 years ago

Comment by njx Monday Dec 02, 2013 at 20:17 GMT


This is probably due to the CM issue that was fixed in our latest upstream merge. Should be fixed in sprint 35.

core-ai-bot commented 3 years ago

Comment by rmatteso Monday Dec 02, 2013 at 22:01 GMT


Great! I searched the Issues list and didn't find it quickly.. thanks for the quick reply.

core-ai-bot commented 3 years ago

Comment by peterflynn Monday Dec 02, 2013 at 22:26 GMT


Thanks for confirming@FezVrasta! Closing as fixed in Sprint 35.