Actions
Bug #2807
closedValidation fixup is never called
Start date:
03/12/2014
Due date:
% Done:
0%
Estimated time:
Description
WValidate::fixup is never called. It seems from the documentation that it was meant to be called automatically prior to validate. I have a custom validator which implements fixup and it is never called. I have searched through the source of Wt 3.3.1 and cannot find any calls to it.
Regards,
Eivind Midtgård
Updated by Koen Deforche over 10 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.3
Hey,
I'm surprised we haven't got this one properly documented, or even removed. This is something that was copied over from the Qt API, but simply does not work well for Wt: it requires the ability to synchronously modify the text in the input, but that does not work since all client-server interaction is asynchronous.
So we never used it as it's broken-by-idea.
I'll remove it from the API.
Regards,
koen
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed
Actions