UI Components flipped horizontal somehow

Found a bug in "Everything"? report it here
Post Reply
kielerrr
Posts: 2
Joined: Sat Feb 06, 2021 4:01 pm

UI Components flipped horizontal somehow

Post by kielerrr »

The UI got drunk and flipped some of the elements. I have no idea how to reproduce this. I was using it in a normal manner. When I focused it, it looked like this, and isn't reverting after restart. The link below is a 30 second screengrab and image showing the UI behavior

Screengrab
https://www.screencast.com/t/hyoW0GvUNpK

Edit: Adding screengrab of odd input behavior. Starting the search string with a digit causes it to rearrrange the string, yet it still searches the entered string
https://www.screencast.com/t/QDjbfJgo

Image
Image
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: UI Components flipped horizontal somehow

Post by NotNull »

Not sure, but you can try this:
  • Right-click in the search bar (where you type your searches)
  • Uncheck Right to left reading order
void
Developer
Posts: 15098
Joined: Fri Oct 16, 2009 11:31 pm

Re: UI Components flipped horizontal somehow

Post by void »

From the View menu, uncheck Toggle LTR/RTL direction.

Note: This menu item is only shown when the view is mirrored, or you have bi-directional input (a LTR keyboard layout and a RTL keyboard layout installed)

When you have bi-directional input:
Pressing Left Control + Left Shift in the search box will change to the LTR keyboard layout and LTR view.
Pressing Right Control + Right Shift in the search box will change to the RTL keyboard layout and RTL view. -Maybe this was accidentally pressed?

If you are not using the RTL keyboard layout, please consider removing it.

invert_layout
control_shift_action

LTR = Left to right
RTL = Right to left
kielerrr
Posts: 2
Joined: Sat Feb 06, 2021 4:01 pm

Re: UI Components flipped horizontal somehow

Post by kielerrr »

Thanks! I must have accidently hit the hot keys. I was almost getting used to it!
Post Reply