Not a bug Media Embeds fails to properly embed on the third try

Jeremy

in memoriam 1991-2020
This was reported by @dieg0 in BBCM, but testing has proved it occurs on a stock installation:
http://xenforo.com/community/threads/custom-bb-code-manager.27125/page-37#post-654169

The first two embed links are proper embed URLs:
http://www.youtube.com/embed/KqUqxVKd5q0?wmode=opaque

The third (and possibly any further), receives some URL encodings:
http://www.youtube.com/embed/KqUqxVKd5q0%E2%80%8E?wmode=opaque

Test code:
Code:
[media=youtube]KqUqxVKd5q0[/media]
[media=youtube]KqUqxVKd5q0[/media]
[media=youtube]KqUqxVKd5q0‎[/media]
 
Top Bottom