Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
16.10.3
-
None
-
Integration
-
Unknown
-
N/A
-
N/A
-
Description
Steps to reproduce:
- Edit a page using the WYSIWYG editor
- Go on an empty line (e.g., pressing enter)
- Click the "+" icon and select "Other Macros"
- Search for "Id" and select the Id macro, click "Select"
- Enter any id
- Click "Submit"
Expected result:
A placeholder "macro:id" is displayed.
Actual result:
An empty box with a border is displayed, when putting the cursor in another element the box disappears and just an empty area is displayed.
The root cause seems to be that at least Firefox puts a <br> inside the <div>-element such that it doesn't have zero height and therefore CKEditor thinks the widget is visible.