|
Rank: Advanced Member Groups: Member
Joined: 2/20/2008 Posts: 34
|
Textbox contents perists in wizards when the previous button is pushed but maskedEdit contents does not and this is very undesirable. Is there some property that can be set or some way to make them persist through wizard steps? Thanks, Gary
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Gary,
Unfortunately no. The MaskedEdit control should retain the value when the input is valid, however it abandons the value if it is incomplete. For example, if the masked is set to "99999" and the value user entered as "123", then this value is abandoned when user leaves/posts back the page because "123" is an incomplete value for mask "99999".
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 2/20/2008 Posts: 34
|
Sorry, I wasn't clear enough... The fields have a valid value. For instance I have a soc sec mask of 000-00-0000 and it has all valid values but it the user goes to the next wizard step and then hit's previous, the soc sec number is gone. Same for a mask of 9999 that has 123 in it. both are valid. Gary
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hum...We will look into that and see what we can find.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 2/20/2008 Posts: 34
|
I don't suppose I could hope for a fix real soon, could I? I'll have to manually code refresh logic on page switches for now. Unless there is some property or some circumvention this makes the maskededit pretty useless for Wizards.
FYI they are all sitting inside an AJAX update panel. Gary
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Probably not when the issue was reported on Friday night and you seem to be expecting the solution before Monday. :) We will have to look into it, confirm that it is an issue, to see whether it has any implication to fix it, fix it and test it and then release the fix.
At this moment, we still do not know whether it is our bug or not. We tried with a few simple scenarios (without AJAX Update Panel) and they work fine. We will try again with AJAX UpdatePanel, and if that also works, we will need you to create a reproducing sample page for us.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 2/20/2008 Posts: 34
|
ok. Thanks for the support ! Gary
|
|
Rank: Advanced Member Groups: Member
Joined: 2/20/2008 Posts: 34
|
Anything yet ? Gary
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have verified this was an issue on our public build but we believe it has been fixed with our recent internal builds. We will try to get you new build as soon as possible.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 2/20/2008 Posts: 34
|
that would be great. Thanks Gary
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This issue is fixed as of build 2007.2.57.
|
|