Community
Participate
Working Groups
This is spawned off bug 115927. Currently, when you insert a template, sometimes it overrides the first part of the text region where you are inserting the template. For example: <tag attr="abc|asdf" /> and insert an "attribute value" context template at | you end up with <tag attr=TEMPLATEasdf" /> notice that "abc was overwritten by the template. We should figure out what inserting a template should really do. Is an attribute value context template meant to completely replace the attribute value that you inserted into? Or is it just supposed to insert? My thoughts are it should not replace and only insert.
reassigning to inbox
As of right now I can not even get any template suggestions in attribute value regions, maybe wait for Bug 258999 and see what the state of this is.
Cannot reproduce.