56.0.2
macOS 10.13.2
It should be possible to type tags into this field. It is possible to edit tags in _Show All Bookmarks_.
Not reproducible with:
@auxbuss for you, is the issue reproducible with Waterfox in safe mode?
It's not reproducible in safe mode. However, if I disable all add-ons (five of), the problem persists.
Thanks, can you share troubleshooting information? Copied from about:support
Also: if you use a userChrome.css file, the content of that file.
userChrome.css:
/* Tab bar below Navigation & Bookmarks Toolbars
For best results, show Title Bar or Menu Bar */
#nav-bar { /* main toolbar */
-moz-box-ordinal-group: 1 !important;
border-top-width: 0 !important;
}
#PersonalToolbar { /* bookmarks toolbar */
-moz-box-ordinal-group: 2 !important;
}
#TabsToolbar { /* tab bar */
-moz-box-ordinal-group: 3 !important;
}
After some investigation, I think this problem is due to my using PopClip. The problem is resolved when I close that app. I've tried disabling all extensions in PopClip, but the problem persists in Waterfox. I'll raise this with the PopClip folk. Happy for you to close this, although it would be nice to have this confirmed by another PopClip user. Thanks all the same.