#6169 closed defect (fixed)
Duplicated line in the last section
| Reported by: | Yijun Yu | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | SectionEditPlugin |
| Severity: | normal | Keywords: | |
| Cc: | shai | Trac Release: | 0.11 |
Description (last modified by )
when editing the last section, ending with a macro such
as [[TicketQuery]] or a code block such as {{{ ... }}},
a duplication of the committed line appears.
Attachments (0)
Change History (11)
comment:1 Changed 16 years ago by
comment:3 Changed 15 years ago by
I had the same problem. I installed the plugin today, without adding the patch in #4848. However, lines of code added by the patch are in the file I installed web_ui.py. I commented those lines, I installed it again, and the problem disappeared. Although .. I missed the preview section instead of the whole page =(
comment:4 Changed 15 years ago by
| Description: | modified (diff) |
|---|
comment:8 follow-up: 9 Changed 15 years ago by
@rjollos can you remove my email from this ticket? I didn't realize that having my CC would show my email to everyone. How does one get notifications on this ticket without disclosing his email?
comment:9 Changed 15 years ago by
| Cc: | shai added; anonymous removed |
|---|
comment:11 Changed 14 years ago by
| Description: | modified (diff) |
|---|---|
| Owner: | changed from Catalin BALAN to Ryan J Ollos |
| Priority: | highest → normal |
| Status: | new → assigned |
comment:10 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:11 Changed 14 years ago by
| Severity: | major → normal |
|---|
The problem didn't seem to have anything to do with the patch in #4848 or the markup of the last line. What I saw is that when the for loop ran to completion, the assignment post = page_list[i:] would result in assigning the last line to post, even though it had already been assigned to target.
Please test out the latest 0.12 branch and report back if you can. The 0.11 branch will be merged into 0.12 soon.



I have noticed this as well, but I thought it might be due to the patch in #4848. Have you installed that patch?