Actions
Improvements #13855
openImprovements #13854: Avoid unconnected signal error logging.
Avoid WTextEdit unconnected rendered signal
Start date:
07/23/2025
Due date:
% Done:
0%
Estimated time:
Description
This signal is emitted eagerly by the WTextEdit.js code. And if not connected, will result in an error being logged.
If the signal is not connected, we simply should avoid emitting the signal, so that this error is never shown to the developer.
Alternatively, error
may a little too "eager" for this kind of unconnected signal.
Updated by Matthias Van Ceulebroeck 11 days ago
- Status changed from InProgress to Review
- Assignee deleted (
Matthias Van Ceulebroeck)
Actions