Welcome Guest Search | Active Topics | Sign In | Register

Problem using the same skinID in two different components Options
Cuenta_chou
Posted: Tuesday, March 25, 2008 3:57:59 AM
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
eo_support
Posted: Tuesday, March 25, 2008 7:23:00 AM
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
eo_support
Posted: Friday, April 4, 2008 7:43:45 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
This issue has been addressed in build 2007.2.46.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.