This is a migrated thread and some comments may be shown as answers.

Popup calendar not show in Firefox

3 Answers 60 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ivana
Top achievements
Rank 1
Ivana asked on 26 Mar 2013, 11:20 AM
I have a RadRibbonBar with a several RadDatePickers. RadDatePickers works well in IE, Chrome, but not in Firefox. Popup calendar is not showed even hover effect.

Thanks for advice

Ivana

My code (snip)

 

 

 

 

 

<telerik:RadRibbonBar ID="RadRibbonBar" runat="server" Skin="Telerik" OnClientSelectedTabChanged="onSelectedTabChanged">

 

 

 

 

 

 

 

<Tabs>

 

 

 

 

<

 

 

telerik:RibbonBarTab Text="Hotel - Sestavy">

 

 

 

<telerik:RibbonBarGroup Text="Filtr">

 

 

 

<Items>

 

 

 

<telerik:RibbonBarTemplateItem Width="340">

 

 

 

<asp:Table ID="Table7" runat="server">

 

 

 

<asp:TableRow ID="TableRow19" runat="server">

 

 

 

<asp:TableCell ID="TableCell37" runat="server">

 

 

 

<asp:Label ID="Label10" runat="server" Text="Kolej" />

 

 

 

</asp:TableCell><asp:TableCell ID="TableCell38" runat="server">

 

 

 

<asp:DropDownList ID="ddlResidenceSets" DataTextField="Nazev" DataValueField="Id"

 

 

 

runat="server" Width="80">

 

 

 

</asp:DropDownList>

 

 

 

<asp:CheckBox runat="server" Text="všechny" />

 

 

 

</asp:TableCell></asp:TableRow>

 

 

 

<asp:TableRow ID="TableRow20" runat="server">

 

 

 

<asp:TableCell ID="TableCell39" runat="server">

 

 

 

<asp:Label ID="Label11" runat="server" Text="Od" />

 

 

 

</asp:TableCell><asp:TableCell ID="TableCell40" runat="server">

 

 

 

<telerik:RadDatePicker ID="RadDatePicker4" runat="server" Width="120" Skin="Telerik" >

 

 

 

<DatePopupButton ToolTip="Otevře kalendář" /></telerik:RadDatePicker>

 

 

 

<asp:Label ID="Label12" runat="server" Text="do" />

 

 

 

<telerik:RadDatePicker ID="RadDatePicker5" runat="server" Width="120" Skin="Telerik" >

 

 

 

<DatePopupButton ToolTip="Otevře kalendář" /></telerik:RadDatePicker>

 

 

 

</asp:TableCell></asp:TableRow>

 

 

 

</asp:Table>

 

 

 

</telerik:RibbonBarTemplateItem>

 

 

 

</Items>

 

 

 

</telerik:RibbonBarGroup>

 

</

 

 

telerik:RibbonBarTab>

 

 

 

</Tabs>

 

 

 

</telerik:RadRibbonBar>

 

3 Answers, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 29 Mar 2013, 11:37 AM
Hello Ivana,

After thoroughly investigating the problem it proved to be a bug in the current implementation of the RadRibbonBar. It is already logged into our system and our developers will do their best to fix it as soon as possible.

Thank you for being so observant and for reporting this issue to us. As a token of gratitude I have update your Telerik points.

Kind regards,
Angel Petrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ivana
Top achievements
Rank 1
answered on 29 Mar 2013, 12:15 PM
Thanks for reply.

I solved the problem by

<

 

 

telerik:RadDatePicker runat="server" ID="rdpAccommodation" Width="120" Skin="Telerik" style="display:inline-block;width:120px;" />


This param solves the problem:
style="display:inline-block"

Ivana

 

0
Angel Petrov
Telerik team
answered on 02 Apr 2013, 03:14 PM
Hi Ivana,

I am glad that you have found a workaround for the problem. Thank you for sharing it with the community.

Best wishes,
Angel Petrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Calendar
Asked by
Ivana
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Ivana
Top achievements
Rank 1
Share this question
or