#1037 closed enhancement (fixed)
combobox open outside of pane
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | comboboc layout container | Cc: | liucougar |
Blocked By: | Blocking: |
Description
If you look at the Goofy spiral layout of http://archive.dojotoolkit.org/nightly/tests/widget/test_LayoutContainer.html
The combobox contents should appear outside (on-top) of the layout container
Maybe this should be a flagable option to turn it on or off.
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Cc: | liucougar added |
---|---|
Owner: | changed from anonymous to liucougar |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
the only way to workaround this I can come up with is to rewrite comobox to use popupmenu2 for the dropdown menu, as in ComboButton? widget