Display problem on Azure DevOps pull request decoration

You might wanna check the new analysis summary in Azure DevOps with dark-mode:

This used to work fine before current update.

1 Like

Hi @jerone

Thanks for the insight. I have moved the topic and ping the team.

Alexander

1 Like

Hello @jerone ,

Thank you for bringing this to us.
We have created a bug ticket to handle the same.

Thanks.

1 Like

One year later this is still unreadable.

I’m seeing that the content is wrapped in a div with hard-coded styling:
font-family: Inter;font-size: 14px;font-style: normal;line-height: normal;font-weight: 400;color: rgb(29, 33, 47);padding-bottom: 1px.
I’m wondering if this is coming from Sonar or from Azure DevOps…

It looks like the issue was actually fixed in code:

Is this fix released?

No release since November 2024.

We are using version 3.1.1 (Latest) of SonarQube Cloud.

Hi @jerone,

3.1.1 is the latest version, and Jira shows this was fixed in 3.0.4 for SonarCloud.

Would you mind providing a fresh screenshot, please?

 
Thx,
Ann

I just did a cache refresh, just in case.

This is a screenshot of the extension tab with dark-mode on:

This is a screenshot of the extension:

But, I think I found the issue: we are still using @2 of the tasks in our pipeline. Could that be the issue?

Hi,

Thanks. I’ve flagged this for more expert eyes.

 
Ann

1 Like

Hi @jerone,

we are still using @2 of the tasks in our pipeline. Could that be the issue?

Yes, it should be it :slight_smile:

Here is an example of what it should look like on a PR decoration we have on one of our pipelines:

Have a nice day

1 Like