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

Safari bug?

4 Answers 141 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 10 Apr 2008, 05:08 PM
We have a user using Safari 3.1 (on Mac OS X 10.4) who reports that when he clicks on the RadComboBox nothing happens.  The combobox doesn't drop down as it should.  Are there any known issues with RadComboBox and Mac Safari?  I am running the latest version of Prometheus on the website.  Here is the RadComboBox in my aspx page:

<

telerik:RadComboBox ID="rcbProcessGroup" DataSourceID="dsGetProcessGroups" runat="server" Skin="WebBlue" AppendDataBoundItems="true" Font-Size="12px" AutoPostBack="true" DataTextField="ProcGroupName" DataValueField="PgrpID" Width="196px">
<Items>
<telerik:RadComboBoxItem runat="server" Text="All Processes" Value="0" />
</Items>
</telerik:RadComboBox>

4 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 11 Apr 2008, 10:46 AM
Hi Dave Durose,

We have tested RadComboBox under Safari 3.1 , but the problem didn't appear.  Please see the attached movie to this message for a reference. Also, could you tell us whether you experience a similar problem with some of our online examples?


Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Gary
Top achievements
Rank 1
answered on 18 Feb 2009, 06:35 PM
I have witness the same thing.   The combo box does not open when runnig under a mac.  I tried firefox also and it did not work.

I tried Firefox and Safari under windows and the combo box worked just fine.  So the issue seems to be running under a Mac OS which is causing the bug.
0
Simon
Telerik team
answered on 20 Feb 2009, 05:01 PM
Hi Gary,

We have recently resolved a similar issue (judging by the description only). Please download the latest internal build of Telerik.Web.UI which will be available in your Client.net account in the beginning of the next week.

If the build does not resolve the issue, please prepare a sample page or a project where the issue could be clearly observed and send it to us - we will investigate it thoroughly and hopefully will provide a workaround or a solution.

Kind regards,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Jason
Top achievements
Rank 1
answered on 24 Apr 2017, 09:15 AM

Hola,

Necesito vuestra ayuda. Tengo el mismo problema con safari.

Safari Version: 10.1 (12603.1.30.0.34)
Dll Version: 2017.1.228.35

 

Code .ascx: 

<telerik:RadComboBox ID="cmb1" runat="server" DataTextField="Name" DataValueField="ID" CssClass="NormalDropDown"  Width="240" EnableLoadOnDemand="true" EnablePageHeadUpdate="true" ShowMoreResultsBox="true" EnableVirtualScrolling="true" OnItemsRequested="cmb1_ItemsRequested" MaxHeight="375" /> 

 

 

Tags
ComboBox
Asked by
Dave
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Gary
Top achievements
Rank 1
Simon
Telerik team
Jason
Top achievements
Rank 1
Share this question
or