script-lab-2017
script-lab-2017 copied to clipboard
[Archived. This is an older version that's no longer maintained. See https://github.com/officedev/script-lab instead]
https://github.com/OfficeDev/script-lab/blob/master/src/server/server.ts Right now, the "zip.on" and other functionality is not exposed as a promise (breaks promise chain), and also does a `throw` instead of a `reject` (breaks promise chain) While...
E.g., for a web (or Word) snippet, shouldn't be seeing the Excel ones: 
Open site in in-private window for first time, and you'll see it:  We've had this since the start, but still would be good to finally get it fixed.
 ## Expected Behavior There would be a scroll bar so I can scroll the page to see the rest of the content. ## Current Behavior No scroll bar. ##...
Tracking issue for https://github.com/OfficeDev/office-js-helpers/issues/50. Will become rather important when we introduce the full "try it" experience.
(And also remove query parameters from URL after it's read. For the latter, see https://stackoverflow.com/questions/22753052/remove-url-parameters-without-refreshing-page)
In Excel Desktop on Windows 10  ## Expected Behavior ## Current Behavior Ctrl+F, type something, hit enter Nothing shows in the text box ## Possible Solution ## Steps to...
  - https://dev.office.com/docs/add-ins/develop/auth-external-add-ins
See @WrathOfZombies 's comments on issue #593 . Looks like origin is sometimes `''`. We should check for when this can happen, and/or add asserts for this (to throw a...