borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

Maximize on backoffice Edit disformats page #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If we click on the "Ampliação" (maximize) icon on the right corner of the 
Edit toolbar, the page gets weird: the search box appears over the text and no 
controls are presented to leave the Maximize view (I believe they existed).

This looks like a CSS bug. 

For instance
https://pv1.arquivo.pt/publicacoes/edit

Original issue reported on code.google.com by danielco...@gmail.com on 19 Mar 2015 at 12:32

GoogleCodeExporter commented 9 years ago

Original comment by danielco...@gmail.com on 19 Mar 2015 at 12:36

GoogleCodeExporter commented 9 years ago
The editor (Kopu) is now at full screen when zoomed. Also, the buttons seems 
now functional, as all component behaviors.

CSS Code:

div.kupu-fulleditor-zoomed { width: 100% !important; height: 100% !important; 
z-index: 9999 !important; }
div.kupu-fulleditor-zoomed iframe.kupu-editor-iframe { height: 92% !important; 
position: fixed !important; }

Original comment by hugo.mendes@gmail.com on 14 May 2015 at 11:24