hannesmannerheim / qvitter

mirror. moved to https://git.gnu.io/h2p/Qvitter, send merge requests and issues there
https://git.gnu.io/h2p/Qvitter
GNU Affero General Public License v3.0
86 stars 26 forks source link

Offset cursor #241

Open GPhMorin opened 9 years ago

GPhMorin commented 9 years ago
  1. Login to Quitter.no
  2. Press the N key to pop up the Queet composer
  3. Press Enter to add a new line
  4. Press Enter to add a new line
  5. Type "Hello World"
  6. Try clicking inside the box to move the cursor to the first line

Expectation: the cursor moves to the far left of the first line Actually: the cursor moves to the far left of the "Hello World"

GPhMorin commented 9 years ago

In fact, I also experience the same issue with the sidebar composer and with the inline comment composer.

hannesmannerheim commented 9 years ago

tried to fix this, but it's non-trivial. maybe i need to add and learn the rangy javascript library and use that.