http://drupalcode.org/project/media.git/blob/188b2e90fe60e0539c98ec70db5...

As far as I can see it is rendering:
$page['content']['system_main']['tabset']['tabs']

Where the actual render arrays are in:
$page['content']['system_main']['content']['tabset']['tabs']

This results in an almost completely unusable media browser, marking this as major.

Unless this is some kind of conflict with the way we have the site set up, but I can't see why.

Comments

Paul Lomax’s picture

Priority: Major » Normal
Status: Active » Closed (works as designed)

Closing this down, seems to have righted itself, still not sure why this happened, likely a conflict with something else. Will re-open it if I discover what.

Paul Lomax’s picture

Figured this out, in case anyone else has the same problem, this was because Context was set up to insert the System Main block into the Content region.

Not really needed as Drupal does this by default, but it was a hard one to track down.

jwilson3’s picture

Had the same exact problem, with same exact solution from comment #2.

Thanks @Paul Lomax, you've saved me potentially hours of head scratching.

btc97’s picture

Ha. Same issue for me. Don't know how long that would have taken me to work out. Thanks Paul!