Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.11.3, 5.12.1
-
macOS 10.13, 10.12
Description
Transparent widget by following flag and attribute can't grab by mouse on macOS 10.13 and 10.12, but it can grab on 10.14.
setWindowFlag( Qt::FramelessWindowHint ); setAttribute( Qt::WA_TranslucentBackground );
And with Qt 5.9 can be grabbed even 10.13 and 10.12 thus it seems to be regression.
Please see attached sample.
Attachments
Issue Links
- is duplicated by
-
QTBUG-74457 [macOS] Can't grab transparent widget on macOS 10.13 and 10.12
- Closed
- relates to
-
QTBUG-74560 [macOS] Semi-transparent widget won't be rendered correctly when resizing quickly on macOS 10.13 and 10.12
- Closed