This is a migrated thread and some comments may be shown as answers.

UI glitch with Chrome 43.0.2357.65 or higher

6 Answers 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kamen Ivanov
Top achievements
Rank 1
Kamen Ivanov asked on 27 May 2015, 02:40 PM

If you have updated Chrome to the version 43.0.2357.65 or above you might experience some UI issues:

  • board column headers not rendered correctly
  • item details screen and item navigation might not render correctly

This will be fixed in our next release, meanwhile we could provide you with the following workaround:

For installation with our latest version 2014.2.908.0 (2014 R2)
Replace file "teampulse.view.css" which is usually located in "C:\Program Files (x86)\Telerik\TeamPulse\wwwroot\Content" with the one in attached archive

For installations of older versions
Edit the file mentioned above by replacing:

  • .board-header{overflow:hidden}
    with
    .board-header{overflow:hidden;flex-grow:0;flex-shrink:0}
  • .flex .flex-scrollable.board-table{overflow:scroll}
    with
    .flex .flex-scrollable.board-table{overflow:scroll;flex:auto}
  • .flex .item-details-tab-content{-webkit-flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0px;flex-grow:1;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:auto;min-height:0;position:relative}
    with
    .flex .item-details-tab-content{-webkit-flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0px;flex-grow:1;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:auto;min-height:0;position:relative;flex-grow:1;flex-shrink:70}
  • .flex .tasks #itemTasks{-webkit-flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0px;flex-grow:1;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:auto;min-height:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-box-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex .tasks #itemTasks .k-grid-content{-webkit-flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0px;flex-grow:1;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:auto;min-height:0;overflow-y:scroll;padding-right:0}
    with
    .flex .tasks #itemTasks{-webkit-flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0px;flex-grow:1;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:auto;min-height:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-box-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;flex-shrink:8}.flex .tasks #itemTasks .k-grid-content{-webkit-flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0px;flex-grow:1;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:auto;min-height:0;overflow-y:scroll;padding-right:0;flex-shrink:8}

6 Answers, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 27 May 2015, 03:59 PM
The problem persists despite implementing the recommended changes.
0
Barret
Top achievements
Rank 1
answered on 27 May 2015, 04:01 PM

We've applied this css hotfix to our TeamPulse installation and the issue still exists.

And yes we cleared our cache and cookies before re-testing, and also recycled the IIS Application Pool for the TeamPulse site - but this issue remains. 

0
Kamen Ivanov
Telerik team
answered on 28 May 2015, 10:53 AM
Hello,

I have updated the attached file with the fix from my first post and I have also updated the instructions for installations with older version. Please, download the file again and replace the exiting with the new one.

Regards,
Kamen Ivanov
Telerik
 
0
Barret
Top achievements
Rank 1
answered on 28 May 2015, 03:21 PM
Looks good now! Thanks Kamen!
0
Vincent
Top achievements
Rank 1
answered on 06 Aug 2015, 04:23 PM
Was wondering if this glitch has been fixed in the latest 2015 build of TeamPulse?
0
Kamen Ivanov
Telerik team
answered on 07 Aug 2015, 07:10 AM
Hello Vincent,

I'm happy to confirm that the issue is fixed in our latest release.

Regards,
Kamen Ivanov
Telerik
 
Tags
General Discussions
Asked by
Kamen Ivanov
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
Barret
Top achievements
Rank 1
Kamen Ivanov
Telerik team
Vincent
Top achievements
Rank 1
Share this question
or