rocksdanister / lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
https://rocksdanister.com/lively
GNU General Public License v3.0
14.78k stars 1.05k forks source link

HTML forms non writable #1715

Closed MisterCoder74 closed 1 year ago

MisterCoder74 commented 1 year ago

Describe the bug If a web page containing text fields is used as a wallpaper (i.e. customized search engine or sticky note), it is not possible to write inside the form

To Reproduce Steps to reproduce the behavior:

  1. Create a new html page with a form and text field
  2. Import it as a wallpaper (locally or remote)
  3. select it as wallpaper
  4. try to write inside the textfield, it is not allowed, key pressures select icons on desktop

Expected behavior focusing the textfield and writing should add text inside the textfield

Screenshots/Video

Desktop (please complete the following information):

Additional context

Log file (Important) No log entry created

rocksdanister commented 1 year ago

Only mouse is input forwarded by default for safety (keyloggers) and to avoid desktop icon selection by accident.

Keyboard + mouse can be enabled: image

MisterCoder74 commented 1 year ago

thank you very much

Ryanjiang2009 commented 1 year ago

I think this is not useful, since this isn't a kiosk app. If you want to do this, maybe adding a kiosk mode is more helpful. In this mode, the user can interact with the webview and the taskbar is hidden (you can achieve this by simply killing explorer.exe) and add a API for exiting the kiosk mode or to add a hidden area which can trigger the action by double clicking, etc.

At 2023-06-03 04:32:59, "alessandro demontis" @.***> wrote:

thank you very much

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>