Actions
Feature #845
openOn-The-Fly Zoom Factor does not display changes made by CTRL-Scrolling
Start date:
04/29/2022
Due date:
% Done:
0%
Estimated time:
Description
Holding CTRL on the keyboard while scrolling the mouse wheel adjusts the On-The-Fly zoom setting, but it isn't currently reflected in the On-The-Fly menu action.
There might be some signal I can attach to that would update this.
Updated by Soren Stoutner 3 months ago
It might be possible to detect this with https://doc.qt.io/qt-5/qwebenginepage.html#contentsSize-prop.
Updated by Soren Stoutner about 2 months ago
This was partially fixed by attaching to the `contentSizeChanged()` signal, but stops updating if the zoom size gets so small that the entire page fits on the screen.
Updated by Soren Stoutner about 2 months ago
Reported upstream at https://bugreports.qt.io/browse/QTBUG-111041.
Updated by Soren Stoutner about 1 month ago
- Status changed from New to In Progress
Actions