| Summary: | Additem.pl barcode tag editor useless with autoBarcode disabled | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Christopher Brannon <cbrannon> |
| Component: | Cataloging | Assignee: | Galen Charlton <gmcharlt> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | m.de.rooy |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16580 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Christopher Brannon
2014-11-17 18:43:59 UTC
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 |