eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Menubar: don't wrap right menu box #1125

Closed cguglielmo closed 1 month ago

cguglielmo commented 1 month ago

It can happen that the right menu box wraps if it is slightly too large and does not fully fit into the menubar.

The bug was introduced with 24.1 with the change of the DOM order of the menu boxes due to accessibility reasons. It looks like wrapping cannot be controlled easily when using float: right, so it now uses display: flex and margin-left: auto which seems to work reliably.

388293

cguglielmo commented 1 month ago

Jenkins run tests