-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
Drag and drop for sidebar widening and shrinking is offset seems like can't widen sidebar. #2659
Comments
Video of issue: Screencast.from.2024-11-05.10-29-35.webmThis is on a fresh profile where the only thing I have done is open some tabs and pin them. (I can't get the pointer to capture in the video - in this, imagine a pointer that starts off at the edge of the sidebar, where it is clicked, moves to the level of the settings icons and only then does the sidebar start expanding) |
Hey @mikedlr! I'm Dosu, a bot here to help you with bugs, questions, and contributions. Let's take a look at the issue together. I couldn't find any specific known issues or comments in the codebase related to the sidebar resizing offset problem. However, there is an event listener for the sidebar's drag-and-drop resizing functionality. The Additionally, the CSS styles applied to the sidebar and its drag handle might affect the offset during resizing. For example, the transition on the width ( If the issue persists, you might want to check if there are any platform-specific considerations for Linux that could affect the sidebar's resizing behavior, although I couldn't find any specific information on that. |
Okay, I lied. I had immediately experimented with setting layout.css.devPixelsPerPx = 1.5 and this only triggers after doing that. That means it's likely a bug but likely a very obscure one. |
Hi, @mikedlr. I'm Dosu, and I'm helping the desktop team manage their backlog. I'm marking this issue as stale. Issue Summary:
Next Steps:
Thank you for your understanding and contribution! |
tested in 1.0.1-a.22 (Firefox 132.0.1) (64-bit) and this issue seems to be fixed or at least does not reproduce for me. @dosubot , please close this if you can. |
Captchas
What happened?
When I drag the width of the sidebar it doesn't start moving until I am quite a number of pixels to the right of the bar. This is slightly inconvenient, but also, before you realize what's happening it seems like drag doesn't work at all.
Reproducible?
Version
1.0.1-a.17 (Firefox 132.0) (64-bit)
What platform are you seeing the problem on?
Linux
Relevant log output
No response
The text was updated successfully, but these errors were encountered: