Note that there are some explanatory texts on larger screens.

plurals
  1. POIn Chrome menu suddenly messes up and says Expand
    text
    copied!<p>I have an asp.net menu with a few menuitems. 1 of the items has submenuitems.</p> <p>Problem is that after clicking around on my site for a while, the menu's formatting will suddenly get messed up (the background image will only show in a tight rectangle around the text, and the text will be lower than the separator images) and the text of the menuitem with submenuitems has the phrase Expand MenuItem_Text added to it ("Setup" -> "Setup Expand Setup"), but it's not actually expandable.</p> <p>I've discovered that logging out and then logging back in solves this, as does clearing the cache, however, I can't expect my users to know that.</p> <p>I already have the AppleWebKit line in my code, so it's not that.</p> <p><strong>Edit:</strong></p> <pre><code>&lt;asp:Menu ID="Menu1" runat="server" Orientation="Horizontal" BackColor="transparent" StaticMenuItemStyle-ItemSpacing="0" StaticEnableDefaultPopOutImage="False" DynamicEnableDefaultPopOutImage="false"&gt; &lt;Items&gt; &lt;asp:MenuItem NavigateUrl="~/Main.aspx" Text="Home" SeparatorImageUrl="~/Images/menubarmid.png" /&gt; &lt;asp:MenuItem Text="Setup" SeparatorImageUrl="~/Images/menubarmid.png" Selectable="false"&gt; &lt;asp:MenuItem NavigateUrl="~/ASetup.aspx" Text="A" /&gt; &lt;asp:MenuItem NavigateUrl="~/BSetup.aspx" Text="B" /&gt; &lt;/asp:MenuItem&gt; &lt;asp:MenuItem NavigateUrl="~/Logout.aspx" Text="&amp;nbsp;Logout&amp;nbsp;"&gt;&lt;/asp:MenuItem&gt; &lt;/Items&gt; &lt;StaticHoverStyle CssClass="static_hover_style" /&gt; &lt;DynamicHoverStyle CssClass="dynamic_hover_Style" /&gt; &lt;StaticMenuStyle CssClass="static_menu_style" /&gt; &lt;DynamicMenuStyle CssClass="dynamic_menu_style" /&gt; &lt;StaticMenuItemStyle CssClass="static_menuitem_style" /&gt; &lt;DynamicMenuItemStyle VerticalPadding="3px" HorizontalPadding="10px" CssClass="dynamic_menuitem_style" /&gt; &lt;/asp:Menu&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload