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

Subject: Re: [EXTERNAL] Re: [jats-list] Issues with UI for JATS 1.4 Archiving Tag Library
From: "Randall, Laura (NIH/NLM/NCBI) [E] laura.randall@xxxxxxx" <jats-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Apr 2025 16:03:11 -0000
All,
I appreciate all the feedback and assistance!

The expand/collapse function is now working in the 1.4 Tag Library in Chrome
on Windows. Firefox still isn't happy with it, which has me perplexed. I am
still working on it, though, so  I appreciate your patience.

Best,
Laura

___________________________________
Laura Randall
Technical Information Specialist
National Library of Medicine
National Institutes of Health
NIHBC-45 Natcher 5AN38D12
Phone: 301-435-0467
Email: laura.randall@xxxxxxx

From: Liam R. E. Quin liam@xxxxxxxxxxxxxxxx
<jats-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, April 22, 2025 1:11 AM
To: jats-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [EXTERNAL] Re: [jats-list] Issues with UI for JATS 1.4 Archiving Tag
Library

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]) {
  // ...
}
items[i].checked = false;


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

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

Well spotted.




--
Liam Quin, 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:
http://www.fromoldbooks.org<http://www.fromoldbooks.org/>
JATS-List info and archive<http://www.mulberrytech.com/JATS/JATS-List/>
EasyUnsubscribe<http://lists.mulberrytech.com/unsub/jats-list/247966> (by
email<>)
CAUTION: This email originated from outside of the organization. Do not click
links or open attachments unless you recognize the sender and are confident
the content is safe.

Current Thread