tmeshkova / qtmozembed

Qt wrapper for mozilla embed lite API
19 stars 12 forks source link

Check that node's size is correct when updating geometry after orientation change #98

Closed rojkov closed 9 years ago

rojkov commented 9 years ago

It might happen that after orientation change when compositing is done QuickMozView::updatePaintNode() gets called before a new texture with new geometry has been created. In this case the web page will be squeezed or stretched (reproducible with gecko35). Thus update node's geometry when its size is changed.