00032

Summary: Diigo extension with HTML annotations enabled prevents writing comments
Created: 2018-12-26 00:55
Status: Open
Category: Bug
From: rsaarelm?
Assigned:
Priority:
Version:
OS:

Description: Linux / Chromium Version 70.0.3538.110 (Developer Build) (64-bit)

Have Diigo extension installed: https://chrome.google.com/webstore/detail/diigo-web-collector-captu/pnhplgjpclknigjpccbcnmicgcieojbh version 3.3.99

Diigo extension has "Upon text selection, show mini search/highlight popup" active from extension options (this is the default)

When trying to post new comment on any greaterwrong.com post with "Post new comment" or "Post new answer" button, the comment box will not appear if Diigo extension selection annotation is turned on.

Error in browser JS console:

script.js?v=1545258741:466 Uncaught TypeError: Cannot read property 'closest' of null
    at hideReplyForm (script.js?v=1545258741:466)
    at queryAll.forEach.textarea (script.js?v=1545258741:418)
    at Array.forEach (<anonymous>)
    at GW.commentActionButtonClicked (script.js?v=1545258741:417)
    at HTMLButtonElement.ael.activateEventListener (script.js?v=1545258741:70)
hideReplyForm @ script.js?v=1545258741:466
queryAll.forEach.textarea @ script.js?v=1545258741:418
GW.commentActionButtonClicked @ script.js?v=1545258741:417
ael.activateEventListener @ script.js?v=1545258741:70

rsaarelm?