Hi,
I have the following problem with my webdropdowns.
I need the dropdowns to close when I leave them with the TAB key. If you open one dropdown, then move through the items with the arrow keys and the press TAB, the dropdown remains open (see attached demo project).
I added the followin code to fix this:
$("input.igdd_ClaymationValueDisplay ").off("blur").on("blur", function (e) { var dropDown = $(e.target).parents(".igdd_ClaymationControl")[0]; $IG.WebDropDown.find(dropDown.id).closeDropDown();});
However the following problem remains. After you press TAB, the focus moves to the next element, but when the first dropdown closes it automatically takes the focus back. It seems to be some kind of automatic focus management of the dropdown. Is there any way to avoid this behaviour?
Thanks in advance.
By the way, this also happens here:
http://es.infragistics.com/samples/aspnet/drop-down/client-events
Open dropdown, move with keys, click on the textbox (or press TAB) and the focus goes back to the dropdown automatically.
Is there a workaround for this?
The fix for development issue 217237 is available in the latest service release which can be downloaded from the My Keys and Downloads page.
Hi, Carlos.
Please ignore the previous workaround. I've recently fixed the bug internally in our source code, and the fix will be available in our next Service Release, this month. Thank you for the patience.
Best regards,
Nikolay Alipiev