webodf / WebODF

WebODF - JavaScript Document Engine
http://webodf.org/
791 stars 167 forks source link

Always-on-top frames cause wrong rendering #506

Closed adityab closed 10 years ago

adityab commented 10 years ago

87872aa from #383 causes major regressions in displaying lots of ODPs -- basically, z-index: 1 for frame elements is not sufficiently sophisticated, and will cause all master pages in slideshows to break, because frames in those will be displayed above the actual draw:page content.

This ought to be removed/fixed before doing the next releases for ViewerJS and WebODF.

adityab commented 10 years ago

Fixed via #531.