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

Is it possible to change the icons on the right side of task pane? #3168

Closed
donlawatch opened this issue Jan 9, 2022 · 4 comments
Closed
Assignees
Labels
Area: add-in UI Feedback on UI-related content (e.g., Fabric, dialogs, add-in commands, etc.) Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown Type: doc request Request for new documentation or updates/enhancements to existing documentation

Comments

@donlawatch
Copy link

When I have multiple add-in task panes open, a new icon group appears on the right side of the task pane, as shown in the image below.

taskpane

Is it possible to change the icons on this new tab?

Additional information:

  • On the ribbon, an image is assigned to each task pane. The image definition for sizes 16, 32, and 80 is included in the manifest.
  • The manifest contains a definition for a default add-in icon like this: <IconUrl DefaultValue="icon.png" />

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@ghost ghost added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Jan 9, 2022
@donlawatch donlawatch changed the title Can I change the icons on the right side of task pane? Is it possible to change the icons on the right side of task pane? Jan 9, 2022
@AlexJerabek
Copy link
Collaborator

Hi @donlawatch,

Thank you for raising this question. @Rick-Kirkham, can you please assist?

@AlexJerabek AlexJerabek added Area: add-in UI Feedback on UI-related content (e.g., Fabric, dialogs, add-in commands, etc.) Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Jan 10, 2022
@Rick-Kirkham
Copy link
Contributor

Yes. You can change this. It is defined the IconUrl in element in the manifest. Just set the value of that element to the URL of the icon you want. Then re-sideload the add-in. You may have to Clear the Office cache to get Office to use the new icon file.

I'll update the docs to note this. In the meantime, since we're tracking it internally, I'll close this.

@Rick-Kirkham Rick-Kirkham added Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown Type: doc request Request for new documentation or updates/enhancements to existing documentation and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels Jan 11, 2022
@donlawatch
Copy link
Author

Hi @Rick-Kirkham
A URL value for IconUrl has already been set in the manifest file. The icon appears in the installed version of PowerPoint, but it does not appear on the right side of the task pane in the web version.

  • Installed version

image

  • Web version

image

@Rick-Kirkham
Copy link
Contributor

Rick-Kirkham commented Jan 12, 2022

A difference in behavior between platforms is usually a bug. I suggest that you create an issue in the office-js repo. Give it a title that indicates the feature is broken in Office on the web.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: add-in UI Feedback on UI-related content (e.g., Fabric, dialogs, add-in commands, etc.) Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown Type: doc request Request for new documentation or updates/enhancements to existing documentation
Projects
None yet
Development

No branches or pull requests

3 participants