From: Tom Hughes Date: Thu, 14 Sep 2017 19:30:38 +0000 (+0100) Subject: Defer measuring of header elements to a timeout X-Git-Tag: live~4377 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/47d33ed98ea63c3ebcdcd393d99e252b0416c627?ds=inline;hp=47d33ed98ea63c3ebcdcd393d99e252b0416c627 Defer measuring of header elements to a timeout Chrome 60 and later seem to fire the "ready" callback before the DOM is fully ready causing us to measure the wrong sizes for the header elements so we use a 0ms timeout to defer the measurement slightly as a workaround. Fixes #1639 ---