I'm running:
Drupal 7.8, PHP 5.3
Modules enabled: Core module, VotingAPI, Fivestar, Filefield, MediaElement
To reproduce this issue:
(1) Create a node type with a Fivestar rating field set to display as stars.
(2) Create a filefield element, set for now just to display as a Generic file.
(3) Create a demo node and upload a file. On that node page, you should see the node title, generic file, and a Fivestar rating widget.
(4) Now, change the display for that node type to show the filefield as a MediaElement. Go back to the node page, and you will see that the MediaElement works well, but the Fivestar widget is now displayed as a rating dropdown.
I'm guessing that this is a javascript thing, but I have no idea. Hopefully this is a simple fix for one of the maintainers.
Comments
Comment #1
dave reidCheck your browser for JavaScript errors.
Comment #2
Josh Glovinsky commentedI am having the same issue. Also the mp4 will not play in Firefox at the same time. I do get some javascript error:
$ is undefined
http://midwestfishingadventures.com/sites/all/libraries/mediaelement/bui...
Line 44
Comment #3
dave reidI believe this is a duplicate of #1483578: Drupal.js conflict creates need to re-include jquery
Comment #4
Josh Glovinsky commentedThank you!!! Sure is a duplicate! Response #5 here fixed the javascript error for me:
http://drupal.org/node/1483578#comment-6213176
Now the video plays sound but no video. Works in Chrome and IE9.