|
Title: SwitchButton PasswordBox have problem Post by: MSAG on December 18, 2018, 04:19:21 AM Hi
1-SwitchButton: if SwitchButton got foucs by keyboard will lost it 2-PasswordBox: if PasswordBox use from mobile browser (samsung or chromium on android) will repeat any char enter it after first char how can fix this bugs thanks a lot Title: Re: SwitchButton PasswordBox have problem Post by: MSAG on January 02, 2019, 08:15:39 PM just test it in demo
https://www.jeasyui.com/demo/main/index.php?plugin=SwitchButton&theme=material-teal&dir=ltr&pitem=&sort=asc Title: Re: SwitchButton PasswordBox have problem Post by: MSAG on February 24, 2019, 09:28:08 AM Please just look to see the problem
a lot of users user tabkey to access to controls Title: Re: SwitchButton PasswordBox have problem Post by: battlezad on February 24, 2019, 11:32:50 PM just test it in demo Yeah, there is a problem..https://www.jeasyui.com/demo/main/index.php?plugin=SwitchButton&theme=material-teal&dir=ltr&pitem=&sort=asc Title: Re: SwitchButton PasswordBox have problem Post by: jarry on February 25, 2019, 01:13:10 AM The switchbutton component accepts the 'tabindex' attribute. Please download a newer version.
Code: <input class="easyui-switchbutton" checked label="Receive mail:" labelWidth="120" tabindex="1"> Title: Re: SwitchButton PasswordBox have problem Post by: MSAG on February 27, 2019, 03:54:45 AM Thanks a lot
Its works. but PasswordBox still have same problem if PasswordBox use from mobile browser (Web Browser or chromium on Samsung) will repeat any char enter it after first char |