Datatable Filter Issue

It seems to be issue in datatable. Following are the steps to reproduce issue.

  1. Click on Filter of ‘Film Title’ column. Filter will get open (Don’t select anything)
  2. Now click on Filter of ‘Released’ column.

Here is snippet :- http://webix.com/snippet/31874e6f

Now Both column swap it’s position. Why it is doing that ?

did not manage to reproduce the issue. even on IE. try on different browsers / computers

@intregal Here is video of above snippet to replicate this issue. http://sendvid.com/tqlzpplu

  • I checked on ubuntu -

Chrome - v54.0.2840 (Issue replicated)

Chromium - v53.0.2785 (Issue replicated)

Firefox (Developer Edition) - v51 (Issue NOT replicated)

  • Checked on Windows 10, on chrome, firefox it is working great.

Thanks

Can someone shed light on this ?

Unfortunately, we can’t reconstruct the issue locally.
Please try to disable used plugins, maybe some of them interfere. From the video, it looks as click action of select was blocked somehow, and code does not detect that mouse was released.

Which version of Ubuntu are you using?

Still issue is getting replicated on my machine. Though I disabled all plugins and clear cache.

OS:- ubuntu 16.04 (LTS)

@maksim To reproduce this issue please execute following steps :-

  1. open http://tour.ubuntu.com

  2. open firefox browser

  3. open this snippet http://webix.com/snippet/31874e6f

  4. Click on Filter of ‘Film Title’ column. Filter will get open (Don’t select anything)

  5. Now click on Filter of ‘Released’ column. Now Both column swap it’s position.

Have repeated the exactly same steps and still works correctly for me.
I will try to test the same scenario on Ubuntu PC later today.