Skip to content

Not able to create calendar event from the popup. #516

@ashishsantikari

Description

@ashishsantikari

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:

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:

  1. Load the extension in Thunderbird.
  2. Open the popup triggering this script.
  3. 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

No one assigned

    Labels

    staleIssues without activity in the last 7 days or more

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions