Node selection problem

1 reply. Last post: May 5, 2014 2:40 AM by Bernard Xiang
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi,

i have strange problem when selecting nodes in WebTreeView (in IE 11). When i click on random nodes the clicked previously keep selected until i hower over them (i think they are not selected but appear like that). Also when selecting multiple nodes with SHIFT the inner nodes appear like not selected. 

At first it look like its related to WebPaneManager (tree is inside) but it seems its same magical combination of node styles. You can see it in my example here (on page is nothing more)

 <ISWebTreeView:WebTreeView RenderingMode="HTML5" ID="tvDevice" runat="server" ViewStateItems="All" PostBackModeType="FlyPostBack" Height="100%" AllowMultipleSelect="true" LineImageWidth="19"
            ExpandCollapseImageWidth="19" AllowExpandNodeOnSelect="false" DataSourceID="">
            <NodeStyle>
                <Active BackColor="#C8D2FF"  CustomRules="font:Message-Box">
                </Active>
                <Over BackColor="#DFEFFF" Cursor="Hand" CustomRules="font:Message-Box">
                </Over>
                <Normal BaseStyle="Normal" CustomRules="font:Message-Box;">
                </Normal>
            </NodeStyle>
            <NodeSettings TargetWindow="FrameProperties1" />
            <FlyPostBackSettings PostInputControls="True" PostViewState="true"></FlyPostBackSettings>
              <Nodes>
                  <ISWebTreeView:WebTreeViewNode Name="n1" Text="Node1"></ISWebTreeView:WebTreeViewNode>
                  <ISWebTreeView:WebTreeViewNode Name="n2" Text="Node2"></ISWebTreeView:WebTreeViewNode>
                  <ISWebTreeView:WebTreeViewNode Name="n3" Text="Node3"></ISWebTreeView:WebTreeViewNode>
                  <ISWebTreeView:WebTreeViewNode Name="n4" Text="Node4"></ISWebTreeView:WebTreeViewNode>
                  <ISWebTreeView:WebTreeViewNode Name="n5" Text="Node5"></ISWebTreeView:WebTreeViewNode>
              </Nodes>
        </ISWebTreeView:WebTreeView>

 but if I add to Active node style ForeColor="Black" then it works well. But not in my "real" page - within the WebPaneManager. I tried many styles combination but no luck.


Thanks

All times are GMT -5. The time now is 12:39 AM.
Previous Next