https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24786
--- Comment #152 from Martin Renvoize <[email protected]> --- Created attachment 113241 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113241&action=edit Bug 24786: (QA follow-up) Do not use 'hidden' attribute The hidden attribute for loading an element hidden is known to have issues and inconsistencies accross browsers. This patch instead updates the relevent input options to use an inline style of 'display: none' to hide the elements on page load and then .show, .hide for subsquent changes linked to the library branch picker change. -- 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/
