Open ironcloudy opened 1 month ago
Hey @ironcloudy! 👋 I'm here to help you with any bugs, questions, or contributions. Let's tackle this issue together!
The issue you're experiencing with the non-responsive empty space between the URL field and the Reload button in Compact Mode might be related to CSS or JavaScript that affects click events. Unfortunately, I couldn't find specific information in the codebase about event handling for this particular area. However, the CSS for the Compact Mode top bar includes transitions and opacity changes that might influence interactivity [1].
To troubleshoot, you could check if there are any CSS properties like pointer-events: none;
applied to that space, or if JavaScript is preventing click events from being registered. Additionally, comparing the CSS and JavaScript handling for the responsive right empty space might provide insights into what could be missing or different for the left space.
To continue talking to Dosu, mention @dosu.
Was able to reproduce on latest ver a.18 as well as t.18.
same issue here. Although for me it sometimes works on the left side too. My top bar looks like this. It seems to be worse, when i make the browser windows more narrow, like half the screen size. Then its virtually impossible to drag the windows somewhere different or double click to fullscreen. My right side also works flawlessly
Captchas
What happened?
In Compact Mode, this space is not responsive to both single and double left mouse clicks.
While the empty space on the right does: click hold+drag drags the window, double click to maximize or restored down window.
Reproducible?
Version
1.0.1-a.16
What platform are you seeing the problem on?
Windows
Relevant log output
No response