[Koha-bugs] [Bug 14516] New: Dropbox mode barcode input has odd coloring (alert class css)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 9 21:56:55 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14516

            Bug ID: 14516
           Summary: Dropbox mode barcode input has odd coloring (alert
                    class css)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at quecheelibrary.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Created attachment 40901
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40901&action=edit
Picture of colored barcode input

When dropbox mode is checked the barcode input box changes color (see attached
screenshot)  This coloring is unusual and makes the barcode input hard to read.
 Additionally, once you click anywhere else on the screen the coloring
disappears, which is odd too.

To reproduce:
1 - Browse to Circulation->Returns
2 - Check the dropbox mode box
3 - Check in a book or enter an invalid barcode
4 - See the input box change
5 - Click anywhere outside of that box
6 - See the box revert

The relevant styling comes from:
FILE boostrap.min.css:
 .alert,.alert h4{color:#c09853;}

FILE staff-global.css:
input.alert {
         background-color : #FFFF99;
         border-color: #900;
  }

returns.tt has multiple addClass("alert") and removeClass("alert") so I am not
sure if this is intentional  or a bug

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list