GUI bugs

Found a bug in "Everything"? report it here
Post Reply
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

GUI bugs

Post by Stamimail »

1. When other than folder/file is selected, there is a space | |
(Usually there is the size of the folder/file in this place)
2. The text is cut at the right-bottom when the window is maximized.

Image
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: GUI bugs

Post by void »

Thanks for the GUI bug reports Stamimail,
1. When other than folder/file is selected, there is a space | |
(Usually there is the size of the folder/file in this place)
This one is normal.
Everything will show the status bar part, even when there is no text.
Are you expecting the part not to be shown at all?


2. The text is cut at the right-bottom when the window is maximized.
This one I cannot reproduce on any of my Windows 7 machines.
It looks like there's another part to the right? Maybe the sizegrip is not being removed correctly..
Could you please send your %APPDATA%\Everything\Everything-1.5a.ini to support@voidtools.com

What does the window look like when it's not maximized? -this might give a clue to what is happening.

Does this issue occur in dark mode? -light mode and dark mode render the status bar completely different, it might help identify the issue.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: GUI bugs

Post by Stamimail »

This one is normal.
Everything will show the status bar part, even when there is no text.
Are you expecting the part not to be shown at all?
It's not critical.
Yes, I'm expecting the part not to be shown at all, if there is no text there.
If this part was fixed somewhere and of a fixed size, it would be more legitimate to leave it blank.
Again, this problem is not critical.
Could you please send your %APPDATA%\Everything\Everything-1.5a.ini to support@voidtools.com
Sent.
What does the window look like when it's not maximized? -this might give a clue to what is happening.
When it's not maximized it's OK. The problem is only when maximized.
Does this issue occur in dark mode?
No. When the theme (Fonts and Colors) is set to dark it's OK.
But still I can notice there is a difference of a space between a maximized and a not maximized.

maximized (There is no space on the right side)
Image

not maximized (There is a space on the right side)
Image
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: GUI bugs

Post by void »

Thanks for the Everything.ini and information.

I am still unable to produce the issue my end.



Does disabling the sizegrip fix the problem? -this will tell me there's an issue with the sizegrip not being removed when maximized:
  • Copy and paste the following into the Everything search box:
    /statusbar_sizegrip=0
  • Press ENTER in the Everything search box.
  • If successful, statusbar_sizegrip=0 is shown in the status bar for a few seconds.
  • Close the Everything window and reopen a new search window.
  • Does the status bar right part render correctly to the right when maximized?


To re-enable the sizegrip:
  • Copy and paste the following into the Everything search box:
    /statusbar_sizegrip=1
  • Press ENTER in the Everything search box.
  • If successful, statusbar_sizegrip=1 is shown in the status bar for a few seconds.
  • Close the Everything window and reopen a new search window.

But still I can notice there is a difference of a space between a maximized and a not maximized.
This is normal, Everything will give a little bit of room for the size grip.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: GUI bugs

Post by Stamimail »

/statusbar_sizegrip=0
both maximized and not maximized have the problem.

/statusbar_sizegrip=1
only the maximized has the problem.
not maximized is OK.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: GUI bugs

Post by void »

Thanks for the information.

I will give the statusbar right part a little more room in the next alpha update.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: GUI bugs

Post by void »

Everything 1.5.0.1318a re-adds the CSS_BOTTOM flag to the statusbar and allows for some extra space on the right.

Does this version help?
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: GUI bugs

Post by Stamimail »

I think yes, it has been fixed.
Post Reply