Disappearing caret when container is scaled
Make a text flow with a large font size, then scale down the container. Suddenly we have a faint and oft-disappearing caret. See it here:
http://aaronhardy.com/transfer/scalecaretbug/ScaleCaretBug.html
Right-click the sample app for source. This appears to be because the caret isn't drawn using a hairline (in which case it would supposedly show up at any scale) but instead a one-pixel-wide rectangle. This is gleaned from TextFlowLine.computePointSelectionRectangle() and ContainerController.drawPointSelection().
Which brings me to my questions:
(1) Has this been reported as a bug?
(2) Is there a workaround? Currently it appears that I'm going to need to extend ContainerController to implement my own caret drawing.
Thanks.
Aaron
