Code Monkey home page Code Monkey logo

office-js-pane-not-closing-bug's Introduction

Simple addin that demonstrate the bug in Excel add-in (Office 365)

Steps to load the addin:

  1. Share the root folder of this project and Add as trusted catalog (or copy the mainfest existing catalog)
  2. Start the server: python -m http.server 8080
  3. load the add-in in excel

About the bug: If there is a single interval related pane - closing it will stop the interval. If there is another pane open when closing the pane with interval - it will continue to run until reopening the interval pane

Steps to reproduce the bug: there are 3 different scenarions: scenario A:

  1. Open the "interval update pane"
  2. Click the "Random interval!" button (see how values change rapidly in the active worksheet)
  3. Close the "interval update pane" Result: Values stop changing rapidly

Senario B:

  1. Open the "Highlight pane"
  2. Open the "Interval update pane"
  3. Click the "Random interval!" button (see how values change rapidly in the active worksheet) Mid-step-result: Values keep on changing rapidly
  4. Close the "Interval update pane" Mid-step-result: Values keep on changing rapidly
  5. Close the "Highlight pane" Mid-step-result: Values keep on changing rapidly
  6. Open the "Highlight pane" Mid-step-result: Values keep on changing rapidly
  7. Close the "Highlight pane" Mid-step-result: Values keep on changing rapidly
  8. Open the "interval update pane" Result: Values stop changing rapidly

Scenario C:

  1. Open the "Highlight pane"
  2. Open the "Interval update pane"
  3. Click the "Random interval!" button (see how values change rapidly in the active worksheet) Mid-step-result: Values keep on changing rapidly
  4. Close the "Highlight pane" Mid-step-result: Values keep on changing rapidly
  5. Open the "Interval update pane" Result: Values stop changing rapidly

To summarize that: If there is a single interval related pane - closing it will stop the interval. If there is another pane open when closing the pane with interval - it will continue to run until reopening the interval pane

office-js-pane-not-closing-bug's People

Contributors

yossicohen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.