Opened 16 years ago
Closed 16 years ago
#8711 closed defect (bug) (duplicate)
Certain posts can disappear from the edit view
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Hi,
I have a post with 19 images (gif, png ..), after submit, my textarea is empty ! I must to delete 2, 3 images (total 15) and the save is correct
Do you know this bug ?
Please see my attach file for example
Attachments (1)
Change History (6)
#1
@
16 years ago
- Summary changed from more of 15 images ! to Certain posts can disappear from the edit view
I tested with the attached and did not see the issue.
However, I have seen this before. It happens with a certain combination of long text and characters. I believe the "more" tag may have something to do with it. Posts that have lines of dashes seem to fall into it, but I've not yet been able to reliably reproduce the problem. I am not convinced that it is anything particularly to do with the number of images.
Could be a tricky one to pin down, I'll see if I still have the article text I used before to reproduce.
Edited summary.
#2
@
16 years ago
mrmist: Such things happen with preg_replace, Long strings, and php's builtin backtrace limit, If the backtrace limit is hit, then it returns a empty string. Theres a number of bugs around on that..
I think this might be the same issue as #8553 (preg_replace_callback in do_shortcode returns empty for large posts) since they both deal with shortcodes (The number of images means the number of caption shortcodes in use)
#3
@
16 years ago
Ahh. That other bug could be the issue, then. This is potentially a dupe.
I did find the text that I could use to reproduce the problem.
example html for simulate bug