Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerPoint Online access to slide show window #35

Closed
scemis opened this issue Nov 25, 2017 · 15 comments
Closed

PowerPoint Online access to slide show window #35

scemis opened this issue Nov 25, 2017 · 15 comments
Assignees
Labels
Area: PowerPoint Issue related to PowerPoint add-ins Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs

Comments

@scemis
Copy link

scemis commented Nov 25, 2017

Message from office-js bot:
We’re closing this issue because it has been inactive for a long time. We’re doing this to keep the issues list manageable and useful for everyone. If this issue is still relevant for you, please create a new issue.
Thank you for your understanding and continued feedback.

Office.context.document.getActiveViewAsync function always return 'edit' even when I run presentation slide show. Happens only in browser. (Desktop version works fine).

Presentation opens in new window for slide show:
(ex: https://powerpoint.officeapps.live.com/p/PowerPointFrame.aspx?PowerPointView=SlideShowView)

Is there way to connect and get context/events from that slide show window?

Thanks in advance.

@scemis scemis changed the title PowerPoint Online PowerPoint Online access to slide show window Nov 25, 2017
@hongbo-miao hongbo-miao added the Area: PowerPoint Issue related to PowerPoint add-ins label Jan 11, 2018
@lindalu-MSFT
Copy link
Contributor

@scemis Hi, and thanks for reporting this! I'm the PM who has been assigned to track down old issues and see if they still need to be assigned. Can you confirm that this still happens when you run presentation slide show? And also, if so, please report the repro steps. Thanks for your help!

@scemis
Copy link
Author

scemis commented Jul 27, 2019

Thanks for your final reply.
I just test my add-in with latest office.js
https://appsforoffice.microsoft.com/lib/1/hosted/office.js

And I found no changes regarding my problem.
So still no difference between modes (always edit)

Below you can find a code example:

Office.context.document.getActiveViewAsync(function (asyncResult) {
console.log('ActiveView mode: ' + asyncResult.value);
});

// result: ActiveView mode: edit

Please, let me know if you have any questions.

@ElizabethSamuel-MSFT
Copy link
Contributor

@JuaneloJuanelo Can you help get this directed appropriately? Thanks.

@scemis
Copy link
Author

scemis commented Nov 23, 2019

@JuaneloJuanelo Do we have any progress here? Please let me know if I can help anyhow. Thanks.

@gordonmleigh
Copy link

I have the same issue. The reproduction is simple; getActiveViewAsync always returns edit and the handler for Office.EventType.ActiveViewChanged doesn't fire when you start presenting.

@gordonmleigh
Copy link

@JuaneloJuanelo @ElizabethSamuel-MSFT @lindalu-MSFT is anyone looking at this?

@lindalu-MSFT
Copy link
Contributor

@mscaitlina Can you help us assign this to the correct person?

@lindalu-MSFT
Copy link
Contributor

Note: This is a browser issue. Works as expected in desktop. Is this is the backlog?

@lindalu-MSFT lindalu-MSFT added Needs: attention 👋 Waiting on Microsoft to provide feedback Type: product question Question about the Office Add-ins platform or Office JavaScript APIs labels Dec 11, 2019
@weshi weshi assigned weshi and unassigned JuaneloJuanelo Dec 11, 2019
@donlvMSFT
Copy link

@scemis , thanks for reporting the issue. I did some quick repro but the API works well with my test content add-in (In below).
So I would like to get more clear about your scenario during following questions.

  1. Do you use Content Add-in or Taskpane Add-in?
  2. If it's Content Add-in, could you share your add-in for us to repro?
  3. If it's Taskpane Add-in, could you share with us the add-in and how you trigger the API during presenting mode?

Thanks for your information, that will be very helpful.

Here is the add-in manifest file I use, inner Find Mode button the code is

Office.context.document.getActiveViewAsync(function (asyncResult) {
    console.log('ActiveView mode: ' + asyncResult.value);
});

@lindalu-MSFT lindalu-MSFT added the Status: no recent activity Issue or PR is stale (no recent activity) label Jun 25, 2020
@ghost ghost removed the Status: no recent activity Issue or PR is stale (no recent activity) label Jun 25, 2020
@AbidRahman-MSFT AbidRahman-MSFT assigned lliu113 and unassigned weshi Feb 23, 2021
@jipinshi jipinshi assigned jipinshi and unassigned lliu113 Apr 8, 2021
@jipinshi
Copy link

jipinshi commented Apr 8, 2021

@scemis , can you specify which kind of addin do you use here? Content addin or taskpane addin? Can you share the manifest you used? I tried with scriptlab which is a taskpane addin which cannot be executed when in slide show mode.

@scemis
Copy link
Author

scemis commented Apr 8, 2021 via email

@jipinshi jipinshi added Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs Product Features Request and removed Type: product question Question about the Office Add-ins platform or Office JavaScript APIs Needs: attention 👋 Waiting on Microsoft to provide feedback labels Apr 12, 2021
@lumine2008
Copy link

A bug (5021004) is created to track this issue.

@lumine2008 lumine2008 added the Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown label Apr 14, 2021
@CaptainTammy
Copy link

@gingerjia @ElizabethSamuel-MSFT @lindalu-MSFT
Is there any progress expected on this in the near future? We have the same problem for our TaskPane-App that we would need to know when we are in edit or read (edit or presenting) mode. We are also stuck for getting our app submitted as we can not proceed without the web version working. We have also posted an issue about this #2756

Example: here

@ElizabethSamuel-MSFT
Copy link
Contributor

@jipinshi Any update on this? Thanks.

@gingerjia
Copy link

Hi @ElizabethSamuel-MSFT seems @jipyua addressed the issue in thread #2756. Thanks!

@gergzk gergzk closed this as not planned Won't fix, can't repro, duplicate, stale Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: PowerPoint Issue related to PowerPoint add-ins Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs
Projects
None yet
Development

No branches or pull requests