Details
-
Bug
-
Resolution: Duplicate
-
Neutral
-
None
-
6.2.8
-
None
-
None
Description
The mgnlEditorBar in the Pages app is no longer clearing floats in its styles and as such overlaps other elements above it with a transparent div making them un-clickable.
The issue can be corrected with:
.mgnlEditor.mgnlPlaceholder {
clear: both;
}
Reproduce
- open new pages app
- edit ftl-sample-site
- Attempt to edit footer contents
Expected
Should be focusable
Actual
Areas and components are not focusable
Workaround
Remove the script from the configuration:
footer:
enabled: true
renderType: freemarker
# templateScript: /samples/templates/pages/ftl/areas/footer.ftl
type: list
availableComponents:
text:
id: samples:components/ftl/text
linkList:
id: samples:components/ftl/linkList
inheritance:
components: all
enabled: true
Development notes
This is not happening in footer of, say, tour templates.
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
PAGES-412 Page Editor Bars: Responsive/horizontal aligned components within an area cannot be clicked/reached
-
- Closed
-