From 38e90d607197619e979785b3783eb93409c0871d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 4 Nov 2023 23:33:19 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 078dc07..35a0886 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -48,6 +48,13 @@ var setup = function(){ - - ## Bugs: focused:: true + - BUG? clicking a block right of the lines places the cursor at end of last line -- should be the end of the cursor line (see: `.getTextOffsetAt(..)`) + - example click right of the text: + - example text + example text + example text + example text + - _appears that the initial caret placement is correct, but then it gets moved to the end of the block..._ - BUG: mobile browsers behave quite chaotically ignoring parts of the styling... - FF: - zooming on edited field