FPGAwars / icestudio

:snowflake: Visual editor for open FPGA boards
https://icestudio.io
GNU General Public License v2.0
1.72k stars 246 forks source link

Long menus not visible #284

Closed drtrigon closed 2 years ago

drtrigon commented 6 years ago

If I use https://github.com/set-soft/collection-kefir_i the menus do sometimes get so long (e.g. Varios > Buses > Unir > Join_wires) that some items cannot be selected. As the menu does not react to keyboard actions I see no way to select the items at the end of the list.

drtrigon commented 6 years ago

Do you need more information on this? Does a work-a-round exist?

TimRudy commented 5 years ago

I'm working on scrolling for long menus, fix coming soon

TimRudy commented 5 years ago

I explored a fix using bootstrap class="pre-scrollable" and by trying to override bootstrap menu CSS properties. I could not find a way. These broke the menus and were incompatible with submenu display. The menus (which are pretty nice and elegant) would have to be rewritten completely using something beyond bootstrap, I think.

The hint that menus do not react to keyboard actions (up, down arrow keys) is a good idea for a workaround fix. Along with that, however, there should be dynamic repositioning/scrolling so that the parts that are hidden become visible!

drtrigon commented 5 years ago

Dynamic repositioning would be great. Alternatively show at least the name of the selected part in e.g. the bottom status bar.

Obijuan commented 2 years ago

Collections are now displayed in a different panel, and the components are no longer accesible through menues. I will close this issue. Feel free to reopen it if the error remains