Opened 13 years ago

Closed 13 years ago

#273 closed defect (fixed)

WFSFilterBuilder - IE bug - search field doesn't get focus

Reported by: adube Owned by:
Priority: minor Milestone:
Component: widgets Version:
Keywords: Cc:

Description

Issue

In IE, when the field menu is opened and we click inside the search text field, it doesn't get focus even though the cursor is in it, thus resulting in no events triggered while typing anything

This is a known Ext bug, see in the following thread for more details :

http://www.sencha.com/forum/showthread.php?133861-3.3.1-IE-Combobox-in-toolbar-doesn-t-get-quot-real-quot-focus-after-menu-autocloses

Solution

More a workaround : listen to the menu 'hide' event to attempt to trigger the focus to the search field from there.

Change History (1)

comment:1 by adube, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r1112.

Note: See TracTickets for help on using tickets.