Last modified: 2013-08-30 20:27:13 UTC
1. Put the cursor in the middle of a paragraph 2. Insert an image 3. The inserted image is now selected, and displays an inspector button 4. Click the inspector button 5. You get an empty image dialog and an exception because getFocusableNode() returned null It seems this happens because the post-insertion selection in step 3 covers something like </p><img></img><p> rather than just the image.
*** Bug 51863 has been marked as a duplicate of this bug. ***
This is now INVALID because we don't select the node after insertion any more (should we?).