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

Slider in RadPageView disappears

3 Answers 58 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 03 Aug 2010, 07:16 PM
Using Q1 2010 and IE7. I have a RadTabStrip which is dynamically loaded on Page_Load. Each of the pageviews is created at this time with a user control. One of the user controls has a radSlider, which loads OK. However, when I mouse over one of the tabs, the rad slider just disappears. The slider's div is still there in the page source with the proper dimensions, but the slider is gone. When I change to another tab, it reappears until I mouse over a tab again. This only happens in IE7. The pageviews have already been setup with relative positions, so the slider does move when the pageview is scrolled.

Here is the code for the slider:
<telerik:RadSlider runat="server" ID="RadSlider1" Orientation="Horizontal" EnableAjaxSkinRendering="false"
                Skin="WebBlue" Height="40" TrackPosition="BottomRight" ItemType="Item" EnableServerSideRendering="false" TrackMouseWheel="False">
            </telerik:RadSlider>

The width is set on page_load when the items are loaded.

3 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 09 Aug 2010, 01:41 PM
Hello Josh,
I created a simple page, based on the information you provided on your setup and tested it in IE7 with Q1 2010. I could not, however, reproduce the problem with the slider disappearing from the page. I have attached my test page for your reference - could you please open a new support ticket and send me a running test project that demonstrates this problem?

Greetings,
Tsvetie
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Josh
Top achievements
Rank 1
answered on 10 Aug 2010, 01:56 PM
Hi Tsvetie,

Thanks for looking into this. I made a test project which reflects the structure of my page, and (naturally) the slider works perfectly in it. After trying several solutions, I finally decided to rebuild the user control from scratch because the slider worked properly in a blank control. Because of this, I found that the problem was somehow related to the fact that I had the slider sitting in a table cell. I moved it to its own div and it now no longer disappears.

Note: This problem happened in IE8 as well, except the slider disappeared right away after clicking on the tab and then moving the mouse.
Is there some javascript firing on the mouseover and mouseout of the tabstrip that could be conflicting with the client-side drawing of the slider?
0
Tsvetie
Telerik team
answered on 12 Aug 2010, 03:50 PM
Hello Josh,
I am not aware of a problem that would lead to the result you describe. You can use tools such as IE Developer Toolbar for IE or FireBug for FF to check whether the HTML of the control is created correctly, etc. In case you need additional help with that, please send me a running test project that demonstrates the problem.

Greetings,
Tsvetie
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Slider
Asked by
Josh
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Josh
Top achievements
Rank 1
Share this question
or