From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.60]) by hurricane.the-brannons.com (Postfix) with ESMTPS id F365A7789A for ; Sun, 8 Sep 2019 16:28:58 -0700 (PDT) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from phoenix.carhart.net (unknown [99.57.137.251]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id B11FF611 for ; Sun, 8 Sep 2019 16:28:58 -0700 (PDT) Received: from phoenix.carhart.net (carhart.net [127.0.0.1]) by phoenix.carhart.net (8.15.2/8.15.2) with ESMTP id x88NSwog083951 for ; Sun, 8 Sep 2019 16:28:58 -0700 Received: from localhost (kevin@localhost) by phoenix.carhart.net (8.15.2/8.15.2/Submit) with ESMTP id x88NSwnV083948 for ; Sun, 8 Sep 2019 16:28:58 -0700 X-Authentication-Warning: phoenix.carhart.net: kevin owned process doing -bs Date: Sun, 8 Sep 2019 16:28:58 -0700 (PDT) From: Kevin Carhart X-X-Sender: kevin@phoenix To: Edbrowse-dev@lists.the-brannons.com Subject: [edbrowse-dev] GCS and never-referenced style props Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Sorry, I have an obligatory glitch in that email, I always do that. When I wrote... > The code that raises an error is, and the error is that it's illegal to > call split on not a valid string. I intended to include the code at the appropriate spot. The code that raises the error is: var a = window.getComputedStyle(e), s = a[Hr + 'Delay'].split(', ') And the error itself is TypeError, cannot read property 'split' of undefined