vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

lose fucus when work with [bootstrap-table-filter-control] plugin #1139

Open zhiyuazo opened 4 years ago

zhiyuazo commented 4 years ago

I use bootstrap-table to achieve parent-children table... Both ROWs in parent-table and children-table can be editable via X-editable plugin.
things gone well until :

  1. I use filter-control-plugin to choose some special ROWs of parent-table..
  2. Then I expand one row to display its children-table
  3. I click the editable in children-table
  4. The 's modify-dailog was popup...
  5. finally, the dialog lose focus, the filter-conrol grab the focus... I can not edit the in children-table , how to resolve this?