Ticket #1414 (closed Bug: fixed)
Entities inside <pre> are converted
| Reported by: | alfonsoml | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 |
| Component: | General | Version: | FCKeditor 2.5 Beta |
| Keywords: | Cc: |
Description
Using your browser of choice and a current nightly (it works fine in 2.4.3), switch to source mode and paste
<pre><?php echo "test"; ?></pre>
switch back to design mode and it looks fine. Go back to source mode and the entities aren't converted:
<pre> <?php echo "test"; ?></pre>
so the code has been destroyed.
if instead of <pre> the content is inside <p> for example then it works fine.
Reported in http://www.fckeditor.net/forums/viewtopic.php?f=6&t=7246
Attachments
Change History
comment:1 Changed 6 years ago by martinkou
- Status changed from new to assigned
- Owner set to martinkou
comment:2 Changed 6 years ago by martinkou
- Status changed from assigned to closed
- Resolution set to fixed
Click here for more info about our SVN system.
Changed 6 years ago by fredck
- Attachment 1414.patch added
Proposed changes to the "pre" element processor
comment:3 Changed 6 years ago by fredck
- Priority changed from High to Normal
- Status changed from closed to reopened
- Resolution fixed deleted
Martin, it seams that a simpler solution can be found for it, without having to rewrite the code to handle the nodes.
I've attached a patch here. We just need to append a line break to the <pre>, so this is all that patch is doing.
Let us know if you think it is ok, based on your experience with it to fix other tickets.
