Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Media Browser
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2013 at 13:01 UTC
Updated:
24 Apr 2014 at 17:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gmclelland commentedCan you provide more details? what OS, browser, theme?
I'm not experiencing this with the latest devs. Maybe you should try those and see if it is fixed?
Comment #2
jdidelet commentedSame problem. Tested on Firefox, Chrome on Linux and Mac. Seems to have problem on the js file on the div with the classes "ui-dialog ui-widget ui-widget-content ui-corner-all media-wrapper". The position left and top is set to 0.
And the the iframe #mediaBrowser don't fit properly his parent's div.
Comment #3
jdidelet commentedOk the problems seems to come with jquery version. I'm using jquery_update module to update jquery version to 1.8 and this bug appear. With jquery version 1.5 or 1.7, I don't have this bug.
Comment #4
randallknutson commentedI think this has to do with this change to jquery ui tabs: http://jqueryui.com/upgrade-guide/1.9/#deprecated-show-event-renamed-to-...
When I change line 28 of media.browser.js to activate instead of show it seems to work again.
Comment #5
randallknutson commentedHere is a patch that supports both versions of jquery ui.
Comment #7
markhalliwellReroll patch?
Comment #9
markhalliwellAh, changing the version to test against.
Comment #10
markhalliwell#7: media-media-file-selector-2032255-7.patch queued for re-testing.
Comment #11
HaloFX commentedUnable to able patch.
> error: patch failed: js/media.browser.js:25
> error: js/media.browser.js: patch does not apply
Comment #12
markhalliwellReroll
Comment #13
markhalliwellAlso bumping this to crit because it makes this module seemingly completely unusable if using jQuery UI 1.9+
Comment #14
aaron commentedThis works for me.
Comment #15
ianthomas_ukMarked https://drupal.org/node/1957812 as a duplicate of this, which contained an almost identical patch by OnkelTem
Comment #16
dave reidCommitted #12 to 7.x-2.x. http://drupalcode.org/project/media.git/commit/e2625ed
Comment #18
JeromeChance commentedSlight tweak to patch #12. Note this is from a different commit hash (9583d89). Not from HEAD. I needed this for a very specific edge case. --DO NOT USE.