THTMLabel, bug on anchor and centered text

Hi,

If I put on a form a THTMLabel like this:

    object HTMLabel1: THTMLabel
      Width = 345
      Height = 73
      HTMLText.Strings = (
        '<P align="center"><a href="dummy">This is a link</a></P>')
      Transparent = True
      OnAnchorClick = HTMLabel1AnchorClick
      Version = '1.9.2.1'
    end

Note the "aligh = center": when the mouse is over the (centered) link the curson isn't "handpoint": it is handpoint only on the LEFT side of the label, as if align="left".

I think there is a bug that needs to be fixed...

Do you use the latest version of the component?
I have retested this here with the latest version and I cannot see this problem.