Project

General

Profile

Actions

Bug #2807

closed

Validation fixup is never called

Added by Anonymous about 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

Actions #1

Updated by Koen Deforche about 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

Actions #2

Updated by Koen Deforche almost 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF