del82 / ezra

ezra on rails
2 stars 1 forks source link

Audio player UI is broken in Firefox #33

Closed parryc closed 11 years ago

parryc commented 11 years ago

There's no play button or time display.

del82 commented 11 years ago

This, like #32, seems to be because of request path problems on the server. The application is hosted under /ezra2 rather than the root, so all requests for static assets must go to /ezra2/assets rather than to /assets. This is a very similar problem to what was causing the audio loading but (#28) which I "fixed" temporarily by hard-coding path info into the templates.