Hi,
I found an error in Tabs of ajax control toolkit, I have downloaded the last version of June 2012 Release, the erros occors in the other versions too.
The error consist in have a TabContainer inside a Tab of other TabContainer, inside an update panel.
When run the application an error of "Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus."
The error occors only in the IE 8, I dont have IE 7 for test. The error dont occors in IE 9 compatibility mode.
I have resolved this error, add a try/catch block in js script "Tabs.pre.js" where the focus of tab is set.
Attachment the application that occors the bug.
Ivan Patrick.
Comments: Guys I encountered the same issue, so I took the liberty to fix and recompile the toolkit for use with .Net Framework 4.0; See the attached file. I already tested it in my own solution, and it works like a charm. Please note that I was too lazy to change the version information, so you need to update the version information in your .config files. Regards, Guido Schippers
I found an error in Tabs of ajax control toolkit, I have downloaded the last version of June 2012 Release, the erros occors in the other versions too.
The error consist in have a TabContainer inside a Tab of other TabContainer, inside an update panel.
When run the application an error of "Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus."
The error occors only in the IE 8, I dont have IE 7 for test. The error dont occors in IE 9 compatibility mode.
I have resolved this error, add a try/catch block in js script "Tabs.pre.js" where the focus of tab is set.
Attachment the application that occors the bug.
Ivan Patrick.
Comments: Guys I encountered the same issue, so I took the liberty to fix and recompile the toolkit for use with .Net Framework 4.0; See the attached file. I already tested it in my own solution, and it works like a charm. Please note that I was too lazy to change the version information, so you need to update the version information in your .config files. Regards, Guido Schippers