Rank: Newbie Groups: Member
Joined: 3/25/2008 Posts: 1
|
Hi,
I am doing some testing before purchasing your product, and I found that if I use the same skin theme in a Menu control and a TreeView control, the appearance of the Menu changes significantly. I have checked this behavior with the MSDN theme. The menu component is common to all my pages. When I load a page that contains also the treeview, the appearance of the menu changes.
<eo:Menu ID="MainMenu" runat="server" ControlSkinID="MSDN" Width="80px" DataSourceID="XmlDataSourceMainMenu"> </eo:Menu>
<eo:TreeView ID="TreeViewGenReports" runat="server" Height="400px" Width="200px" ControlSkinID="MSDN" RaisesServerEvent="True" onitemclick="TreeViewGenReports_ItemClick"> </eo:TreeView>
Looking at the html code generated, I found out that when I load both components at the same page, a css_skin dissapears from the code:
Only the Menu: .eo_css_skin_MSDN1 ..5 .eo_css_skin_MSDN6 {background-color:#f1f1f1;border-bottom-color:#999999;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#999999;border-left-style:solid;border-left-width:1px;border-right-color:#999999;border-right-style:solid;border-right-width:1px;border-top-color:#999999;border-top-style:solid;border-top-width:1px;color:black;cursor:pointer;cursor:hand;font-family:Verdana;font-size:9pt;padding-bottom:2px;padding-left:2px;padding-right:2px;padding-top:2px}
Menu and TreeView: .eo_css_skin_MSDN1 ..5 .eo_css_skin_MSDN6 is missing
Could you please tell me how to fix this and do not modify the appearance of the components even when they use the same theme?
Kind regards
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks you for reporting the issue. That appears to be a bug. We will fix it and provide an update build to you as soon as possible.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This issue has been addressed in build 2007.2.46.
|