Fix clicking on links in aligned or elided Text.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Tue, 19 Jun 2012 01:30:59 +0000 (11:30 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 25 Jun 2012 06:57:36 +0000 (08:57 +0200)
commit3ae9c8c36097abffd73e29cea1b897ca7d704916
tree0657805f357206636bd37b9b95e6d4557ce6473c
parent31ba131f9b166ef857f8559a23429d99609e6669
Fix clicking on links in aligned or elided Text.

Adjust the mouse position to compensate for any alignment offsets
and test the elided text layout for anchors if none is found in
the normal layout.

Change-Id: Idfda3f7e372d0f2d6c1b7bb5f22d7015d52e8239
Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
src/quick/items/qquicktext.cpp
src/quick/items/qquicktext_p_p.h
src/quick/items/qquicktextutil.cpp
src/quick/items/qquicktextutil_p.h
tests/auto/quick/qquicktext/tst_qquicktext.cpp