summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-11-14 09:35:09 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-11-14 09:51:45 +0100
commit0cded9cf5ab8dc838efd233d65acc9f51f620e1b (patch)
treea77c539b12df6dfcf16bf72ca415fdcbe41e0970 /application/palemoon/components
parentc8d90e332f4da50fdaa77eb733481d8be547391c (diff)
downloadUXP-0cded9cf5ab8dc838efd233d65acc9f51f620e1b.tar
UXP-0cded9cf5ab8dc838efd233d65acc9f51f620e1b.tar.gz
UXP-0cded9cf5ab8dc838efd233d65acc9f51f620e1b.tar.lz
UXP-0cded9cf5ab8dc838efd233d65acc9f51f620e1b.tar.xz
UXP-0cded9cf5ab8dc838efd233d65acc9f51f620e1b.zip
Revert "[PALEMOON] Focus and select the first non-collapsed text element in the bookmark properties dialog"
This reverts commit e9a58eae57e65b082b461ec17aaf4bef9bb582f9. Tag #867
Diffstat (limited to 'application/palemoon/components')
-rw-r--r--application/palemoon/components/places/content/editBookmarkOverlay.js5
1 files changed, 0 insertions, 5 deletions
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;
};