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

Ian Duffy commented on CLOUDSTACK-4938:
---------------------------------------

Hi Brian,

Just took a quick look there. 

At first It seemed to be working based on your first comment.

However after messing about with it a bit more I can see the issue. You were 
correct about the ID being duplicated within the DOM.

If you click on "Add Account" and then hit cancel a input field of id password 
is inserted onto the DOM. It does not disappear on cancel. On opening the "Add 
Account" screen again and launching document.querySelectorAll("#password");
from my javascript console it reveals that there are now two boxes matching id 
password. Again, on hitting cancel results in a clone of accounts-wizard being 
inserted.

The zone-wizard and instance wizard clone.

> 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: Ian Duffy
>            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#6144)

Reply via email to