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

Chrome & Scrolling & Percentage width bug

1 Answer 27 Views
Menu
This is a migrated thread and some comments may be shown as answers.
pirobox
Top achievements
Rank 1
pirobox asked on 03 Sep 2010, 08:17 AM
Hi,
I've found out that the menu is not behaving correctly (from a rendering point of view) in chrome when mixing percentage width and root item scrolling.
Here is the example.
<rad:RadMenu runat="server" ID="RadMenu1" Width="100%" EnableRootItemScroll="true">
    <Items>
        <rad:RadMenuItem Text="Menu1">
            <Items>
                <rad:RadMenuItem Text="Menu1_1"></rad:RadMenuItem>
                <rad:RadMenuItem Text="Menu1_2"></rad:RadMenuItem>
                <rad:RadMenuItem Text="Menu1_3"></rad:RadMenuItem>
            </Items>
        </rad:RadMenuItem>
        <rad:RadMenuItem Text="Menu2"></rad:RadMenuItem>
        <rad:RadMenuItem Text="Menu3"></rad:RadMenuItem>
        <rad:RadMenuItem Text="Menu4"></rad:RadMenuItem>
    </Items>
</rad:RadMenu>
What happens is that the submenu items Menu1_1, Menu1_2, Menu1_3 are not displayed vertically but horizontally.
Did you know about it? Is already solved in the latest versions? I'm using 2010Q2.

Best regards, Andrea Pirola

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 03 Sep 2010, 03:13 PM
Hello Pirobox,

I couldn't reproduce the issue you're having with the provided markup. The issue may be related to other CSS you're using, can you open a support ticket and send a sample project or a live URL with the issue isolated and we will take a look? The Chrome version will also help. Thank you in advance.

All the best,
Kamen Bundev
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
Menu
Asked by
pirobox
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or