-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Scrolling through the history in the color picker editor with a mouse wheel #33551
Fixed Scrolling through the history in the color picker editor with a mouse wheel #33551
Conversation
@microsoft-github-policy-service agree |
Thank you very much for your pull request. Addressing this issue, which has been persistent for several months, is greatly appreciated. I have run the changes, and they seem to be working as intended. Desktop.2024.06.29.-.23.27.42.01.mp4I would like to offer some feedback for consideration:
Thank you again for your contribution and effort in resolving this longstanding issue. |
Okay I'll do that ! |
…nts to improve readability
@abmprottoy it's done ! |
Thanks for the updates. The build seems to fail on two Tests. Could you please debug the issues? If not, let's wait for someone's expertise on this. |
It works fine with me I haven't changed anything that can make tests failed in the build logs I saw that it was related to markdown so maybe it failed to fetch the change log during build |
@crutkas could you please look into this or assign someone so we can move with this to the next release? |
anyone ? |
so not in 0.82 i guess... |
Unfortunately, yes. In the meantime, could you please add the "Needs-Review" label to this? As for the review, we still need one approving review from someone with write access which I lack. I really hope this gets merged because the issue affects me too. |
Ok ! |
i can't add labels |
@htcfreek could you please add the need-review tag pls ? |
sorry, we had already signed off on 0.82 when this PR came in. We're actively working through our backlog of PRs. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for the contribution!
Nice thanks! |
@jaimecbernardo And I am wondering about the temporary .csproj file. (Why is this part of the PR?) |
@htcfreek , I see no csproj in Files changed for this PR. What do you mean? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
My mistake. Looked at a older commit. Is fixed with on of the last cimmits. |
Nice |
Idk what happend but on the last version my fix isn't working anymore. Someone broke it lol |
@Fefedu973 |
Summary of the Pull Request
Fixed Scrolling through the history in the color picker editor with a mouse wheel
PR Checklist
Detailed Description of the Pull Request / Additional comments
I added a mousewheel event listener on the HistoryColors ListView, then I added two functions in the ColorEditorView.xaml.cs to handle the Event, it checks the number of color in the history and handles the scroll control accordingly
Validation Steps Performed
I tested it, it works
This is my first pull request so idk if i've done it well enough...