Closed (fixed)
Project:
Field Secret
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Sep 2012 at 08:14 UTC
Updated:
25 Sep 2012 at 09:08 UTC
This JS code doesn't seem robust/stable at all:
$(this).val($('.form-field-secret-concealed input', $(this).parent().parent()).val());
$('.form-field-secret-concealed input', $(this).parent().parent()).val($(this).val());
Any changes in the theme function of text fields could break it (ex. With BH Bootstrap theme)
More proper selectors need to be given to make selection of the pair more robust.
Comments
Comment #1
khaled.zaidan commentedFixed in the new release.
Comment #1.0
khaled.zaidan commentedChanged the recommended solution.