EasyUI Forum
April 18, 2024, 07:50:18 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: Two combox bug  (Read 5614 times)
y.bykov
Newbie
*
Posts: 49


View Profile
« on: March 24, 2017, 01:39:58 AM »

If I have two or more combobox in one TD
Code:
<td class="parameters">
            <div class="status">
                <div>{{status}}:</div>
                <div><input class="easyui-combobox" name="ssm[status_parameter]" id="ssm_status_parameter" style="width:300px"/></div>
            </div>
            <div class="sign">
                <div>{{sign}}:</div>
                <div><input class="easyui-combobox" name="ssm[sign_parameter]" id="ssm_sign_parameter" style="width:300px"/></div>
            </div>
        </td>
and click on field (not icon) on combobox then another combobox clear his selected value.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: March 24, 2017, 02:37:21 AM »

Please describe your question in more detail, or provide an example to demonstrate your issue.
Logged
y.bykov
Newbie
*
Posts: 49


View Profile
« Reply #2 on: March 24, 2017, 03:57:38 AM »

Two comboboxes work not correctly when placed in one TD html tag. In both of them data loading thru ajax.
Description:
1) selecting value in first (or second, order doesn`t matter) combobox
2) click on another combobox, do nothing
3) click on other place on page

4) value in first combobox become empty.

I don't understand why it's happen, because I don't use any event handler.
Please, let me know if need more details. I tryed reproduce on https://jsfiddle.net but I don't understand how to load EasyUI there.
« Last Edit: March 24, 2017, 03:59:40 AM by y.bykov » Logged
y.bykov
Newbie
*
Posts: 49


View Profile
« Reply #3 on: March 24, 2017, 04:35:52 AM »

I am really sorry it was my mistake.
Bug was in blur reassignment in $.fn.combobox.defaults.inputEvents.blur.
Topic closed.
« Last Edit: March 24, 2017, 04:38:48 AM by y.bykov » 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!