From 89866890d20ee7eaf55f1fe935c6673e3bbd89c3 Mon Sep 17 00:00:00 2001 From: nightwing Date: Sat, 2 Feb 2013 23:07:59 +0400 Subject: [PATCH] hotfix bookmarklet --- textarea/src/ace-bookmarklet.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textarea/src/ace-bookmarklet.js b/textarea/src/ace-bookmarklet.js index b53b782f1..ccbd97337 100644 --- a/textarea/src/ace-bookmarklet.js +++ b/textarea/src/ace-bookmarklet.js @@ -259,7 +259,8 @@ exports.transformTextarea = function(element, loader) { left: "0px", right: "0px", bottom: "0px", - border: "1px solid gray" + border: "1px solid gray", + position: "absolute" }); container.appendChild(editorDiv); @@ -610,7 +611,7 @@ exports.options = { keybindings: "ace", showPrintMargin: "false", useSoftTabs: "true", - showInvisibles: "true" + showInvisibles: "false" }; });