From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 76F207B1DB for ; Sun, 19 Jan 2020 06:31:14 -0800 (PST) Received: by mail-ot1-x330.google.com with SMTP id 59so26458628otp.12 for ; Sun, 19 Jan 2020 06:31:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:reply-to:user-agent:subject:date:message-id:mime-version :content-transfer-encoding; bh=WcLRlRbiQdR2mD+O7P6WgaNTG3c2c0zjQTi9MYgQynQ=; b=PE0b/Dy9H2uJdNqTS4HGR2V6G4og5LXClob5tVkRKHyf7CRTHUh/l0o9O/1B5hu68z 5uq8Mvp+twkJ39qDYc4j798eYM1jgwJGOdBKJftL3Fdnpq7sjfdAzj+b7+pim4TnsBCP n1DS8rcca0gloup5nCc6ldKumMDZwUVFuk7sal9k9hlPa1hL53ATBAUy4+9qeteui4WH fxk0xF5kTaX0VMSfUtubF8R17kJHrl2jpDJvRew+MQeRPBwrpbytgGkjmaJKLa7Up1JF kLW2a5krZQDUywWriWvifOrR8d2Jl6owyvMTUwksEv1Tk0gYa2UGXmZPWmvoGVCeI8Px R49w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:reply-to:user-agent:subject:date :message-id:mime-version:content-transfer-encoding; bh=WcLRlRbiQdR2mD+O7P6WgaNTG3c2c0zjQTi9MYgQynQ=; b=rFX6DFQsCY6ukhS9mwRRuNrTQvxKIXqD3tti61uIeZOIKkTG1skBmJfPGVc98aA+5s zoaRFGwgVn3aoXsIucxbLpOtt+CfPBB66EsN988XXIjb0i/4dORE/W6HtcWPdtEGRdzz L25sOxChX7/aaYwWVsSRkwokHN9PoW71PI053XlfYrc3jSso+nmNL/kMrampNyPuS1oT X+i6hRB5jo9H1RgVIsqbnbVzVhoeyCNPgJ8bkiQ82PKgR10dzIqFC0UH3xFisuVOSaQZ SKDHb6zQh4USchst9iycK8NBteaz4JndFHFXbbbI/Ch66gj3Q+bKHR0O/pChGRUjZdZB K+PQ== X-Gm-Message-State: APjAAAWtnokQ86Msc7qrDzI7H9ZUIt9iKyEYfd/uWleDpAZImpzfByRY VTgL2ZLAdofKb8oC7MT8TwB4Xo+y X-Google-Smtp-Source: APXvYqwUvAy/D6qcuRo0Au2VMCleW0tOB+GnR6JlPD/IYHG+E+psq5C9+DAL5Rm6yfFwdKUXFd7D+w== X-Received: by 2002:a9d:12a8:: with SMTP id g37mr13075500otg.261.1579444273562; Sun, 19 Jan 2020 06:31:13 -0800 (PST) Received: from unknown ([2600:1702:19a0:4f10::49]) by smtp.gmail.com with ESMTPSA id m89sm11359597otc.41.2020.01.19.06.31.12 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 19 Jan 2020 06:31:13 -0800 (PST) To:Edbrowse-dev@lists.the-brannons.com From: Chuck Hallenbeck Reply-to: Chuck Hallenbeck User-Agent: Mozilla/4.0(compatible;MSIE 7.0;Windows NT 6.1;WOW64;Trident/5.0;SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729;Media Center PC 6.0; .NET4.0C; .NET4.0E) Subject: [edbrowse-dev] Unresponsive edit buttons: additional info. Date: Sun, 19 Jan 2020 09:31:12 -0500 Message-ID: <20200019093112.chuckhallenbeck@gmail.com> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi folks, I unbrowsed the page that produced the unresponsive button, searched for the button name, Edit title, and found this, which seems to be a complete list entry:
  • Edit title
  • I am using edbrowse from the master branch on git, and have encountered a problem with unresponsive buttons on www.storyworth.com, where I have an account. My daughter, with a windows laptop, also has access to the account, and has no problem activating the same buttons. The buttons in question include a set of actions related to edit functions. Here is an example involving a button called "edit title" which fails to activate, after which I used the capital A command to view the underlying code. * {Edit title} A A 32 ,
    Edit title I get the same behavior whether I log into the account with or without the line nojs=storyworth.com in my config file. Any suggestions are much appreciated. Chuck