microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
110.83k stars 6.53k forks source link

[Color Picker] if you scroll in on the edge of the display, half of the pixel window is not visible. #7699

Open yourlocaltechboi opened 3 years ago

yourlocaltechboi commented 3 years ago

ℹ Computer information

📝 Provide detailed reproduction steps (if any)

  1. Open the color picker PowerToy
  2. Move the cursor to the edge of the display
  3. Scroll to zoom in

✔️ Expected result

I would expect the edge of the window to be the constraint of the pixel window, like how the HEX text window does on the right edge of the display

❌ Actual result

Half of the pixel window goes off of the display

📷 Screenshots

Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form

image

crutkas commented 3 years ago

Yeah, this does cut off data image

note it cutting off the * from this pic. image

crutkas commented 3 years ago

@martinchrzan fyi

Jay-o-Way commented 3 years ago

Can I add/ask something related? I noticed that a black bar appears when zooming in on the left side of the desktop. Small thing, but I wonder where this comes from. It's obviously not part of the actual display data. image

crutkas commented 3 years ago

@jay-o-way, the bar exists because of how that zoom in was created, there are no pixels there :) Hence black.

Jay-o-Way commented 3 years ago

Ah yes I see it now. The zoom-window is created the moment you use the scroll wheel and is centered at the cursor position. Therefore it falls outside of the desktop. The solution is the same: keep the zoom-window inside of the desktop area at all times.

cinnamon-msft commented 4 days ago

Not sure I'm able to repro this. Are you still experiencing this issue? /needinfo