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