I have a problem with WebDropDown, when I open the dropdown list and check or uncheck an item, I can't focus on any other control in the page, the focus continues in the WebDropDown input. Only clicking twice on another control, the focus is placed in this control.
Code sample:
<form id="form1" runat="server"> <ig:WebScriptManager ID="WebScriptManager1" runat="server"></ig:WebScriptManager>
<div> <ig:WebDropDown CssClass="multipleSelect" runat="server" ID="gridid" EnableClosingDropDownOnSelect="false" EnablePaging="false" Width="100%" EnableMultipleSelection="true" MultipleSelectionType="Checkbox" Button-ImageUrl="~/App_Themes/Default/Img/arrow-pointing-down.png" DropDownContainerWidth="100%" Button-PressedImageUrl="~/App_Themes/Default/Img/arrow-pointing-down.png" Button-DisabledImageUrl="~/App_Themes/Default/Img/arrow-pointing-down.png" Button-HoverImageUrl="~/App_Themes/Default/Img/arrow-pointing-down.png" DropDownContainerHeight="100%"> <Items> <ig:DropDownItem Selected="false" Text="" Value="" Visible="False" Enabled="False" /> <ig:DropDownItem Selected="false" Text="c1" Value="c1" /> <ig:DropDownItem Selected="false" Text="c2" Value="c2" /> </Items> </ig:WebDropDown> <br /> <asp:TextBox type="text" ID="textbox1" runat="server" CssClass="input" BackColor="#f09"></asp:TextBox>
</div> </form>
My Infragistics version is v15.2.20152.2125
Waiting for your answer,
best regards.
Hello Ruben,
Thank you for contacting Infragistics!
I created a sample using the version you mention and I have been unable to reproduce this behavior. I am attaching my sample, please run it and let me know what behavior you see. Do you have an isolated sample you can attach?
When I click on some element of WebDropDown MultipleSelect (check, uncheck) and I click on TextBox, focus continues on WebDropDown input, only if I click twice on TextBox, focus passes from WebDropDown to TextBox.
I send you a sample.
Waiting for your answer, best regards.
When I run your sample in Chrome and Edge I am still unable to see the behavior you describe. What do you see when you run it? Is there anything else different between your sample and your main application where is you first discovered this behavior? Have you tried clearing your cache?
Hello Mike, the behavior happens in all browsers:
Chrome Version 56.0.2924.87
Internet Explorer Edge
The behavior is:
Open the WebDropdown List
Check an item
With list not closed, click on Textbox below
Focus continues on WebDropdown input, doesn't passes to Textbox
Only if you close the list or click twice on Texbox, focus passes to Textbox.
Unless you close the list, focus doesn't pass to another element.
I send a attached document with screenshots.
Waitng for your answer, best regards.
Thank you for the update. When I run your sample, I am unable to reproduce the behavior you describe. Are there more specific steps to reproduce? What browser are you running in? What version?