Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Media Browser
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2011 at 19:40 UTC
Updated:
6 Dec 2011 at 10:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
medden commentedI solved this issue by removing line 100 from modules/media_internet/media_internet.module
The line read:
$form['actions'] = array('#type' => 'actions');It appeared here:media
Will test and post a patch. Can anyone tell me what that line did?
Comment #2
dave reidI think actually standardizing on requiring the use of $form['actions'] is better here. Alternative patch that fixes the bug ordering for the web tab.
Comment #4
dave reid#2: 1328652-browser-form-button-actions.patch queued for re-testing.
Comment #6
dave reidCommitted #2 to Git.
http://drupalcode.org/project/media.git/commit/5a55fe5
Also added a change notice for browser plugins: http://drupal.org/node/1342732
Comment #7
medden commentedNot sure if it's related to this patch, but since I downloaded the latest dev, I now have no cancel buttons on my 'Upload' and 'Web' tabs. The cancel button is correctly placed on the 'media library' tab though.
Thanks