[Koha-bugs] [Bug 12376] blinking cursor not clear in larger resolutions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 17 17:06:28 CET 2014


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

Christopher Brannon <cbrannon at cdalibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbrannon at cdalibrary.org

--- Comment #2 from Christopher Brannon <cbrannon at cdalibrary.org> ---
The problem is easy to fix with jQuery, but introduces other issues due to
unconventional uses of text boxes.  For example, I can add padding to the text
boxes with this:

$("input[type='text']").css("padding","2px");

But unfortunately Koha has started adding graphics inside the text boxes, such
as a padlock in some of the marc fields in cataloging.  If these images were on
the outside of the textbox rather than inside, this would be fixed.  However,
additional code would have to be used to detect and exclude these instances.

I agree that in general, the text boxes need some padding inside.  Not being
able to see the cursor when it is right on top of the textbox border has been
an ongoing nuisance.

Christopher

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


More information about the Koha-bugs mailing list