-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
"Scroll to new processes" always scrolls to the top without obvious reason #1118
Comments
"Scroll to new processes" works for me? |
Just replicated it again, after update 😕 Note that I am not referring to "Scroll to new processes"' functionality, but the "interaction" it seems to have with the new column header bar. |
Is there another scroll to new process feature?
I'm not seeing any interaction? |
I still can't reproduce this.... I've reviewed the code and everything is based on processid so you might have a kernel rootkit using object manipulation and changing processid's at runtime causing a collision with the idle process? |
Oh that would be super nice :-( If that works on the previews versions, do you stand by your analysis (i.e. "maybe kernel rootkit"), is it a bug (, or something else)? |
No idea. I can't reproduce what you're seeing and the view is only ever changed when a new process is added, then everything gets immediately nullified, so it can't snap back and forth like your gif unless there's a new process (which isn't visible for whatever reason).
The column headers are a completely separate window. You could try disabling the column headers but it shouldn't make a difference: |
Last time I checked (#1119 (comment)):
|
You were selecting the wrong item. That version had a bug where the options were duplicated. If you check the screenshot there were two items but only one had (experimental). |
Close enough 😋 |
Weeeeell ... what about not "Scrolling to new processes" when they are hidden at least? Or, sort to the closest visible ancestor? |
Try adding this code into PhMwpOnProcessesUpdated... Remove line 1153: Replace with:
This will disable scrolling to collapsed/hidden rows. Let me know if it works and i'll push the changes to github 👍 |
I have no experience or dev-enivronment to build even hello world for Windows 😅 If you had some magic CI/CD action to build a branch and create an artifact, I would most certainly try anything 😄 |
Brief description of your issue
"Scroll to new processes" always scrolls to the top without obvious reason i.e. I see no new processes created aka green lines
The process list scrolls to the very top every
refresh_rate
.Steps to reproduce (optional)
No response
Expected behavior (optional)
No response
Actual behavior (optional)
No response
Environment (optional)
The text was updated successfully, but these errors were encountered: