From ee58a29d11204faf546b02589e12250bd0cbb950 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 29 Mar 2013 20:58:21 +0100 Subject: [PATCH] Forgot to add a comment with the workaround. --- src/features.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/features.coffee b/src/features.coffee index a18b06d8b..4e4c13286 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -3712,6 +3712,8 @@ Unread = else "(#{Unread.posts.length}) #{Unread.title}" <% if (type === 'crx') { %> + # XXX Chrome bug where it doesn't always update the tab title. + # crbug.com/124381 title = d.title setTimeout -> d.title = ''