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

Disallow browser textarea resizing in the Form Builder form area #6312

Closed ebruchez closed 1 month ago

ebruchez commented 1 month ago

The browser by default allow users to resize textareas. However, in the Form Builder form area, this can be confusing as users might imagine that the new size of the textarea will be preserved as part of the form definition, which is not the case.

For reference, we size textareas to have 3 lines of text by default. The "With Resizing" appearance allows them to automatically resize vertically as the user enters text. The horizontal width is that of the enclosing grid cell.