Actions
Bug #14296
open
RM
WTemplate.bindString does not refresh PlainText on local change
Bug #14296:
WTemplate.bindString does not refresh PlainText on local change
Start date:
02/03/2026
Due date:
% Done:
0%
Estimated time:
Description
When a WString is bound to a WTemplate using WTemplate.bindString(), the WString is escaped, making it a literal WString . Therefore, the text will not refresh when the WLocal is changed.
Escaping the text should be delayed until rendering to avoid the issue. This will also allow to sanitize the localized strings.
RM Updated by Romain Mardulyn 8 days ago
- Target version set to future
Actions