Skip Menu |

This queue is for tickets about the Tk-Wizard-Sizer CPAN distribution.

Report information
The Basics
Id: 42067
Status: open
Priority: 0/
Queue: Tk-Wizard-Sizer

People
Owner: MTHURN [...] cpan.org
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.224
Fixed in: (no value)



Subject: reports size as -999
Not only does it report the final size as -999 x -999, but also each individual size is abnormally small (e.g. 17x11+500+500)
This is what happens when the caller defines their own PreNextButton callback; the Sizer's callback gets overridden by the user's callback and the Sizer code never gets called. One solution would be to implement a "chain" of callbacks, but this would be a fairly major modification of the base Tk::Wizard module.