vertical text wrap
Currently, if you have text center aligned (horizontally) when wrapping, the text stays centered between the end of the next box and the wrapping object. This should happen in the vertical as well, but currently doesn't.
If there is text above a wrapping object, and the text is vertically center aligned, the text will either not move (if the wrapping object is lower than the text would end) or it will stay flush with the wrap.
In my case, the fact the vertical doesn't work the same way as the horizontal makes it extremely difficult to design with a single text box with columns as opposed to having to make multiple text boxes that i can resize to accommodate an object that should wrap/recenter on it's own.