https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30123

Owen Leonard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #13 from Owen Leonard <[email protected]> ---
In my test, changing the markup in html_helpers.inc fixed the issue:

-  <option class="[% d.branchcode | html %]" value="[% d.desk_id | html %]"
disabled hidden>[% d.desk_name | html %]</option>

+  <option class="[% d.branchcode | html %]" value="[% d.desk_id | html %]"
disabled style="display: none">[% d.desk_name | html %]</option>

jQuery's show and hide don't play nice with the "hidden" attribute?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to