0

TFS 2013 in IE 11 I have a custom query and this is what I see in the header for columns:

enter image description here

The columns I want are there but the width is automatically reduced. As seen it sets to -1. enter image description here

Once I drag the State column, etc. manually I see the details.

enter image description here

I have manually tried adjusting the width but it's not persisted. As soon as I move out of the query and go back, the width resets by itself.

I have other custom queries and they all work fine. Not sure what is wrong with this.

gbs
  • 7,196
  • 5
  • 43
  • 69

1 Answers1

1

What is causing the issue is the resizing of the column by dragging it. So once I set the column width manually by entering value in the width column, it is persisted even after I close the browser and come back.

enter image description here

But now if I go and change the width by dragging the column header, the width goes back to -1 and will never persist unless I go and set it manually.

enter image description here

Seems to be some bug within TFS.

gbs
  • 7,196
  • 5
  • 43
  • 69
  • I have to say that, yes, I can reproduce your issue in my TFS2013 web access. How about you submit your feature request on the Microsoft Connect site: https://connect.microsoft.com/VisualStudio/feedback/LoadSubmitFeedbackForm – Vicky - MSFT Oct 07 '15 at 06:09