Description
There is a buggy scenario connected with markers, mapper and renaming elements:
- Create a marker and map it to a view container element (for example table cell).
- Rename that view container element (for example, set/unset table header).
Since the marker range has not changed, it won't be converted. But the renaming will remove the old view container element and insert a new one. This will lead to a situation when view marker representation is lost.