TreePanel Shadow="None" is not working on IE10

  1. #1

    TreePanel Shadow="None" is not working on IE10

    I've a TreePanel under a DropDownField. if I set Shadow="None", AutoHeight="true" and all tree node are Expanded="True" on TreePanel.
    when I run my solution and try to collapsed all tree node its contain a shadow . please see attached image.
    its OK with all other browser except IE10.
    Code::
     <ext:DropDownField ID="treeTerminalGroup" AutoHeight="true" AutoPostBack="true"
                runat="server" Editable="false" Width="200">
                <Component>
                    <ext:TreePanel runat="server" ID="treeGroup" Icon="None" AutoScroll="true" Shadow="None"
                        Animate="true" AutoHeight="true" Width="200" RootVisible="false">
                        <Root>
                            <ext:TreeNode>
                                <Nodes>
                                    <ext:TreeNode Text="To Do" Icon="Folder" Expanded="true">
                                        <Nodes>
                                            <ext:TreeNode Text="Go jogging" Checked="False" />
                                            <ext:TreeNode Text="Take a nap" Checked="False" />
                                            <ext:TreeNode Text="Clean house" Checked="False" />
                                        </Nodes>
                                    </ext:TreeNode>
                                    <ext:TreeNode Text="Grocery List" Icon="Folder" Expanded="true">
                                        <Nodes>
                                            <ext:TreeNode Text="Bananas" Checked="False" />
                                            <ext:TreeNode Text="Milk" Checked="False" />
                                            <ext:TreeNode Text="Cereal" Checked="False" />
                                            <ext:TreeNode Text="Energy foods" Icon="Folder" Expanded="true">
                                                <Nodes>
                                                    <ext:TreeNode Text="Coffee" Checked="False" />
                                                    <ext:TreeNode Text="Red Bull" Checked="False" />
                                                </Nodes>
                                            </ext:TreeNode>
                                        </Nodes>
                                    </ext:TreeNode>
                                    <ext:TreeNode Text="Kitchen Remodel" Icon="Folder" Expanded="true">
                                        <Nodes>
                                            <ext:TreeNode Text="Finish the budget" Checked="False" />
                                            <ext:TreeNode Text="Call contractors" Checked="False" />
                                            <ext:TreeNode Text="Choose design" Checked="False" />
                                        </Nodes>
                                    </ext:TreeNode>
                                </Nodes>
                            </ext:TreeNode>
                        </Root>
                    </ext:TreePanel>
                </Component>
            </ext:DropDownField>
    Click image for larger version. 

Name:	DropdownShadowProblem.png 
Views:	64 
Size:	9.6 KB 
ID:	11681
    Last edited by basher; May 30, 2014 at 12:12 PM.
  2. #2
    Hi @basher,

    Welcome to the Ext.NET forums!

    I cannot reproduce the issue with Ext.NET v1.7. Please clarify what Ext.NET version do you use?
  3. #3
    Thnx Daniil,

    i'm using Ext.NET V1.3
  4. #4
    That is a problem. IE10 support has been added for v1.7.
  5. #5
    If i update EXT.NET V1.3 to V1.7, what should i need to care about, i mean, does i need to change anything to support V1.7
    and how i can get EXT.NET V1.7.
  6. #6
    The most concern is the following thing.

    v1.7 has been released with Pro license only. There is no Community license anymore. It has been discontinued.

    So, to deploy an application with Ext.NET v1.7 you will need an Ext.NET license. Though, it is not a problem if you already have one.

Similar Threads

  1. Replies: 6
    Last Post: May 31, 2013, 3:04 AM
  2. Replies: 1
    Last Post: Jun 26, 2012, 11:29 AM
  3. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  4. Replies: 4
    Last Post: Oct 11, 2011, 2:42 AM
  5. [CLOSED] Drag and drop from treepanel to treepanel in "copy" mode
    By mattwoberts in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 14, 2011, 6:45 PM

Tags for this Thread

Posting Permissions