GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

HTML Autocomplete shouldn't move cursor #364

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In an HTML document, with autocomplete on, type '<div>'
2. Autocomplete generates the '</div>' for you, but puts the cursor after it.

This defect makes HTML autocomplete counterproductive - it slows down the
user, who then has to move the cursor back before putting any content
inside the div.

Original issue reported on code.google.com by craig.ds@gmail.com on 24 May 2009 at 9:22

GoogleCodeExporter commented 9 years ago
Regression error in handling of post insert action.

Original comment by CodyPrec...@gmail.com on 25 May 2009 at 5:46