EasyUI Forum
March 28, 2024, 09:18:44 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: passwordbox: need to entirely hide typed characters  (Read 7226 times)
Juan Antonio Martínez
Jr. Member
**
Posts: 68



View Profile
« on: October 23, 2020, 01:18:59 AM »

Hi all,
I have a problem with passwordbox:

I need to make a video for a  webapp that uses easyui in client side
The problem: when typeing password data to acces framework, sometimes characters are visible in some videoframes, making password visible for everyone that watches it.

I've tried to set checkInterval and lastDelay to minimum values ( ¿4 msecs javascript's setTimeout()'s minimum val? ) and problem seems to reduce...but still persist: if I make the screen video capture in a system under heavy load, some frames on the video still contains typed characters

So I need a way to NOT show anyway typed characters in a passwordbox, but just show "*" with no delay at all

¿Is it possible?
Thanks in advance

Juan Antonio
« Last Edit: October 23, 2020, 01:21:48 AM by Juan Antonio Martínez » Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 on: October 23, 2020, 08:04:05 AM »

Please try to use the textbox component instead.
Code:
<input class="easyui-textbox" type="password">
Logged
Juan Antonio Martínez
Jr. Member
**
Posts: 68



View Profile
« Reply #2 on: October 24, 2020, 01:42:40 AM »

Works fine, but "showEye" facility is now lost :-(

Juan Antonio
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!