Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
355 stars 22 forks source link

Search controls blocked by prompt button #184

Open videosmith opened 1 year ago

videosmith commented 1 year ago

Steps to Reproduce

  1. On some scripts (not your welcome)
  2. Set screen resolution to 720p
  3. Copy shift-v text from a word doc
  4. enter fullscreen editing mode
  5. click magnifying glass to search
  6. button is obscured

Expected behavior Should display the same as 1080p

RPi 400 ubuntu 22.04 latest updates Qprompt 1.2 ver. 5

pic

videosmith commented 1 year ago

20230518_130550

Cuperino commented 1 year ago

There wouldn't be enough space to hold the text being searched since those buttons aren't scaling like the prompter itself is. The solution I employ under Android is have the search bar show on top when the window is portrait. That trick won't work here because the window is still landscape, but low resolution.

I could check for full screen plus resolution bellow a certain width, then force the search to appear above when the right condition is met.

videosmith commented 1 year ago

Understood. Why doesn't it occur with your Welcome script? 20230518_151025

Cuperino commented 1 year ago

A bug in Kirigami causes the prompter to sometimes extend above the buttons and sometimes bellow them. There’s probably a way to trigger this with my script as well. Perhaps by leaving and re-entering full screen, or by reloading my script after getting the prompter to extend behind the buttons.