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

Cursor position is lost in Firefox when switching to and from previewer to editor #139

Closed
OscarGodson opened this issue Jul 1, 2012 · 0 comments

Comments

@OscarGodson
Copy link
Owner

Write some text with multiple lines in Firefox. Then put the cursor in the middle somewhere. Go to the previewer, now go back to the editor. Notice the cursor is now at the top.

OscarGodson referenced this issue in hongymagic/EpicEditor Apr 7, 2013
- This returns host implementation of the Selection object. You can find
  out more about this API on the HTML Editing API document:

  https://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#selections
OscarGodson added a commit that referenced this issue Apr 8, 2013
…ing it in

the right place when flipping from preview to edit.
OscarGodson added a commit that referenced this issue May 20, 2013
…r by

setting the left position by -999999px.
OscarGodson added a commit that referenced this issue May 20, 2013
…9999px and

'' left property values instead of none/block display property values when
checking if an element is displayed or not.
OscarGodson added a commit that referenced this issue May 20, 2013
…, you know

who (Firefox). At -9999999px, Firefox converts the pixel value to -1e+7px
meaning it wouldn't be testable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant