[CLOSED] [1.0] Toolbar Overflow

  1. #1

    [CLOSED] [1.0] Toolbar Overflow

    Hi,

    The toolbar overflow doesn't seem to work with comboboxes - it simply disappears. I've set the width to 200 in the example below to force the toolbar to overflow. In the overflow the buttons will be visible but the combo isn't.


        <ext:Toolbar runat="server" Width="200" EnableOverflow="true">
            <Items>
                <ext:Button runat="server" Text="Button" Icon="Pencil" />
                <ext:Button runat="server" Text="Button" Icon="Pencil" />
                <ext:Button runat="server" Text="Button" Icon="Pencil" />
                <ext:Button runat="server" Text="Button" Icon="Pencil" />
                <ext:ComboBox runat="server">
                    <Items>
                        <ext:ListItem Text="Value1" />
                        <ext:ListItem Text="Value2" />
                    </Items>
                </ext:ComboBox>
            </Items>
        </ext:Toolbar>

    If you increase the width in the example above to 400, there is enough space for the buttons but not the combo. In this scenario the overflow button appears but there are no controls in the overflow menu.


    Is this something that could be resolved please?


    Regards,
    Ben




  2. #2

    RE: [CLOSED] [1.0] Toolbar Overflow

    Hi,

    Toolbar oferflow manages buttons only
    Here is the problem discussion
    http://www.extjs.com/forum/showthrea...r-than-buttons

    How hard it is to do it?
    <b style="color: rgb(24, 96, 168);">Ext[/b] <b style="color: rgb(153, 171, 99);">JS[/b] - Community Support Team answer : "Unfortunately it's very hard.

    ToolbarLayout would:
    - have to make copies of all components to put them in the overflow menu (but the copies will almost certainly have problems, e.g. unique ids).
    or
    - carefully move components from the toolbar to the overflow menu and back again (ToolbarLayout wasn't designed for this, so this would be a lot of work)."
  3. #3

    RE: [CLOSED] [1.0] Toolbar Overflow

    Thanks Vladimir. Hopefully they will find a suitable solution at some point in the future. It would be better if the menu could say something more meaningful when the only control that is overflowing can't be rendered rather than just "no items".

    It's not a horrendous problem for us. I've only got one toolbar at the moment that this is an issue on and only then if the user has their screen at a particularly small size.


    Regards,
    Ben

Similar Threads

  1. [CLOSED] Updating the Overflow Menu
    By musher in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 25, 2012, 2:40 PM
  2. Replies: 10
    Last Post: Nov 09, 2011, 6:19 PM
  3. How can I overflow ie outside the Viewport ?
    By ismailkocacan in forum 1.x Help
    Replies: 3
    Last Post: Aug 21, 2011, 3:38 PM
  4. [CLOSED] Toolbar overflow icons
    By paulc in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 28, 2011, 2:09 PM
  5. [CLOSED] Panel Overflow
    By tiramisu in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 18, 2010, 10:45 AM

Posting Permissions