This is a migrated thread and some comments may be shown as answers.

TabStrip scrolling IE9 issue

3 Answers 67 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Gary Yu
Top achievements
Rank 1
Gary Yu asked on 26 Aug 2011, 01:44 AM

Hi All,

My client had just updated to IE9 and they found an issue with the Scrolling TabStip: when they resize the IE window, all “hidden tab items” are pushed to second row. IE7/8 do not have this problem. We found similar issue can be reproduced on Telerik Demo page:

http://demos.telerik.com/aspnet-ajax/tabstrip/examples/functionality/scrolling/defaultcs.aspx

is this can be solved?

 

Many thanks!

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Aug 2011, 08:31 AM
Hello Gary,

Telerik has already confirmed it as a bug. Check the following forum thread.
ScrollChildren not working when adding tabs client-side only

Thanks,
Shinu.
0
Ivan Zhekov
Telerik team
answered on 26 Aug 2011, 01:19 PM
Hello Gary,

You could use a quick fix for that with the following snippet:

.RadTabStrip .rtsScroll {
    height: 26px !important;
}

Best wishes,
Ivan Zhekov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Gary Yu
Top achievements
Rank 1
answered on 29 Aug 2011, 08:55 PM
Thank you Shinu and Ivan!
Tags
TabStrip
Asked by
Gary Yu
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ivan Zhekov
Telerik team
Gary Yu
Top achievements
Rank 1
Share this question
or