From 695b7491fea505aad1179915b56a1fc295ccd9c3 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Tue, 3 Nov 2015 15:49:52 +1000 Subject: Change overflow calculation to be calculated after compute_absolute_position. Also include absolutely positioned elements in the overflow rect calculation. Fixes #7797. --- components/layout/sequential.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/layout/sequential.rs') diff --git a/components/layout/sequential.rs b/components/layout/sequential.rs index 75f121ca2cc..9202ef2ea8a 100644 --- a/components/layout/sequential.rs +++ b/components/layout/sequential.rs @@ -98,8 +98,6 @@ pub fn traverse_flow_tree_preorder(root: &mut FlowRef, let assign_block_sizes = AssignBSizesAndStoreOverflow { layout_context: &layout_context }; doit(root, assign_inline_sizes, assign_block_sizes); - - root.late_store_overflow(&layout_context); } pub fn build_display_list_for_subtree(root: &mut FlowRef, -- cgit v1.2.3