工作项目 描述 高度不增加 [英] Work Item Description Height Not Increasing

查看:21
本文介绍了工作项目 描述 高度不增加的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想更新我们的一些 TFS 工作项目,因为用户报告说在 Web 访问门户中存在大量浪费的空间.

我的意思是,当我们加载一个工作项,并且有描述文本框(类型 HtmlFieldControl,引用名称 System.Description)时,控件和页面底部之间似乎有很多空白.当我在 Visual Studio 中打开工作项时,它看起来很好并且描述正确填写.
改变 Height 属性似乎并没有改变它在浏览器中的呈现方式.

<标签标签=说明"><Control FieldName="System.Description" Type="HtmlFieldControl" Label="Des&amp;cription:" LabelPosition="Top" Dock="Fill" Height="500"/></Tab>.... 其他标签在这里</TabGroup>

在输入此内容时,我意识到可能有点难以理解我的意思,因此我截取了屏幕截图.在浏览器中查看时,我无法让描述字段增加可见高度.

希望这是有道理的.

我找到了一个链接,用户报告了同样的问题,不幸的是,发布的关于更改 MinimumSize 的想法并没有帮助该用户或我.

解决方案

据我所知,现在在 TFS 2012 中似乎不可能,在调整 HTMLFieldControl 大小时似乎存在错误.

https://connect.microsoft.com/VisualStudio/feedback/details/1148630/issues-with-htmlfieldcontrol-and-tfs-2012-tfs-2013-web-accesss

说明

<块引用>

我最近从 TFS 2010 升级到 TFS 2012.4 并且注意到HTMLFieldControl 和 TWA 2012 的一些问题.1.MinimumSize 属性在 Team Web Access 中不起作用.默认为特定大小(250 像素).

回复

<块引用>

感谢您报告问题.MinSize 的问题将被修复在 TFS 2015 中.

我不会立即接受这一点,因为我希望有替代解决方案,但似乎没有其他选择可以解决我的问题.

I am wanting to update some of our TFS work items as users have reported that in the Web Access portal there is a lot of wasted space.

What I mean is when we load a work item, and there is as Description text box (type HtmlFieldControl, refname System.Description) then there appears to be a lot of white space between the control and the bottom of the page. When I open the work item in Visual Studio, then it appears fine and the Description fills up correctly.
Altering the Height property just doesn't seem to change how it renders in a browser.

<TabGroup>
      <Tab Label="Description">
        <Control FieldName="System.Description" Type="HtmlFieldControl" Label="Des&amp;cription:" LabelPosition="Top" Dock="Fill" Height="500"/>
      </Tab>
.... Other tabs here
</TabGroup>

Whilst typing this up I realised it is probably a bit tough to get what I mean, so I've taken a screenshot. I just can't get the Description field to increase in visible height when viewed in a browser.

Hopefully this makes sense.

EDIT: I have found a link where a user is reporting the same problem, unfortunately the idea posted about changing the MinimumSize didn't help that user or me.

https://social.msdn.microsoft.com/Forums/vstudio/en-US/d3afca41-a09b-4ccf-bd76-e32145d7fc13/minimumsize-attribute-not-working-with-htmlfieldcontrol-for-tfs-2012?forum=tfsworkitemtracking

解决方案

From what I've been able to determine this now doesn't seem possible in TFS 2012, there appears to be a bug around the resizing of an HTMLFieldControl.

https://connect.microsoft.com/VisualStudio/feedback/details/1148630/issues-with-htmlfieldcontrol-and-tfs-2012-tfs-2013-web-accesss

Description

I have recently upgraded from TFS 2010 to TFS 2012.4 and have noticed some issues with the HTMLFieldControl and TWA 2012. 1.The MinimumSize attribute does not work in Team Web Access. It defaults to a specific size (250 pixels).

Response

Thank you reporting the issue. The problem with MinSize will be fixed in the TFS 2015.

I won't accept this immediately as I hope there is an alternative solution, but there seems to be no other option to resolve my issue.

这篇关于工作项目 描述 高度不增加的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆