Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.62k stars 46 forks source link

Scrolling inside bubblecard har stopped working #334

Closed radhoo2k10 closed 7 months ago

radhoo2k10 commented 7 months ago

Bubble card: v1.6.2 Core: 2024.1.1 Supervisor: 2023.12.0 Operating System: 11.3 Frontend: 20240104.0 Lastest android app. Same issue on web browser. Has worked until today. Did upgrade the Core and Supervisor today.

https://github.com/Clooos/Bubble-Card/assets/78762281/f7091aa4-5f95-450f-9f56-93b0da1feb78

https://pastebin.com/XmWTaCjz https://pastebin.com/NuaEQtsi

Clooos commented 7 months ago

Hi and thanks for your feedback! Could you try remove your custom cards one by one from that pop-up to see if one of them could cause that? Because I don't have this issue on my setup.

radhoo2k10 commented 7 months ago

Hi.

Changed the pop-up card to this:

`type: vertical-stack cards:

Still the same problem. Will create a new tab with only one button and one pop-up card.

radhoo2k10 commented 7 months ago

Tested this in a new tab. https://pastebin.com/yMxhTK9e Still the same result.

radhoo2k10 commented 7 months ago

https://github.com/Clooos/Bubble-Card/assets/78762281/c74c356d-8e6e-4615-a60b-56a24a5cf7e0

If I scroll down alot, then it works as expected, but I can't X out of the pop-up card.

radhoo2k10 commented 7 months ago

Solved it. Removed bubble card from resources: image

I had it there from the first version. Removed it and removed the card. Restarted HA. Installed bubblecard again. Now it is working.

Clooos commented 7 months ago

I'm glad that you fixed it! I had totally no ideas on how to fix that 😅

radhoo2k10 commented 7 months ago

FYI. It seems like it was this card in the background that was causing the problems. type: custom:webrtc-camera entity: camera.gardsplassen_sub_2

The problem came back when I added that card in the parent tab. Also if the card was in one of the these tabs: image

Don't know why, maybe it has something with how that cards updates the image?

Clooos commented 7 months ago

Have you tried the new v1.6.3? It's possible that this is fixed.

radhoo2k10 commented 7 months ago

Updated to 1.6.3 and it works for now. Will try it for a couple of days to check if it holds.