![Dan Stillman](/assets/img/avatar_default.png)
Improvements: - Fixes autocomplete text remaining in field after selection in Fx60 - No more text or icon shifting on select (tested on macOS) Changes: - Tags are now selected on mousedown with no active state, as in web library Regressions: - Tooltip with tag type doesn't appear when hovering over icon - Pressing Tab after modifying a tag loses focus - Right-click in textbox shows custom menu instead of default text editing context menu (Cut/Copy/Paste) To-do: - Switch to this version for note tags box - Style colored tags in autocomplete drop-down? Sort to top? - Only show delete button on row hover, as in web library?
34 lines
No EOL
1.4 KiB
XML
34 lines
No EOL
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
***** BEGIN LICENSE BLOCK *****
|
|
|
|
Copyright © 2018 Center for History and New Media
|
|
George Mason University, Fairfax, Virginia, USA
|
|
http://zotero.org
|
|
|
|
This file is part of Zotero.
|
|
|
|
Zotero is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
Zotero is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with Zotero. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
***** END LICENSE BLOCK *****
|
|
-->
|
|
<?xml-stylesheet href="chrome://zotero-platform/content/zotero-react-client.css"?>
|
|
<?xul-overlay href="chrome://zotero/content/containers/tagSelector.xul"?>
|
|
<?xul-overlay href="chrome://zotero/content/containers/tagsBox.xul"?>
|
|
|
|
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<script src="chrome://zotero/content/include.js"></script>
|
|
|
|
<script src="tagSelectorContainer.js"></script>
|
|
</overlay> |