Slider always on top

  1. #1

    Slider always on top

    Currently i have fall into a problem with slider and Window.
    For simplicity i have added a slider and a window in my asp.net form.
    Everything is fine except if i click to the slider scroll button and drag the window on top of the slider scroll button, slider scroll button shows on top of the window. even i can scroll the slider from there as well.

    may be something z-index related problem but i am not sure.

    Code is below:
        <ext:ResourceManager runat="server"></ext:ResourceManager>
        <form id="form1" runat="server">
        <div>
        <ext:Slider runat="server" ID="Slider1" Width="214" />        
        </div>
        <ext:Window runat="server" ID="wnd" ></ext:Window>
        </form>
    See the attached screenshot for visual representation.
    Click image for larger version. 

Name:	sliderwithwindow.png 
Views:	8 
Size:	2.3 KB 
ID:	7589
    What is the reason behind this or did i missed any configuration?

    To prevent this, any help will be appreciated.
    Last edited by rezoan; Feb 14, 2014 at 6:50 AM.
  2. #2
    Guys, TopThumbZIndex="0" property of Slider fixed the problem.

Similar Threads

  1. [CLOSED] Checkbox Slider bug
    By pawangyanwali in forum 2.x Legacy Premium Help
    Replies: 10
    Last Post: Jun 27, 2013, 4:41 AM
  2. Problem with slider in Ext 2.1
    By PetrSnobelt in forum 2.x Help
    Replies: 7
    Last Post: Dec 17, 2012, 4:38 AM
  3. [CLOSED] slider in a formpanel
    By HansWapenaar in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 04, 2012, 8:51 AM
  4. Problem with slider
    By JosefTrbusek in forum 1.x Help
    Replies: 0
    Last Post: Mar 07, 2012, 10:44 AM
  5. [CLOSED] slider example
    By Lex in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 22, 2008, 11:24 AM

Tags for this Thread

Posting Permissions