This is a migrated thread and some comments may be shown as answers.

Unhelpful Auto-Text When Adding HTML Comments

1 Answer 31 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Richardsonke
Top achievements
Rank 1
Richardsonke asked on 07 Jan 2013, 03:31 PM
If I go to wrap something in HTML comment tags, adding the open tag (<!--) works fine, but when I go to add the close tag (-->), it adds what it thinks is a proper HTML close tag. For example, let's say I have this HTML that I want to comment out:
<a id="test">test</a>
I add the open comment tag (works fine):
<!--<a id="test">test</a>
Now I add the close comment tag:
<!--<a id="test">test</a>--></span>
Notice the weird </span> tag thrown in? Even worse, if you do an undo, it removes BOTH the correct ">" as well as the "</span>" (VS only removes the auto-text on the first undo - you have to undo again to remove the text you actually typed). That means you have to manually delete it each time.

Feedback Link: https://feedback.telerik.com/Project/87/Feedback/Details/1109-unhelpful-auto-text-when-adding-html-comments

1 Answer, 1 is accepted

Sort by
0
Kristina
Telerik team
answered on 08 Jan 2013, 05:29 PM
Hello Keith,

Here is my reply from the feedback portal :

This issue is already fixed in our codebase. Unfortunately it didn't make it for the current release, so stay tuned for the next one!

Thank you for understanding!

Regards,
Kristina
the Telerik team

Share feedback and vote for features on our Feedback Portal.
 
Want some Kendo UI online training - head over to Pluralsight.
Tags
Report a bug
Asked by
Richardsonke
Top achievements
Rank 1
Answers by
Kristina
Telerik team
Share this question
or