rehe
(Miguel)
8์ 31, 2017, 11:03์คํ
1
Hi!
Since the last update I have seen something that does not work well. Any content inside a Summary is not displayed (image, youtube video, gif, mp4, etc.), only the link is displayed. Before this did not happen, the Summary content was displayed correctly.
Any ideas?
Thanks!
Edit:
Okay, I see that the same thing happens here too
Summary
1๊ฐ์ ์ข์์
rehe
(Miguel)
8์ 31, 2017, 11:06์คํ
3
jomaxro:
I can repro.
I do not understand. Sorry, my english is very bad!
jomaxro
(Joshua Rosenfeld)
8์ 31, 2017, 11:06์คํ
4
My apologies. Repro is short for reproduce. I was confirming that I can follow the steps you provided and make the issue youโve reported occur myself.
5๊ฐ์ ์ข์์
Not sure if this is related, but I just stumbled upon a similar issue:
I have an empty quote
โฆ or do I?
[details="I have an empty quote"]
> 
[/details]
Weirdly, this works fine on the preview panel inside composer.
4๊ฐ์ ์ข์์
rehe
(Miguel)
9์ 2, 2017, 8:11์คํ
6
I have updated to the latest version and the bug is still present
coderberry
(Eric Berry)
12์ 8, 2017, 10:03์คํ
7
This is a test to see if itโs still an issue:
Summary
2๊ฐ์ ์ข์์
coderberry
(Eric Berry)
12์ 8, 2017, 10:04์คํ
8
It appears this has since been fixed for new summaries? Itโs odd that it hasnโt retroactively fixed the other examples above on this thread.
Iโll dig in a little bit and see what I can find.
Why is that odd? Posts are baked into HTML once, at post time, to save server time. They reflect the state of the code as of post time. If you want to rebake a post (and have mod / admin access), select the wrench menu and then rebake.
Thereโs also a global rebake rake task for all posts.
1๊ฐ์ ์ข์์
coderberry
(Eric Berry)
12์ 8, 2017, 10:16์คํ
10
Ah. I wasnโt aware. Sounds like this is a closed issue then
2๊ฐ์ ์ข์์
jomaxro
(Joshua Rosenfeld)
12์ 9, 2017, 2:10์ค์
13
HmmโฆI donโt think the bug originally reported is fixed. The report was for a oneboxed image failing in a details block.
This is an imgur link:

This is the link oneboxed:
This is the link in a details block:
[details="Summary"]

[/details]
This is the details block:
Summary
Oneboxing is still not happening inside details.
4๊ฐ์ ์ข์์
cpradio
(cpradio)
12์ 9, 2017, 3:57์ค์
14
As a work around, they can use (note the empty lines above and below the image line)
<details><summary>Test</summary>

</details>
Which produces
Test
2๊ฐ์ ์ข์์
jomaxro
(Joshua Rosenfeld)
12์ 9, 2017, 3:58์ค์
15
Edited my post, still not working. Strange that the HTML details works but the bbcode details doesnโt.
2๊ฐ์ ์ข์์
coderberry
(Eric Berry)
12์ 11, 2017, 9:48์คํ
16
Iโll take a stab at fixing this.
@jomaxro I just want to confirm: Expected behavior is we do not need to use markdown to display images inline, correct?
For example, this should show the image inline:
[details="Summary"]
https://i.imgur.com/CCNdQ8e.jpg
[/details]
As well as this:
[details="I have an empty quote"]

[/details]
1๊ฐ์ ์ข์์
jomaxro
(Joshua Rosenfeld)
12์ 11, 2017, 10:34์คํ
17
@coderberry , thatโs my understanding, yes. If that imgur link โexpandsโ outside of a details block, it should expand the same inside.
2๊ฐ์ ์ข์์