Actions
Improvements #14822
open
RM
Improvements #14728: Reduce communication due to focus handling
Stop sending updates every time the focus is changed
Improvements #14822:
Stop sending updates every time the focus is changed
Start date:
09/15/2026
Due date:
% Done:
0%
Estimated time:
Description
In order to keep WApplication::focussed() up to date, the client needs to send an update every time the focus is changed.
This is quite a lot of message sent for something that may not be used by the application, and requires a lot for handler to be added via javascript.
The idea is to disable this update of the focussed widget every time the focus is changed (it would still be updated when a new signal is received). But to add an option to enable it for applications that needs it.
RM Updated by Romain Mardulyn about 21 hours ago
- Blocked by Improvements #14729: Handle focus change when a popup is deleted on the javascript side added
RM Updated by Romain Mardulyn about 21 hours ago
- Description updated (diff)
Actions