You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2023. It is now read-only.
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:
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.
Is this a bug of AzureDevOps? Because I cannot re-produce it on SaaS verison(https://dev.azure.com).
Thanks.
The text was updated successfully, but these errors were encountered:
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
Azure DevOps Server 2019
17.143.28621.4 (AzureDevOps2019)
Windows Server 2016
I added a custom page in my extension
Sreenshot:
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.
Is this a bug of AzureDevOps? Because I cannot re-produce it on SaaS verison(https://dev.azure.com).
Thanks.
The text was updated successfully, but these errors were encountered: