-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GMail stopped working: because it doesn't use a textarea? #162
Comments
There isn't any special magic apart from looking for editable DIV tags
instead of textareas. I'm just testing with Google Chrome and it seems
to be working fine here. Do you have plain text mode enabled for your
compose window?
…On Wed, 18 Sep 2019 at 13:29, Attila Lendvai ***@***.***> wrote:
Chromium on Debian: Version 76.0.3809.100 (Developer Build) built on Debian 10.0, running on Debian 10.1 (64-bit)
running the latest from the git repo, both in the browser and in Emacs 26.1.
commit af46de4 (HEAD -> master, origin/master, origin/HEAD)
Author: Alex Bennée ***@***.***>
Date: Sat Mar 16 16:44:27 2019 +0000
xmlcomms.js: actually honour the edit_server_host setting
it has stopped working in the gmail compose window, somewhere around when i updated debian (and with that i guess chromium, too). the behavior is strange: as if emacs received the contents of past invocations... and/or then the content is further html-escaped with each invocation...? but it's never showing the gmail compose contents, and sometimes it's just empty.
after investigating i noticed that gmail is not using textarea's, but then the context menu contains the edit-with-emacs button when i click there, so i guess there's already some magic in the code to deal with gmail specifically?
another strange thing that Alt+Enter (my shortcut if it's not the default) doesn't work in gmail's compose window, but it works in github textboxes.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
--
Alex, homepage http://www.bennee.com/~alex/
|
FWIW my Google Chrome is 77.0.3865.75 (Official Build) (64-bit) |
i have tried in both plain text and rich text modes. errr... wait! i have reloaded the gmail tab just now (by entering "gmail.com" into the location bar), and now ALT+Enter started to work properly. but when i issue the context menu command, then i get this into the emacs buffer:
|
That certainly looks like a non-text only mode bunch of html. |
i also have this is how i load stuff in emacs:
|
I can prove that the plugin can't find the |
I have also set GMail to just text instead of the rich editor, but pressing alt+enter doesn't work. |
The latest push to master fixed a problem with gmail switching to having "spellcheck=false" attributes in the editable div. If you could try the current master and confirm if it solves your problem? |
Chromium on Debian:
Version 76.0.3809.100 (Developer Build) built on Debian 10.0, running on Debian 10.1 (64-bit)
running the latest from the git repo, both in the browser and in Emacs 26.1.
it has stopped working in the gmail compose window, somewhere around when i updated debian (and with that i guess chromium, too). the behavior is strange: as if emacs received the contents of past invocations... and/or then the content is further html-escaped with each invocation...? but it's never showing the gmail compose contents, and sometimes it's just empty.
after investigating i noticed that gmail is not using textarea's, but then the context menu contains the edit-with-emacs button when i click there, so i guess there's already some magic in the code to deal with gmail specifically?
another strange thing that Alt+Enter (my shortcut if it's not the default) doesn't work in gmail's compose window, but it works in github textboxes.
The text was updated successfully, but these errors were encountered: