Won't fix Changing BB Code Media Sites doesn't update in browser

thedude

Well-known member
On a test site try this...

In the reply box of a thread, click on the Media button and note the list of sites you can embed (Dailymotion, Facebook, Liveleak, Metacafe, Vimeo, YouTube)

upload_2014-1-23_17-31-52.webp

Now add or remove a media site in the AdminCP, or just change the name the title of an existing BB Code Media Site. Reload a page on your test forum and hit the media button. Note the changes didn't take effect.

The ajax result from 'editor/dialog&style=x&dialog=media' gets cached, so if you change a media site, your visitors won't get the updated description until their respective caches expire and it fetches it fresh.

The changed media code will work, but users may be thrown off the by the stale description.
 
In general, I would say that this is a "won't fix", because forcing a disabled cache here is much more likely to result in a worse experience than a stale output. We're not doing anything different here compared to any other page in XF, so it's mostly down to the browser deciding to cache it.
 
Top Bottom