EasyUI Forum
April 19, 2024, 01:07:12 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: checkbox and radiobutton on focus problem  (Read 3175 times)
roberto
Jr. Member
**
Posts: 88


View Profile Email
« on: July 28, 2020, 04:04:56 PM »

there is something wrong when a check box or radio button receives focus.
in a very simple way:

<div id = "A"> <input class = "easyui-textbox"> </div>
<div id = "B"> <input class = "easyui-checkbutton" data-options = "label: ok"> </div>

Suppose div A is not visible (scrolled to the left). If I click on 'Ok', then DIV A will scroll to display, but the focus remains on the checkbox on DIV B
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: July 30, 2020, 11:56:15 PM »

Please override these css styles to solve this issue.
Code:
<style type="text/css">
.checkbox-value{
left: -100px;
}
.radiobutton-value{
left: -100px;
}
</style>
Logged
roberto
Jr. Member
**
Posts: 88


View Profile Email
« Reply #2 on: July 31, 2020, 08:25:36 PM »

 Grin worked, tks
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!