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>