https://bugzilla.wikimedia.org/show_bug.cgi?id=67119
Tisza Gergő <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |NEW --- Comment #6 from Tisza Gergő <[email protected]> --- (In reply to Dirk Schulze from comment #5) > The containing block of the SVG and its containing block must be 100% as well That makes more sense, since the SVG's containing block is the one on which requestFullscreen() gets called. Unfortunately it needs to be significantly larger than screen size, at least in non-fullscreen mode, since it contains all the metadata that's initially off the screen. Maybe changing it to fixed positioning just before it gets fullscreened could work; I'll leave this to people with access to a Mac. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
