From 9a6f1f66be6f924533b39a2a0dfb02d852db3f96 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 10 Oct 2014 20:32:12 +0100 Subject: [PATCH] Yet more fixing for the Firefox jumping toolbar problem... See #282 --- core/ui/EditTemplate/controls.tid | 2 +- themes/tiddlywiki/vanilla/base.tid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ui/EditTemplate/controls.tid b/core/ui/EditTemplate/controls.tid index 4369d34ef..e2dcab626 100644 --- a/core/ui/EditTemplate/controls.tid +++ b/core/ui/EditTemplate/controls.tid @@ -4,7 +4,7 @@ tags: $:/tags/EditTemplate \define config-title() $:/config/EditToolbarButtons/Visibility/$(listItem)$ \end -
+
<$view field="title"/> <$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<> text="hide"><$transclude tiddler=<>/>
diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 2d6adf2f1..178358363 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -708,7 +708,7 @@ canvas.tc-edit-bitmapeditor { line-height: 22px; } -.tc-titlebar { +.tc-titlebar, .tc-tiddler-edit-title { overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */ }