If autoBarcode is disabled in preferences, a useless tag editor remains next to the barcode field in additem.pl. It would be preferable if this button was hidden when this preference is disabled. Just a cosmetic and workflow (tabbing) issue. Christopher
Work in progress on bug 10480 will make this easier to fix.
Hi Christopher, I think it would disappear if the link to the plugin was removed from the framework.
If you do not use a plugin, you can of course always remove it as Katrin says. In the meantime I tested my plugin proposal: If a plugin does not have a popup, I will set tabindex=-1 for the buttonDot anchor (with the tag editor image). So your tab does not reach it. To make it even more visual, I would like to do something with the color or the image to make a distinction between a plugin with a popup and a plugin without a popup (that still contains some action linked to Blur, Focus, etc.) The image should still signal the user that this field has something extra..
I like the idea of using a bit more obvious icons :)
(In reply to Katrin Fischer from comment #2) > Hi Christopher, I think it would disappear if the link to the plugin was > removed from the framework. That did the trick. I prefer the method being worked on in the fix, but for now, that easily takes the issue out of the way. Thanks! Christopher