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
514 stars 220 forks source link

Form Builder, Control Settings: make it easier work on off-viewport controls #2990

Open avernet opened 7 years ago

avernet commented 7 years ago

2016.1 added the ability to navigate to other controls using the Next/Previous buttons in the Control Settings dialog, without having to close the dialog and reopen it again (#2587). Using next/previous, a form author can reach an off-viewport (not currently visible) control. When this happens, since she can't see the control, it can be harder for her to edit the settings for this control. This calls for finding a solution to this problem, for instance by:

+1 from community

ebruchez commented 7 years ago

At first glance "Automatically scrolling the form in the background so the control that currently has the focus is on the viewport." would be better.

acspike commented 7 years ago

Hit this today. I agree with @ebruchez regarding automatically scrolling the background. Also might be nice to include (at least) part of the control label on the control settings dialog because the active control is often entirely behind the dialog.

ebruchez commented 7 years ago

I think that the dialog should allow editing label and hint in all cases. This would be very convenient.

avernet commented 7 months ago

Another idea, also suggested by @acspike, is to enable the Control Settings dialog to be docked.

ebruchez commented 2 weeks ago

Noting that "Automatically scrolling the form in the background so the control that currently has the focus is on the viewport" is something which has been implemented in the meantime.