I'm using the latest versions of the media-2.x-dev and file_entity-1.x-dev.
When I click on the "next" link in the media browser dialog, it does a full page reload within the iframe and then shows the upload tab of the media browser dialog. If you click on the Youtube tab it will then show the next set of videos.
I'm guessing the intended behavior would be to use ajax next and previous links?
Let me know if you need more information.
Comments
Comment #1
gmclelland commentedForgot to add that I tested this in Chrome and Firefox.
Comment #2
shadysamir commentedI get the same behaviour. Any action in the YouTube tab that's expected to do an ajax call or reload the tab (search, next, previous, etc.) reloads the full iframe with the first tab being selected. When I click the YouTube tab though, the expected data is showing. This could be an issue with the media's media browser if it doesnt allow a pre-selected tab.
Comment #3
RobW commentedComment #4
mrfelton commentedI think this is the same as the Media bug I reported #1802026: Ajax callbacks in the media overlay cause the active tab to switch tab unexpectedly
Comment #5
clemens.tolboomI mark this as a duplicate of #1551376: YouTube Tab: When apply searching, next or previous button it does not retain tab when loading result as both are discussing the submission of one of the buttons.
We need to find a way to resolve #1551376-5: YouTube Tab: When apply searching, next or previous button it does not retain tab when loading result
Comment #6
clemens.tolboomIn #1551376-7: YouTube Tab: When apply searching, next or previous button it does not retain tab when loading result Aaron has added a patch which fixes this issues problem. So I was wrong in #5 that this is a duplicate. Anyway the patch is over there.