Last modified: 2013-06-27 21:51:46 UTC
* Create a page starting with a list ('* list' is sufficient) * Enter some text into the slugged paragraph above the list, then delete it with backspaces * The paragraph now doubles in height, inspecting the DOM you see a <br> has appeared from nowhere: <p><br><span slug></span></p> Also this paragraph gets sent to Parsoid resulting in an extra line break. Removing the text by using undo doesn't result in this bug.
We are not placing slugs around lists anymore so this bug can't be reproduced, however I know what was root cause of it (native handling of deletion) and I'm working on it now.
(In reply to comment #1) > We are not placing slugs around lists anymore so this bug can't be > reproduced, however I know what was root cause of it (native handling of > deletion) and I'm working on it now. Is this bug still valid? I can't reproduce now, using a thumb image (rather than a list) to create the block item.
Deeming that this is now fixed.
This is fixed with my refactor to handleDelete method.