-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7u6
-
Component/s: javafx
It appears we currently call FrameView::updateLayoutAndStyleIfNeededRecursive() (from WebPage_twkUpdateContent) once per every dirty rectangle, whereas it should be sufficient to call it just once per single WebPage::updateDirty call.