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
670 stars 96 forks source link

Outlook addin using Bootstrap modal or offcanvas bleeds through on Mac version of Outlook. Classic and New Outlook for Mac. #4765

Closed salesoutlook closed 1 month ago

salesoutlook commented 1 month ago

Provide required information needed to triage your issue

We have an Outlook Single page bootstrap addin that uses modal and offcanvas. It works on Outlook pc (classic and New) OWA, and Outlook Mobile. The Offcanvas bleeds through on Outlook for the Mac.

Your Environment

Expected behavior

A user clicks on a menu item in the Outlook addin and the bootstrap Offcanvas overwrites the current screen.

Current behavior

On the Mac version the underlying page bleeds through and the offcanvas only partially overwrites the current screen.

Steps to reproduce

  1. Create a single page Outlook addin with bootstrap and use the offcanvas feature of bootstrap. https://getbootstrap.com/docs/5.0/components/offcanvas/ ____
  2. __See attached screen shots.

Link to live example(s)




  1. offcanvas pc-ExpectedBehaviour offcanvasmacbleed through

    Provide additional details




Context

Trying to create a universal app for all platforms.

Useful logs

Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.

salesoutlook commented 1 month ago

Current New Outlook for Mac Version 16.87.2 (24072822) Microsoft 365 subscription.

salesoutlook commented 1 month ago

It appears to be a Safari issue. I was running Chrome to test OWA. Safari and OWA has the same issue of bleed through.