1. The indentation in the caption is wrong:
If there is only one line, the caption should be centered, but currently it
is not. If there several lines, then we currently have hanging indentation
i.e.
Table: Text ......
more text ....
while the correct indentation is
Table: Text ...
More text ...
We probably should have support for both 'normal' and 'hanging' indentation
so we add support for caption.sty.
2. When entering an inset float, the caption inset moves to the right:
Before entering
float:table+-------------------------|
| |
| Table: Text ..... |
+-------------------------+
After entering:
float:table+-------------------------|
| |
| Table: Text ..... |
+-------------------------+