We have a scenario where we would like to insert an image as a direct child of figure. Create does not appear to let us do this because the cursor cannot be placed in the required location. Attempting to select the image menu item from the breadcrumbs "concept>body>section>figure" causes the image browser to slide out on the left and after selecting the image and pressing insert, the image is inserted in the location of the caret instead of the location indicated by what bread crumb menu item was selected. The markup is as follows...
<figure>
<title><?caret?></title>
<!--caret cannot go here-->
</figure>