I just upgraded to 5.8 from 5.7 to escape a bug and now have ran in to an even worse one that was not present in 5.7.
Playing a WebM file in Opera causes a number of the elements in the control bar to shift below it. Here's a picture: http://i56.tinypic.com/162snq.png
I've also tested Chrome and Firefox and this behavior does not occur in them.
Opera is the browser I use for development and it's crucial I have this working on it.
Can anyone else confirm this bug? How do I go about formally submitting it?
@Kevin
I am experiencing issues galore with 5.8 as it pertains to the html5 mode.
IF it wasn't for the fact that there was an issue in 5.7 regarding the mp4's I would not use 5.8
In fact 2 days before 5.8 was released I observed an issue with skins as well only to be told a band-aid fix(which works) and that the bug was slated to be fixed for v5.9. (see ticket #1495). I truly hope that this isn't true
The most serious issue, IMHO, with html5 is that when using JUST the html5 mode and not grouped with the flashmode it breaks in Safari
This doesn't workmodes:
[
{type: "html5"}
]
This works
modes:
[
{type: "html5"},
{type: "flash", src: "player.swf"}
]
I am testing now to see IF removing the [ ] in the first will make any changes.
Just my luck that my client uses Safari and wants just html5mode