- Copy some plain text
- Make a selection in the document up to the end of it (e.g. select all)
- Paste
- Exception time!
Problem is in ve.dm.Surface line 376:
rightAnnotations = dataModelData.getAnnotationsFromOffset( right );
with right = -1 (out of bounds)
Version: unspecified
Severity: normal