Menu

#25 Headers of same level after each other causes content loss

closed-fixed
5
2006-05-09
2006-05-09
No

I'm using the latest trunk (rev. 127).

When using two or more headers of the same level after
each other, all content starting from the second one
gets removed.

Suppose you have the following source:

<header level="1">Heading 1</header>
This is part 1 of the test article.

<header level="2">Heading 1.1</header>
This is part 1.1 of the test article.

<header level="2">Heading 1.2</header>
This is part 1.2 of the test article.

All what's left after storing the draft while the
editor is enabled:

<header level="1">Heading 1</header>
This is part 1 of the test article.

<header level="2">Heading 1.1</header>
This is part 1.1 of the test article.

Best regards

K.

Discussion

  • Kristof Coomans

    Kristof Coomans - 2006-05-09

    Logged In: YES
    user_id=1507509

    BTW I'm using eZ 3.8.0

     
  • Paul Forsyth

    Paul Forsyth - 2006-05-09

    Logged In: YES
    user_id=299850

    I can confirm this with 3.8 and rev 127.

     
  • LiuCougar

    LiuCougar - 2006-05-09
    • labels: --> Server: XML Handler: Input
    • assigned_to: nobody --> liuspider
    • status: open --> closed-fixed
     
  • LiuCougar

    LiuCougar - 2006-05-09

    Logged In: YES
    user_id=600121

    fixed in r128

     
  • Kristof Coomans

    Kristof Coomans - 2006-05-09

    Logged In: YES
    user_id=1507509

    Works as expected now. Great!

     

Log in to post a comment.