Opened 13 years ago

Last modified 12 years ago

#9302 new defect

interaction with TracSectionEdit causes Initialize errors — at Initial Version

Reported by: jeffrey.guy.lyon@… Owned by: Martin Scharrer
Priority: normal Component: NumberedHeadlinesPlugin
Severity: normal Keywords: SectionEditPlugin, Initialize Error
Cc: Trac Release: 0.12

Description

TracSectionEdit works fine for all these cases...

= A title =
Some text
# A Heading #
Some Text
## A Subheading ##
Some Text 

However, adding IDs to the headings causes problems. For example,

= A title =#id1
Some text
# A Heading #=id2
Some Text
## A Subheading ##=id3
Some Text 

When clicking on the "Edit" for id1, the whole page opens up for editing instead of just the first seciton. When clicking on "Edit" for either of the numbered headings, the Trac error is issued: "Initialize Error The section <N> that you chose could not be found" where <N> is 2 or 3 depending on which heading is clicked.

Change History (0)

Note: See TracTickets for help on using tickets.