Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.0
-
None
-
Mac OS X
Description
There is a platform regression between Carbon and Cocoa in QFontMetrics::tightBoundingRect() and possibly in similar functions. When getting the bounding rect of a control unicode character, an empty QRect(0, 0, 0, 0) will be returned on Carbon, and a non-empty rectangle on Cocoa.
The former behavior seems to make the most sense. Test case in related task.
Attachments
Issue Links
- resulted from
-
QTBUG-9788 Crash new to 4.7 on mac when measuring a non-printable character in a font
- Closed