Re: [jats-list] Issues with UI for JATS 1.4 Archiving Tag Library

Subject: Re: [jats-list] Issues with UI for JATS 1.4 Archiving Tag Library
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <jats-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Apr 2025 05:11:07 -0000
On Mon, 2025-04-21 at 19:37 +0000, Alf Eaton eaton.alf@xxxxxxxxx wrote:
> It looks like there's a bug around line 334 of taglib.js that's
> making it throw an error:
>
> if (items[i.checked]) {
> B  // ...
> }
> items[i].checked = false;


Yes. This should be
B  if (items[i].checked) {

and i am the guilty party here :-) although others have edited the file
since.

Well spotted.



--
Liam Quin,B https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations: B http://www.fromoldbooks.org

Current Thread