wizardsardine / liana

The missing safety net for your coins
https://wizardsardine.com/liana
BSD 3-Clause "New" or "Revised" License
306 stars 54 forks source link

[WGpu glitch] Make Xpub text input scrollable #1154

Open pythcoiner opened 2 months ago

pythcoiner commented 2 months ago

Should we make this text input scrollable while waiting this UI glitch fixed on Iced side? image

kloaec commented 2 months ago

Hmmmm. Actually do we care to even display it?

pythcoiner commented 2 months ago

it's here whe input by hand so we need this text input

darosior commented 1 month ago

Edouard pointed out this is specific to the Glow renderer and not the main Wgpu renderer.

pythcoiner commented 1 month ago

yes, just tested now w/ wgpu: image

I think we can close this issue if we plan to stay on wgpu

darosior commented 1 month ago

Don't we have a fallback to Glow? cc @edouardparis On Wednesday, July 31st, 2024 at 2:45 PM, pythcoiner @.***> wrote:

yes, just tested now w/ wgpu: image.png (view on web)

I think we can close this issue if we plan to stay on wgpu

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

pythcoiner commented 1 month ago

the issue is on webgl, to enable webgl we need disable "wgpu" feature flag on iced & enable "Webgl"

edit: i got the issue on WGPU today:

image