After upgrading from Beta19 to Beta22, the code snippets that I embed in articles such as for brilliant gallery and some other css/html blocks show up as jumbled broken links. I verified that pathologic is still the last item in the filter list... Any thoughts on the change in behavior? As soon as I switch back to Beta19 they all work perfect.
Comments
Comment #1
Garrett Albright commentedI am entirely unfamiliar with Brilliant Gallery. Care to share a snippet which you are trying to use, what it's outputting under B22, and what it's outputting under B19 (the expected output)?
Comment #2
superflyman commented@garrett - thanks for the quick reply.
Below is the output under b22 (broken):
Below is the output under B19 (Working):
Comment #3
Garrett Albright commentedHmm. So the problem is that Pathologic isn't maintaining the query fragment of the path (the part including and after the question mark) in img tags, right?
Comment #4
superflyman commentedI think that's pretty much it... Nothing else seemed to jump out.
Comment #5
Garrett Albright commentedHmm. I can't replicate this behavior; I can get src paths with queries to work under b22 on my test site. I can't help but wonder if there might be something else going on here because, on closer examination, I'm noticing that there's other breakage going on in the b22 sample too: there's no closing
</a>tag, for example.Might there be other input filters firing before Pathologic which are fiddling with things?
Comment #6
superflyman commented@Garrett
I played around with the input filter order... But it seems like the only thing that breaks the output is migrating from b19 to b22. Every time I put the old code back it's fine. I'll keep tinkering... if you think of anything else please let me know... thanks again for helping to troubleshoot this.
Comment #7
superflyman commentedIt looks like placing the Brilliant Gallery Tag after the Pathologic filters allows beta22 to work. But in beta19, it works the opposite way just fine. Is it okay to leave it like that without pathologic being the last filter?
Comment #8
Garrett Albright commentedAgain, not really being familiar with the workings of Brilliant Gallery, it's hard to say. But if that's what it takes to get your site working, then go for it.
I still suspect there's some malformed HTML at the core of this problem, though.
Comment #9
superflyman commentedThanks... Is there anywhere else I should be checking for the malformed HTML?
Comment #10
Garrett Albright commented