Open HitmanInWis opened 2 months ago
Also, what is the point of the full screen function when the fields can't expand? Any pathfield that is more than 4 levels deep is cropped and authors need to click on the field and move the cursor to the end to see which page it is pointing to.
If this is being looked at, please address this too.
For the most part when you open a Core Component dialog, the fields are constrained to a fixed width, and if you use the widget to expand the dialog to full-width the component configuration fields stay neatly contained in the center within a fixed column.
There are a couple exceptions:
This is caused by the Progress Bar dialog using
cq-RichText-FixedColumn-column
, which is likely a copy/paste from theText
component dialog (the only other dialog that uses this) in order to give room for additional RTE content. Since Progress Bar has no RTE in its dialog, this setting should be removed to bring the dialog in line with other components.This is caused by missing column wrappers for the fields within the tabs.
Ideally these items are cleaned up for reasons of: