iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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
<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
Hi Kveta Nemcova,
I can replicate your issue in our local end. I have made this issue as work item and I also have pushed this issue to our developer team for further investigation. We are really sorry for this inconvenience and I will let you know if there are any hotfix regarding this issue in the future.
Regards,Bernard
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname