Ticket #115 (closed Defect: worksforme)

Opened 13 years ago

Last modified 13 years ago

the current rich text editor writes the line breaks incorrect

Reported by: Malte Owned by:
Priority: Major Milestone:
Component: Drupal Website Version:
Keywords: Cc:
Complexity: 3 Area:
Module:

Description

if i have a clear line break (1 or 2times Enter, both should work somehow) visible in my text to distinct paragraphs from each other..

where there are three line breaks visible in the editors when i edit the following page..

in the rich text editor preview and in the "disabled rich text" mode there is a proper paragraph set, see here the <p> tag

Sammlung größer wird.</p><p>And heres an easy list of all areas which i would like to give "some space on the frontpage" of

but the html on this page after saving my edits turn out to be a different html..

Sammlung größer wird.&nbsp;And heres an easy list of all areas which i would like to give "some space on the 

Change History

comment:1 Changed 13 years ago by Malte

  • Status changed from new to closed
  • Version 4.0.4 deleted
  • Resolution set to worksforme

this behaviour seems to due to the "Filtered HTML" Option Menu... this settings seems to make the difference in some stupid html parsing by drupal.. a <p> is in my opinion the most basic html element you usually not want to filter..

anyhow, things turn out as expected on the website when the editors first switches to "Full HTML"-Mode from the options list and then "Saves" the content..

the configuration for what is "filtered html" should be adapted since its a useful setting for user generated content ... where the editors have no control on what gets feed into the system..

comment:2 Changed 13 years ago by rk

Erlaubte Tag können hier konfiguriert werden:
https://deepamehta.vzsze.de/admin/config/content/formats/filtered_html

Note: See TracTickets for help on using tickets.