You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Brian Federle (JIRA)" <ji...@apache.org> on 2013/12/13 18:03:07 UTC

[jira] [Commented] (CLOUDSTACK-4938) Add account password confirmation broken

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13847653#comment-13847653 ] 

Brian Federle commented on CLOUDSTACK-4938:
-------------------------------------------

Ian, give this a try again and see if my fix worked. I think the problem is that your custom UI wasn't removed from the DOM after the dialog closed, causing the password confirm to incorrectly point to one of the old forms, in some cases -- I couldn't reproduce consistently.

When using the standard widgets (i.e., the built in createForm: {} options) DOM cleanup should be handled automatically, but with custom widgets you need to explicitly destroy any UI, or at least verify to make sure it was removed from the DOM via Firebug, i.e, after the dialog closes make sure there are no instances of $('.account-wizard') left. 

> Add account password confirmation broken
> ----------------------------------------
>
>                 Key: CLOUDSTACK-4938
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4938
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.3.0
>            Reporter: Brian Federle
>            Assignee: Brian Federle
>            Priority: Blocker
>             Fix For: 4.3.0
>
>
> Currently the password confirmation field is not validating, even if the confirmation value is correct. The validation needs to be fixed, otherwise the add account dialog will not execute.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)