From 360103bee382ddb4da91a0686458acd20f43dd79 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 27 Oct 2023 16:08:27 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index da32372..fb209dd 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -49,6 +49,11 @@ var setup = function(){ - ## Bugs: focused:: true - BUG: mobile browsers behave quite chaotically ignoring parts of the styling... + - FF: + - zooming on edited field + - normal textarea is not sized correctly + - General: + - side margins are a bit too large (account for toolbat to the right) - - ## ToDo: - selection / multiple node selection (via shift+motion)