|
From: SourceForge.net <no...@so...> - 2010-08-20 21:25:40
|
Bugs item #3049711, was opened at 2010-08-20 21:25 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3049711&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Tabbing from Textbox Initial Comment: I'm having an issues when tabbing out of a textbox with AutoCallBack=true. The tab stop jumps to the top of the page. When I similarly tab out of a dropdownlist with AutoCallBack=true the tab position is not completely lost, I have to hit tab 1 extra time to get to the next control. I cannot get this to work with textbox control, tab goes to first item on page after the callback. Both the dropdownlist that works and the textbox that doesn't work call the same function during the callback. Am I doing something incorrectly or is this a bug? Thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3049711&group_id=151897 |