Hi,
We have an issue about the different behavior for sectionheader in IE10 and FF12. We notice that in IE10, the sectionHeaderClass is "ImgSectionHeader" while in FF12, the sectionHeaderClass is "SectionHeader". After tracing the code and checking the load_skin.js in Enterprise skin, we found that FF12 is using the "useCSS3" branch of code which doesn't set "sectionHeaderClass:'ImgSectionHeader'".
This breaks our selenium test cases since the sectionheader class changes from "ImgSectionHeader" to "SectionHeader".
Can you please take a look at it? We are using SmartClient v9.0p_2013-11-20 build.
Thanks!
We have an issue about the different behavior for sectionheader in IE10 and FF12. We notice that in IE10, the sectionHeaderClass is "ImgSectionHeader" while in FF12, the sectionHeaderClass is "SectionHeader". After tracing the code and checking the load_skin.js in Enterprise skin, we found that FF12 is using the "useCSS3" branch of code which doesn't set "sectionHeaderClass:'ImgSectionHeader'".
This breaks our selenium test cases since the sectionheader class changes from "ImgSectionHeader" to "SectionHeader".
Can you please take a look at it? We are using SmartClient v9.0p_2013-11-20 build.
Thanks!
Comment