From owner-freebsd-chromium@FreeBSD.ORG Fri Jul 26 19:58:25 2013 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F9E5F29 for ; Fri, 26 Jul 2013 19:58:25 +0000 (UTC) (envelope-from tony@scroner.com) Received: from krusty.scroner.com (scroner-3-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:589::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18AEC2DD8 for ; Fri, 26 Jul 2013 19:58:24 +0000 (UTC) Received: from krusty.scroner.com (localhost [127.0.0.1]) by krusty.scroner.com (8.14.5/8.14.5) with ESMTP id r6QJwGnm095116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 26 Jul 2013 14:58:16 -0500 (CDT) (envelope-from tony@scroner.com) Received: (from tony@localhost) by krusty.scroner.com (8.14.5/8.14.5/Submit) id r6QJwFbm095115; Fri, 26 Jul 2013 14:58:15 -0500 (CDT) (envelope-from tony@scroner.com) X-Authentication-Warning: krusty.scroner.com: tony set sender to tony@scroner.com using -f Date: Fri, 26 Jul 2013 14:58:15 -0500 From: Tony Morlan To: Brad Karp Subject: Re: confirmation: links not clickable in Chromium 28.0.1500.71 on 9.1-RELEASE Message-ID: <20130726195815.GP23770@krusty.scroner.com> References: <51F03C75.80802@cs.ucl.ac.uk> <51F2A5A4.5010805@rawbw.com> <51F2A7FC.70606@rawbw.com> <4EF1039E-5D74-4550-BF71-B2C115DE5D35@cs.ucl.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EF1039E-5D74-4550-BF71-B2C115DE5D35@cs.ucl.ac.uk> X-PGP-ID: 0x7412A7D6 X-PGP-Fingerprint: 3383 F2F0 B951 0D2C 9AC0 48B4 DA33 54BC 7412 A7D6 User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Flag: NO X-Spam-Status: No, -1.0/5.0, tests=ALL_TRUSTED X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on krusty.scroner.com Cc: "chromium@freebsd.org" X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 19:58:25 -0000 On Fri, Jul 26, 2013 at 12:03:16PM CDT, Brad Karp wrote: > Just to be clear, on my own box running 9.1-RELEASE on amd64, I still > have some links on many pages not clickable. > > The text is selectable, but I don't get the change of cursor when the > pointer is over these links--so it seems the browser isn't properly > treating them as links for some reason. I have a test page at https://scroner.com/~tony/chrome_test/ that shows the broken behavior simply. So far I have seen all links in table elements not work, while links outside tables work fine. I can still tab over to the link and hit enter successfully though. > I tried running with logging and -v, as George suggested. But I don't > see anything in the log that seems out of the ordinary. I can provide > the log to George if that would be helpful. I also wasn't able to get anything that appeared to be relevant in logging output. The parsed tree that's visible in the element inspector seems correct. Is there any other potentially useful logging that might be useful? Tony