|
Rank: Newbie Groups: Member
Joined: 3/22/2012 Posts: 9
|
Hello,
I have a problem when I use a DatePicker inside the SlideMenu, when I click on button to collapse the calendar, when I move the mouse to calendar, it disappears. Does it have some type of solution for that conflict?
Thanks Ricardo
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not aware of any such issues. Can you post a test page that demonstrates the problem? Please make sure the test page runs independently and contains only code needed to reproduce the problem.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/22/2012 Posts: 9
|
Hi,
Below is the code sample:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TestPage.Default" %>
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <eo:SlideMenu ID="SlideMenu1" runat="server" Width="220px" ControlSkinID="None" SingleExpand="False"> <LookItems> <eo:MenuItem ItemID="_TopGroup"> <SubMenu LeftIconCellWidth="10" Style-CssText="border-right: #beb6a4 1px solid; font-weight: bold; font-size: 12px; border-left: #beb6a4 1px solid; cursor: hand; color: #4a4a44; font-family: verdana"> </SubMenu> </eo:MenuItem> <eo:MenuItem Height="30" Image-Mode="ItemBackground" Image-Url="00000600" ItemID="_TopLevelItem"> <SubMenu LeftIconCellWidth="10" Style-CssText="color:#555544;font-family:Verdana;font-size:12px;font-weight:normal;"> </SubMenu> </eo:MenuItem> <eo:MenuItem Height="34" Image-HoverUrl="00000602" Image-Mode="ItemBackground" Image-Url="00000601" ItemID="_Default"> </eo:MenuItem> </LookItems> <TopGroup> <Items> <eo:MenuItem Text-Html="My Account"> <SubMenu> <Items> <eo:MenuItem Text-Html="email and password" CustomItemID="CustomItem1"> </eo:MenuItem> </Items> </SubMenu> </eo:MenuItem> </Items> </TopGroup> </eo:SlideMenu> <eo:CustomItem ID="CustomItem1" runat="server" Height="50px" Width="150px"> <eo:DatePicker ID="DatePicker1" runat="server" ControlSkinID="None" DayCellHeight="16" DayCellWidth="24" DisabledDates="" DisableWeekendDays="True" PopupDownImageUrl="00040202" PopupHoverImageUrl="00040203" PopupImageUrl="00040201" SelectedDates="" TitleLeftArrowHoverImageUrl="00040205" TitleLeftArrowImageUrl="00040204" TitleRightArrowHoverImageUrl="00040207" TitleRightArrowImageUrl="00040206" VisibleDate="2012-04-01"> <PickerStyle CssText="border-right: black 1px solid; border-top: black 1px solid; font-size: 8pt; border-left: black 1px solid; border-bottom: black 1px solid; font-family: courier new" /> <CalendarStyle CssText="background-color:#EBE9ED;border-bottom-color:black;border-bottom-style:solid;border-bottom-width:1px;border-left-color:black;border-left-style:solid;border-left-width:1px;border-right-color:black;border-right-style:solid;border-right-width:1px;border-top-color:black;border-top-style:solid;border-top-width:1px;" /> <TitleStyle CssText="padding-right: 3px; padding-left: 3px; font-weight: bold; font-size: 8pt; padding-bottom: 3px; color: black; padding-top: 3px; font-family: tahoma; background-color: transparent" /> <MonthStyle CssText="font-family: verdana; font-size: 8pt; cursor: hand;" /> <DayHeaderStyle CssText="font-weight: bold; font-size: 11px; color: black; border-bottom: black 1px solid; font-family: verdana" /> <DayStyle CssText="font-family: verdana; font-size: 8pt;" /> <DayHoverStyle CssText="font-family: verdana; font-size: 8pt; background-image:url('00040208');" /> <SelectedDayStyle CssText="font-family: verdana; font-size: 8pt; background-image: url(00040208)" /> <DisabledDayStyle CssText="font-family: verdana; font-size: 8pt; color:Gray;" /> </eo:DatePicker> </eo:CustomItem> </div> </form> </body> </html>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Can you also let us know the detailed steps you use to reproduce the problem?
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/22/2012 Posts: 9
|
Ok, when I execute the page, it loads a datepicker inside the slidemenu. When I click on datepicker icon, the calendar expands, but when the mouse points outside the button, the calendar collapses and I can't select the date.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
I see. We are able to reproduce this error on IE 9 (but not in other browsers). We will look into it and get back to you as soon as possible.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/22/2012 Posts: 9
|
ok, thank you!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted a new build that should fix this problem. Please see your private message for the download location.
Thanks!
|
|