major
nice-to-have
defect
major
enhancement
(User-visible)
Currently, the forms adapt only to a limited extent—if at all—to changes in window size.
The forms should now dynamically adapt to the window size or the corresponding viewport. This will ensure that space is used as efficiently as possible while also maintaining a visually appealing layout. Care should also be taken not to separate related information.
Test
For a visual test, you can change the size of the browser window or the viewport within a form view. Sample pages for this can be found in the demo under Technical Demo -> LayoutFramework#2 -> Box Layout. The layout adjusts the number of columns.
Scripted tests allow you to identify exceptions and compile errors.
Critical Pages
Pages in the demo to verify the correct display of the forms.
- Technical Demo -> Layout Framework#2 -> Box Layout (More complex layouts using JSP tags)
- Technical Demo -> Layout Framework#1 -> Forms -> Form Controls (inline) (many elements, some nested, without MediaQueryControl)
- Settings -> Contact Information -> Phone Numbers (vertical layout, dialog view)
- Administration -> Basic Administration -> Attributes -> Properties -> Customizations -> Storage Rule (List generated by the template mechanism)
- Administration -> Basic Administration -> Attributes -> Attributes -> New Attribute (Lists in dialogs)
- Administration -> Technical Administration -> Control Program -> Control Program (Nested layout in a small window)