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

DisplayName not displayed in Taskpane vs Resize Taskpane #4125

Open
pstaffan opened this issue Feb 12, 2024 · 1 comment
Open

DisplayName not displayed in Taskpane vs Resize Taskpane #4125

pstaffan opened this issue Feb 12, 2024 · 1 comment
Assignees
Labels
Needs: attention 👋 Waiting on Microsoft to provide feedback Status: under investigation Issue is being investigated

Comments

@pstaffan
Copy link

Provide required information needed to triage your issue

Your Environment

  • Platform [PC desktop, Mac, iOS, Office on the web]: Office on the web
  • Host [Excel, Word, PowerPoint, etc.]: Powerpoint
  • Office version number: 2401
  • Operating System: Ubuntu 22.04
  • Browser (if using Office on the web): Chromium Version 121.0.6167.160 (Official Build) snap (64-bit)

Expected behavior

DisplayName from the manifest should be displayed in the Taskpane inside "

my-display-name
"

Current behavior

The div is empty: "

"
This also causes the X to close the taskpane be cut in half so there is very little area to click to use it

Steps to reproduce

  1. Enable Runtime for the add-in




  2. Load the Add-in

Provide additional details

Important! Resizing the taskpane works when there is no display name but doesn't when there is, it is better to have resize capability than to see the display name so if fixing the reported issue, please don't break the resize

Context

The UI looks unprofessional, and it is difficult for the users to click the X to close the taskpane.
I'm creating a new Add-in that utilizes the taskpane to edit diagrams and inserting them into the document.

Useful logs

Screenshot showing the issue, using yellow background for body in taskpane.html so that half X isn't visible
Screenshot from 2024-02-12 22-50-48

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.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Feb 12, 2024
@pstaffan
Copy link
Author

Sorry, lost the xml for "Enable Runtime for the add-in" above, here it is:

            <Host xsi:type="Presentation">
                <Runtimes>
                    <Runtime resid="Taskpane.Url" lifetime="long" />
                </Runtimes>
                <DesktopFormFactor>
                    <GetStarted>
                        <Title resid="GetStarted.Title"/>
                        <Description resid="GetStarted.Description"/>
                        <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
                    </GetStarted>
                     <FunctionFile resid="Taskpane.Url" />

@EsterBergen EsterBergen self-assigned this Feb 12, 2024
@EsterBergen EsterBergen added Status: under investigation Issue is being investigated Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: attention 👋 Waiting on Microsoft to provide feedback Status: under investigation Issue is being investigated
Projects
None yet
Development

No branches or pull requests

2 participants