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

Chrome and ComboBox

1 Answer 98 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 06 Aug 2010, 08:59 PM
I have a combobox in a table like this:

<table width="100%">
    <tr>
        <td width="40px">
            <telerik:RadComboBox ID="TitleArticle" runat="server" Width="40px">
                <Items>
                    <telerik:RadComboBoxItem runat="server" Text="A" Value="A" />
                    <telerik:RadComboBoxItem runat="server" Text="An" Value="An" />
                    <telerik:RadComboBoxItem runat="server" Text="The" Value="The" />
                </Items>
            </telerik:RadComboBox>
        </td>
        <td>
            <telerik:RadTextBox ID="ShortTitle" runat="server" Width="100%">
            </telerik:RadTextBox>
        </td>
    </tr>
</table>

Firefox gets it right, in Chrome the ComboBox is too wide, it's not listening to the width.  See the attachment.

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 11 Aug 2010, 09:38 AM
Hi Michael,

I used the code snippet provided to create a sample page and tried to reproduce the issue - but unfortunately without success.
On my side the RadComboBox control is correctly measured under Chrome - please take a look at this demonstration video.
Could you please find the sample page attached, change it in order to reproduce the issue and send it back to me? Thank you in advance.

Kind regards,
Kalina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Michael
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or