Page MenuHomePhabricator

function getSection - Problems with html heading tags
Closed, ResolvedPublic

Description

Author: kraus.alexander

Description:
I'm experimenting with the fckeditor extension and walked into the following issue:

If you have html heading tags at a page, you can't edit single sections like you
can if you're useing the wikitags.

By using the wikitags you can edit sections with there corresponding subsections.

If you use the html tags you can just edit a single section - without the
subsections.

Exapmle:

headline1

headline2

headline2.1

headline3

> in this case you can edit 'Headline2' and 'Headline2.1' in one step

<h2>headline1<h2>
<h2>headline2<h2>
<h3>headline2.1<h3>
<h2>headline3<h2>

> in this case your just able to edit 'headline2'

Editing Sections with there subsections is a very useful feature. I'd like to
see it working with html heading tags too.


Version: unspecified
Severity: normal

Details

Reference
bz5272

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:09 PM
bzimport set Reference to bz5272.