summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-11-14 09:35:09 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-11-14 09:59:06 +0100
commit51e577096290e6066929e987b26c7d89f7327e8f (patch)
tree3609fcaab5d42de9897e6e42b1083e5d5ec863d9
parente1bfe330318bf9e779b5a05e9f389090875794b4 (diff)
downloadUXP-51e577096290e6066929e987b26c7d89f7327e8f.tar
UXP-51e577096290e6066929e987b26c7d89f7327e8f.tar.gz
UXP-51e577096290e6066929e987b26c7d89f7327e8f.tar.lz
UXP-51e577096290e6066929e987b26c7d89f7327e8f.tar.xz
UXP-51e577096290e6066929e987b26c7d89f7327e8f.zip
Revert "[PALEMOON] Focus and select the first non-collapsed text element in the bookmark properties dialog"
This reverts commit e9a58eae57e65b082b461ec17aaf4bef9bb582f9. Tag #867
-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;
};