Skip to content

Renaming Tags with namespaces duplicates namespace #621

@luechtdev

Description

@luechtdev

Version: 0.18.1

When renaming a namespaced XML-Tag - the namespace is duplicated.

Steps to reproduce:

  1. Create a namespaced tag like <ns:tagname>
  2. Put the cursor on top and press "F2" to rename
  3. Change the name (for example ns:tagname2)

Expected Result:
Tag is renamed to <ns:tagname2>

Actual result
Tag is renamed to <ns:ns:tagname2>

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingrename

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions