atomic-chrome icon indicating copy to clipboard operation
atomic-chrome copied to clipboard

sometimes It mangles the text

Open agzam opened this issue 6 years ago • 2 comments

I'm not sure if this is a bug in the package or an upstream bug in Chrome extension itself.

it's probably easier if I give you the repro steps (using Twitter as an example):

  • go to twitter.com

  • open "new tweet" dialog

  • type something with reference to another account, e.g. "@emacs"

  • open atomic-chrome session

  • you'll see that the text (instead what expected) would be something like :

    <a class="twitter-atreply pretty-link" href="/emacs" role="presentation"><s>@</s>emacs</a>
    

I think what it does - it uses literally content of the input control/textarea. It should take its .text() The same behavior can be observed on other web sites, e.g.: gmail, jira, etc.

agzam avatar Feb 26 '18 02:02 agzam

@agzam, could you please test with GhostText, and also Firefox+GhostText to eliminate Chrome-specific and Atomic Chrome (browser extension) specific causes? I can confirm this bug is not present when editing the text-entry box I am using to reply to this issue (eg: @agzam is correctly copied into the Emacs buffer), using Chrome+GhostText+Atomic-Chrome (Emacs) 2.0.0+Emacs-Websocket 1.13. [edit: Oh, and Emacs 26.3]

sten0 avatar Jan 12 '21 23:01 sten0

@sten0 I'm sorry, it's been very long time since I stopped using the extension. I don't even remember the intricacies of setting it up and making it to work. Perhaps someone else can confirm.

agzam avatar Jan 13 '21 21:01 agzam