Skip to content
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

sVim inserts extra HTMLs to email sent on web interface. #76

Closed
gonejack opened this issue Oct 28, 2017 · 3 comments
Closed

sVim inserts extra HTMLs to email sent on web interface. #76

gonejack opened this issue Oct 28, 2017 · 3 comments

Comments

@gonejack
Copy link

gonejack commented Oct 28, 2017

sVim keep appending this extra text to every editable web content like emails blogs that composed on web interface, and users normally won't see this extra on browser until mobile devices which don't care about CSS to show it up.

<div id="sVim-command" style="bottom: 0px; display: none;">-- NORMAL --</div>
@kbro237
Copy link

kbro237 commented Feb 22, 2018

I've also had this inserted into content edited by Wordpress. There are times when Wordpress gobbles the style and leaves the '--- NORMAL ---' text.

Also, I now see this appears to be a duplicate of #38

luchenyuxx pushed a commit to luchenyuxx/sVim that referenced this issue Mar 12, 2018
@luchenyuxx
Copy link
Contributor

I tried to fix this by avoiding sVim getting initialised in iframes. However, at last, I think it's not a good idea to block sVim in every iframe. Some iframes may still contain some links that an user wants to follow.
I think it's a good idea to add the page which has issue to blacklist.

@gonejack
Copy link
Author

gonejack commented Mar 16, 2018

Curious about how vimium for Chrome works, vimium seems no this problem.

Adding pages to blacklist is not a good enough solution, especially for new users, I would personally prefer block out all the iframes if there are no other choices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants