Looking within the element inspector of firefox, I believe this has to do with the difference between a button "hold" on desktop and mobile platforms. When holding the button on desktop, the input type for the password field is changed from password to text until you let go of the button. On mobile, a "held click" typically has some advanced behavior, such as a right click on windows. I'm guessing the button only sees the initial click and it isn't held long enough for the password to change.
On Monday, August 17, 2020 at 3:24:04 PM UTC-4 Jeremiah Garmatter wrote: > Hello, > > I am running CAS 6.2.1 with SpringBoot 2.2.8 on tomcat 8.5.56 and java > openjdk 11.0.7 . I noticed when viewing the https://XXXXXX/cas/login page > on a mobile device, the "show password" button highlights slightly when I > press it, but it does not show the password. I was using an Iphone SE to > view, haven't had the chance to use an Android product yet. > > When I view on a desktop with firefox or chrome, the show password button > does its job perfectly, you click it and the dots change to characters. Has > anyone seen this before or know a fix for it? > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/eb6528d5-35bb-4d9f-9dd5-d5f07a6ee996n%40apereo.org.
