OfficeDev / office-js-helpers

[ARCHIVED] A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
MIT License
126 stars 56 forks source link

Double clicking the 'Allow' button on the dialog consent form in Word Online launches two dialogs #122

Closed csgmike closed 5 years ago

csgmike commented 5 years ago

Expected Behavior

Only one dialog should be launched regardless of single/double click

Current Behavior

When doble clicking the 'Allow' button, two dialogs are shown

Steps to Reproduce

  1. Load the 'Script Lab' addin in Word Online
  2. Launch the 'Code' taskpane
  3. Click the hamburger in the top left of the panel until you have the code view
  4. Click the user login button in the top right of the task pane
  5. Double click the 'Allow' button: two auth windows are launched

image

csgmike commented 5 years ago

Posted in the wrong repo link to new bug