[troubleshoot] an HTML filelist filtering script

Discuss and share scripts and script files...
Post Reply
bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

[troubleshoot] an HTML filelist filtering script

Post by bdeshi »

What the script does: you pass a <crlf> separated filelist as the input -> a sortable HTML checklist is generated -> and the original list is returned minus the checked items.
(There's a option $showzombie, which controls whether of non-existent items are listed in the HTML report. Default: yes.)

However, apparently sometimes the checks aren't registered correctly.
For example, of four input items, if any two are checked, the other two items should be returned. But sometimes the return has three items.

Can anybody help repair the bug?
To see the attached files, you need to log into the forum.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: [troubleshoot] an HTML filelist filtering script

Post by bdeshi »

Hmm, nobody found the bug?
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Marco
Posts: 2354
Joined: 27 Jun 2011 15:20

Re: [troubleshoot] an HTML filelist filtering script

Post by Marco »

I gave it a quick look, but my feeling is that there's something wrong within the javascript part. Which, unfortunately, I don't understand :(
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: [troubleshoot] an HTML filelist filtering script

Post by TheQwerty »

I think I downloaded it to take a look and then never did... I'll try to remember to investigate on Monday.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: [troubleshoot] an HTML filelist filtering script

Post by TheQwerty »

I took a look but I couldn't reproduce the problem you see. :?
I'll be glad to look again if you can show me a way to replicate the issue. ;)

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: [troubleshoot] an HTML filelist filtering script

Post by bdeshi »

Okay, thanks.
I hope the code is okay?

And, um,... actually I didn't see the buggy behavior myself, it was reported to me. :lol: I posted it here because it's the best place to straighten our any probable snags on the code.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply