Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.1

Bug #14026 Pressing tab after selecting item from menu should focus on the next form field
Submitted: 2008-05-30 08:14 UTC
From: shangxiao Assigned: thesee
Status: Assigned Package: HTML_QuickForm_Livesearch (version 0.4.0)
PHP Version: 5.2.6 OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2008-05-30 08:14 UTC] shangxiao (David Sanders)
Description: ------------ *Note* This is currently only an issue for me with FF2 on Mac. This is not an issue for Safari 3. I haven't tested IE, FF or Safari on Windows. When making a selection from the menu using the arrow keys, a user would expect that after highlighting the wanted item, that pressing the tab key would bring the focus onto the next form field (or whatever the next element would be in the taborder). This is not what is happening. Nothing seems to gain focus. Expected result: ---------------- The next field in the taborder to gain focus. Actual result: -------------- Nothing gains focus.

Comments

 [2008-06-06 06:53 UTC] shangxiao (David Sanders)
I suspect anchors in the <li> items are causing this. I've taken them out and it works fine.