orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Horizontal scrollbar in toolbox when version dropdown displayed #6358

Closed obruchez closed 3 weeks ago

obruchez commented 4 weeks ago

The toolbox becomes a bit too wide when the version dropdown is displayed:

with

Versus:

without

On macOS, this will become more obvious if "Show scroll bars" is set to "Always".

avernet commented 3 weeks ago

We set the width of that dropdown to @fbToolbarWidth - 2 * @fbGutter - 4px because 100% didn't work previously (comment noted "fails in fieldset if content is too wide"). However, it appears that width: 100% works now.

avernet commented 3 weeks ago

This is also happening in 2022.1.7 and 2023.1.2. Cherry picked this change on the relevant branches.