Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Extension page doesn't show properly (overlapped by parent iframe container) #151

Open
narcotics726 opened this issue Feb 27, 2020 · 1 comment

Comments

@narcotics726
Copy link

Azure DevOps Server 2019
17.143.28621.4 (AzureDevOps2019)
Windows Server 2016

I added a custom page in my extension

        {
            "id": "xxx-build-result-tab",
            "type": "ms.vss-build-web.build-results-tab",
            "description": "A tab contributing to build results view and depends on Cmdline task",
            "targets": [
                "ms.vss-build-web.build-results-view"
            ],
            "properties": {
                "name": "xxx",
                "uri": "buildReport.html"
				...
            }
        }

Sreenshot:

image

image

As you can see, the page size is fixed at a very small height because the parent iframe container.

How can I fix this? I tried install the Contributions Guide and found same result.

image

Is this a bug of AzureDevOps? Because I cannot re-produce it on SaaS verison(https://dev.azure.com).

Thanks.

@narcotics726 narcotics726 changed the title Extension page doesn't show properly (overlapped by parent body) Extension page doesn't show properly (overlapped by parent iframe container) Feb 27, 2020
@sathishkumarnarayanasamy

are you setting height in properties? please see: this answer

"properties": {
"name": "Test results [preview]",
"uri": "static/test-results.html",
"height": 600
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants