The media browser widget resizes when I choose one of the tabs (library or upload) but when it first 'pops up', it is higher than its content.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | screenshot_media_browser_library_page.PNG | 47.31 KB | enochRoot |
| #2 | snapshot_media_browser.png | 81 KB | enochRoot |
| #2 | screenshot_media_browser_2.PNG | 59.36 KB | enochRoot |
Comments
Comment #1
gmclelland commentedCan you provide screenshots to show this behavior?
What browser / OS are you using?
Comment #2
enochRoot commentedThese shots are from Firefox 18.0.1 on Windows 7.
The first is how it shows up, the second is what it looks like after clicking one of the other tabs (with resize working) and then back on the first tab.
thx for your interest,
eR
Comment #3
enochRoot commentedOh, and I just realized:
it also does not resize on different library pages, but I don't know if that's intended.
Comment #4
egontinno commentedIn media/js/media.browser.js change
to
After that tabs will resize.
Source: http://api.jqueryui.com/tabs/#event-activate
Comment #5
jrbeemanFor what it's worth, this appears to be fixed in 7.x-2.x:
https://drupal.org/commitlog/commit/698/e2625edf88f98782396cb879e0368105...
Comment #6
enochRoot commentedIt 'appears' to be fixed?
I don't know when I'll be able to check out the new version in our environment, so if anybody can confirm that it's fixed please feel free to close this issue.
thx,
eR
Comment #7
ParisLiakos commentedit contains the fix in #4