OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
668 stars 95 forks source link

Powerpoint content add-in changes position when in slide show mode #3321

Open gingerbuythis opened 1 year ago

gingerbuythis commented 1 year ago

Your Environment

Expected behavior

Expecting not the position of the content add-in to change in slideshow mode.

Current behavior

Recently I've noticed content add-ins shift up in position when I enter slide show mode. The add-in behaves as normal except it's position changes, shifting upwards, and a static image below the content add-in is revealed, showing double footers (in the case of my add-in) which looks very weird. The shifting upwards also covers up other elements in the slide (e.g. text) when outside of slide show mode it wouldn't.

The bug seems to happen to other content add-ins besides mine like the Microsoft WebViewer add-in. Furthermore it seems to only happen on Powerpoint for Mac. I've tested it on Powerpoint Online and Powerpoint for Windows Desktop and haven't ran into the problem.

Steps to reproduce

  1. Open up Powerpoint for Mac
  2. Insert content add-in to slide (e.g. Microsoft Web Viewer)
  3. Enter slide show mode and you'll see the bug

Context

Users are confused why the slide show mode doesn't reflect the slide in edit mode and they're thinking it's a bug caused by our content add-in product.

Useful logs

There aren't any errors that pop up in the console log when this happens. But here are some screenshots of the bug.

Edit mode:

Screenshot 2023-04-27 at 11 55 35 AM

Slide show mode:

Screenshot 2023-04-27 at 11 55 45 AM
EsterBergen commented 5 months ago

Hi! We're tracking this bug (8891580) and will provide information once more details are available. Thank you for raising it!