script-lab icon indicating copy to clipboard operation
script-lab copied to clipboard

[Archived - see the readme for more info] Create, run, and share your code directly from Office

Results 154 script-lab issues
Sort by recently updated
recently updated
newest added

### Bug Report - **Host**: EXCEL - **OS**: Windows 10 - **Browser**: - - **Environment**: prod #### Expected behavior: * `console.clear()` command should clear the console (ScriptLab console under "Last...

ScriptLab has recently updated After that custom functions stopped working. They only show #BUSY. Microsoft announcement: https://devblogs.microsoft.com/microsoft365dev/update-on-the-future-of-the-script-lab-office-add-in/ Even most simple functions do not work. E.g. /** * Doubles the number...

custom-functions
P0

### Bug Report - **Host**: Excel Win32 - **OS**: Win10 - **Browser**: (fill out if relevant/applicable) - **Environment**: SLR-beta #### Expected behavior: After I write some new code, then click...

feature
office-js

I.e., should not let me accidentally commit a `debugger;` statement, the way it did here: https://github.com/OfficeDev/script-lab/pull/518/commits/54588a542baeb49d447ea58390fae2f4e76bed45 You can see it outputting the warning in the log, too: https://travis-ci.com/OfficeDev/script-lab/jobs/167576415#L1215 So we...

Currently, hovering on the title gives no tooltip.

feature
ui
needs-triage

![image](https://user-images.githubusercontent.com/2230453/43929248-fdd24f08-9be8-11e8-9ca1-d234c612bd5a.png) While we're at it, we should also consider allowing an option to publish as CONTENT add-in instead of assuming taskpane (see https://github.com/OfficeDev/script-lab-2017/issues/889)

P2
suggestion

It would be great to have a delete button on the backstage so we can delete snippets faster and possibly even delete multiple snippets at once.

P3
suggestion

This **Sev2** bug was opened against the Agaves Add-ins team during an accessibility test pass. ### Bug Report Test Environment: OS name: Microsoft Windows 11 Enterprise. OS Version: 10.0.22631 Build...

P2
accessibility

Have Prettier also format the HTML and CSS files, and additionally don't set the tab size on the libraries model.

suggestion

After porting over the existing CF AsyncStorage custom functions logic, should do the following improvements: 1. Only write to local storage if a dashboard is present. 2. Rather than constantly...

custom-functions
suggestion