#24191 closed defect (bug) (duplicate)
Open Tags before <!--nextpage--> impacts entire webpage
| Reported by: | crushgear | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Formatting | Version: | 2.5 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
If a chunk of your post is formatted (like strong or em) and you insert the <!--nextpage--> tag after an open formatting tag, it will actually format the rest of your entire page (comments, sidebar, etc.) with the tag.
I was able to replicate this bug on trunk in both Chrome and Firefox.
Here's an example of content that would trigger this bug:
<strong>Testing the nextpage bug <em>
<!--nextpage-->
tag bug. </strong></em>
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Sounds like we need to run
force_balance_tags()on the content that comes before<!--nextpage-->when it's displayed on its own.