From 0cded9cf5ab8dc838efd233d65acc9f51f620e1b Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 14 Nov 2018 09:35:09 +0100 Subject: Revert "[PALEMOON] Focus and select the first non-collapsed text element in the bookmark properties dialog" This reverts commit e9a58eae57e65b082b461ec17aaf4bef9bb582f9. Tag #867 --- .../palemoon/components/places/content/editBookmarkOverlay.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'application/palemoon/components') diff --git a/application/palemoon/components/places/content/editBookmarkOverlay.js b/application/palemoon/components/places/content/editBookmarkOverlay.js index e3d4537c7..69d7d32eb 100644 --- a/application/palemoon/components/places/content/editBookmarkOverlay.js +++ b/application/palemoon/components/places/content/editBookmarkOverlay.js @@ -222,11 +222,6 @@ var gEditItemOverlay = { } let focusElement = () => { - let elt = document.querySelector("textbox:not([collapsed=true])"); - if (elt) { - elt.focus(); - elt.select(); - } this._initialized = true; }; -- cgit v1.2.3