Bug #1297
closedcharts example and improvise page-reload
0%
Description
Hi All,
i'm testing the Charts example on the WT website .... i've a problem with it.
I don't know if also other have notice of this but, if you go on the Charts example page
scroll down to scatter plot -> sine function
in Axis Properties :
select X Axis : Scale : Date Scale
then uncheck the : X Axis 'Automatic' check box
now tring to modify the value for the X axis ... i have a reload of the page.
i guess there is a problem here, the procedure i showed before can be useful to replicate the problem
maybe someone with 'gdb' debugger experience can try to understand what happens ?
Thanks for Witty!
i like it a lot!
Massimo.
Updated by Wim Dumon over 12 years ago
- Status changed from New to Resolved
Your session is terminated because you do something illegal. The X
axis doesn't contain dates; by asking to render them as dates, Wt will
throw an exception at some point, which terminates your session.
A 'catch throw' in gdb will cause gdb to stop whenever it throws an
exception; it may show you where the problem originates (but
essentially, the input data is wrong for this format)
Regards,
Wim.
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.2
Released in Wt 3.2.2