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

Slider DragHandle causes page scroll automatically!

5 Answers 55 Views
Slider
This is a migrated thread and some comments may be shown as answers.
chirag
Top achievements
Rank 1
chirag asked on 29 Jan 2008, 01:20 AM
Hello,

I have used this slider control in one of my page.
It is a horizontal slider which takes 0 to 3 values.

RadSlider

slider = new RadSlider();
slider.ID =
"radSlider1";
slider.Length = 147;
slider.MinimumValue = 0;
slider.MaximumValue = 3;
slider.Value = 0;
slider.ShowDecreaseHandle =
true;
slider.ShowIncreaseHandle =
true;
slider.SlideStep = 1;
slider.Orientation = Telerik.Web.UI.
Orientation.Horizontal;
slider.Skin = "Telerik";

When I click on the Drag handle to move it left/right, the page starts scrolling up automatically, which should not move at all!
If I hold the mouse down, the page continues scrolling up.

And yes, this slider control worked fine for me on firefox. The problem is only on IE.
Any idea?

Thanks.

5 Answers, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 29 Jan 2008, 04:43 PM
Hello chirag,

I am afraid we are not able to reproduce this issue locally. Can you please try reproducing the same problem in our online example: http://www.telerik.com/DEMOS/ASPNET/Prometheus/Slider/Examples/ClickOffset/DefaultCS.aspx?

If you cannot reproduce the problem on our online demos, please open a new support ticket and send us a simple running project, where we can observe this issue. We will check it and do our best to help.




All the best,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
chirag
Top achievements
Rank 1
answered on 29 Jan 2008, 04:51 PM
Thanks for the quick response.

I couldn't see the problem in the demo link that you provided.

I also don't have that problem when I place it on another page.
But, it happens only on one/this page.

I just wanted to see if you could guess the problem cause.
That would greatly help.
0
Petio Petkov
Telerik team
answered on 30 Jan 2008, 11:41 AM
Hi chirag,

I am afraid that without being able to reproduce the problem locally, we cannot help much. Can you please open a support ticket and send us a small sample project where the problem can be reproduced? We will check it right away and do our best to help.



All the best,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Matt
Top achievements
Rank 1
answered on 17 May 2008, 02:08 PM
Hi I have exactly the same problem, the sliders are within a rad splitter pane which is nested within a content panel of a master page.
0
Svetlina Anati
Telerik team
answered on 19 May 2008, 06:35 AM
Hello Matt,

Would you please open a new support ticket and send us a small, reproduction project with a detailed explanation of the reproduction steps? Please, specify in which browsers the problem occurs, too.

Once I am able to recreate and analyze the problem I will do my best to help.


All the best,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Slider
Asked by
chirag
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
chirag
Top achievements
Rank 1
Matt
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or