From 667193b9f02331b3372fefbb9fd4a424d5b86d7e Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 12 Jan 2015 13:05:14 +0100 Subject: Force Chrome to show GUI messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add additional yields to nextSteps() to work around a bug recently introduced to Chrome (other browsers don’t need this kludge). Remember to take those yields out again when and if Chrome (ever) fixes this (which, for all I know, may be never) --- history.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'history.txt') diff --git a/history.txt b/history.txt index c3c4068..3ca41f8 100755 --- a/history.txt +++ b/history.txt @@ -2412,3 +2412,4 @@ ______ * Threads: Don’t highlight scripts running inside clones (boosts performance), Thanks, @aranlunzer, for the hint! * Objects: Disable clones from being edited via their context menus or double-click * Italian translation update, thanks, Alberto Firpo! +* GUI: add additional yields to nextSteps() (work around a bug in Chrome) -- cgit v1.3.1