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

dave reid’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

Check your browser for JavaScript errors.

Josh Glovinsky’s picture

I 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

dave reid’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
Josh Glovinsky’s picture

Thank 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.