Ticket #1405 (closed bug: fixed)
Fullscreen dimensions 100-100 in fake fullscreen
| Reported by: | jeroen | Owned by: | pablo |
|---|---|---|---|
| Priority: | Milestone: | Player 5.8 | |
| Component: | html5 | Keywords: | |
| Cc: | Forum thread: |
Description
In fake-fullscreen mode (i.e. Chrome or Firefox HTML5), the FS dimensions are not correctly reported to plugins. The player always returns 100-100.
The onResize() event does dispatch the correct dimensions. It is solely the this.resize() method in plugins that gets the wrong dimensions.
(add test case for testing all fullscreen scenarios; both onResize and plugin.resize?)
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [1952]