Closed GoogleCodeExporter closed 9 years ago
On the bottom of the page, there is a "Show Responses" button that does this
already. Is this not working, or not what your asking for?
Original comment by jrivard
on 31 Aug 2011 at 4:22
If you meant on the bottom of setting challenge response or challenge response
question page there is a "show responses" button, i do not see any.
If you meant that on the bottom of config manager page, there is a "show
response confirmation" option, yes there is, but it ain't what we are looking
for.
Original comment by jasonyeo...@gmail.com
on 1 Sep 2011 at 2:17
Yep, on the bottom of the setup responses page.
If I recall, this won't show on certain ancient browsers (ie6) as the browser
doesn't allow toggling the input form field from password to text type.
What browser are you using? Are you seeing any javascript error pages when you
load the /pwm/private/SetupResponses page?
Original comment by jrivard
on 1 Sep 2011 at 2:26
Attachments:
I'm using ie9, there isn't any javascript error pages.
Is there anyway of enabling/disabling that button?
Original comment by jasonyeo...@gmail.com
on 1 Sep 2011 at 3:13
I just tried on ie9, shows up fine. Theres no disable/enable. In the html
it's declared a hidden button, and then javascript is used on page startup to
test the toggleHiddenResponses() javascript method, and if that works without
an error, the button gets changed to a button instead of hidden. You could try
editing the setupresponses.jsp and changing the button type to 'button' instead
of hidden.
Have you tried any other browsers? Maybe something in your browser is blocking
it for some reason.
Original comment by jrivard
on 1 Sep 2011 at 3:27
o ya i change it from hidden to button and it work, thanks =)
I've tried other browsers too, its still the same though.
Original comment by jasonyeo...@gmail.com
on 1 Sep 2011 at 3:45
Original comment by jrivard
on 20 Sep 2011 at 2:33
Original issue reported on code.google.com by
jasonyeo...@gmail.com
on 31 Aug 2011 at 8:30