Page MenuHomePhabricator

VisualEditor: Can't delete-merge two paragraphs together if the first one ends with an inline-alien
Closed, ResolvedPublic

Description

This was happening with <ref>s, but it looks like it'll be an issue with an paragraph that ends with an inline alien:

Foo.<ref>Ref</ref>
Bar.

Backspace with the cursor to the left of the 'B', or delete with the cursor to the right of the <ref> block, has no effect.

The problem with <ref>s will go away(?) when that node handler code is enabled, but is this a wider issue?


Version: unspecified
Severity: minor

Details

Reference
bz48366

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:28 AM
bzimport set Reference to bz48366.

This seems to be not an issue anymore - since I rewrote handleDelete method.