-
Notifications
You must be signed in to change notification settings - Fork 30
Closed as not planned
Labels
staleIssues without activity in the last 7 days or moreIssues without activity in the last 7 days or more
Description
Bug Report: Code execution stops unexpectedly at line 198 in mzta-popup.js
Repository: ThunderAI
File: popup/mzta-popup.js
Line: 198 (commit 591a556)
URL:
Line 198 in 591a556
Array.from(filteredData).slice(first_num_el, max_num_el).forEach((item, index) => { |
Description:
I am debugging the popup script of this extension and encountered an issue where the code execution stops after the code on line 198 in mzta-popup.js
. The logic at this line is unclear to me, and it appears to cause the script to halt, preventing further execution of the popup's functionality.
Steps to Reproduce:
- Load the extension in Thunderbird.
- Open the popup triggering this script.
- Observe that the script execution ends or pauses immediately after line 198.
Expected Behavior:
The script should continue executing past line 198 without stopping so the popup can function as intended.
Actual Behavior:
Script execution halts unexpectedly at line 198, impacting the popup's behavior and user experience.
Additional Notes:
- I am not clear on the intention of the logic at this line, so it might need clarification or correction.
- Debugger tools show the execution stop here consistently.
- Thanks for the great work on this extension!
Metadata
Metadata
Assignees
Labels
staleIssues without activity in the last 7 days or moreIssues without activity in the last 7 days or more