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

Slashes randomly inserted on Canvas (usecanvas.com) #45

Open
sersorrel opened this issue Apr 11, 2016 · 2 comments
Open

Slashes randomly inserted on Canvas (usecanvas.com) #45

sersorrel opened this issue Apr 11, 2016 · 2 comments
Labels

Comments

@sersorrel
Copy link

To reproduce:

  1. Create a new Canvas
  2. Type a slash, then any other character
  3. Observe the extra slash placed after the cursor (also that it can't be deleted by pressing delete or backspace)
  4. Attempt to delete the letter (delete produces pessimal results, backspace just inserts slashes)
  5. Observe that extra slashes and letters are added after the cursor

The only way to recover from this is by selecting all text containing a slash (either with the mouse or the home/end buttons) and deleting it, as all attempts to use backspace/delete without text selected simply cause the characters to reproduce.

@sersorrel
Copy link
Author

More details: Canvas uses a ContentEditable div instead of a textarea or similar. Will that make this impossible to fix, given how broken ContentEditable is?

@jessepollak
Copy link
Owner

It should be fixable — Gmail uses contenteditables and I've been able to make it work there!

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

No branches or pull requests

2 participants