[Mono-dev] Bug in System.Web.UI.WebControls.Wizard

Vladimir Krasnov vladimirk at mainsoft.com
Thu May 25 08:09:35 EDT 2006


Hello,

There is a bug in Wizard control, when some of the controls from some
wizard step execute wizard's MoveTo method. At this stage, wizard
control already built its control hierarchy and the next stage is
render, which renders a different wizard step (that prepared before
MoveTo call). Render should firstly check whether active step has
changed, if yes, it should reapply navigation templates and update
ActiveViewIndex of Multi view control. 
The possible solution is to call CreateControlHierarchy from Render, but
if you have a better idea please suggest.

Vladimir Krasnov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Wizard.cs.patch
Type: application/octet-stream
Size: 423 bytes
Desc: Wizard.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060525/ba8468b7/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: WizardBug.zip
Type: application/x-zip-compressed
Size: 870 bytes
Desc: WizardBug.zip
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060525/ba8468b7/attachment.bin 


More information about the Mono-devel-list mailing list