Opened 12 years ago
Last modified 12 years ago
#9418 confirmed Bug
Fake element must have at least two inside or it gets removed.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Parser | Version: | 3.0 |
Keywords: | Cc: |
Description
To reproduce:
- Download attached file and put it in /_source/plugins/ folder.
- On HTML page, in instance definition add
extraPlugins:'fakediv'
- Switch to source and paste below code:
<div class="myfakedivsframe" > </div>
- Switch to WYSIWYG then again to Source and WYSIWYG
Result: Div will be removed.
This is only happening when there is nothing in div or just one blank space or one or one and blank space. If there are E.g at least two or one letter then everything is working as expected:
<div class="myfakedivsframe" > </div>
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | fakediv.zip added |
---|
comment:1 Changed 12 years ago by
Component: | Core : Output Data → Core : Parser |
---|---|
Status: | new → confirmed |
comment:2 Changed 12 years ago by
Summary: | Fake element must have at least or inside or it gets removed. → Fake element must have at least two inside or it gets removed. |
---|