EasyUI Forum

General Category => Bug Report => Topic started by: gordis gmbh on September 07, 2016, 07:35:53 AM



Title: combo dropdown panel doesn't hide
Post by: gordis gmbh on September 07, 2016, 07:35:53 AM
I am listing couple of problems here concerning dropdown panel of comboboxes. please refer jsfiddle example given below and attached screenshot.

1. the dropdown panel doesn't hide when focus (mouse click) is set directly on another combobox. If mouse is clicked elsewhere on the page, the panel is hidden as expected.

2. In Internet Explorer (Version 11), when two comboboxes are clicked one after the other, and a alert is shown for the selection made on the first combobox, the dropdown panels of both the comboboxes are shown.

3. The alert box is shown behind the dropdown panel. As a result, the alert message gets partially hidden and the dropdown panel is active (the alert's modal has no effect on it).

example in jsfiddle: http://jsfiddle.net/onq3qo9t/1/

thanks for checking this out!

P.S. Attached screenshot can be seen ONLY if you are logged-in in the forum!



Title: Re: combo dropdown panel doesn't hide
Post by: stworthy on September 07, 2016, 08:02:09 AM
You need to hide the drop-down panel when displaying an alert dialog. Please try this updated example http://jsfiddle.net/onq3qo9t/2/