Open soenkekueper opened 3 years ago
Hi @soenkekueper,
I just had a look at this and it works just fine if you enable the oh-list
to be a media list:
- component: oh-list-card
config:
mediaList: true
The oh-slider-item
makes use of media list features that are only rendered properly if the containing list has media content enabled.
@ghys Actually, it seems oh-list-item
(and its descendants) actually always use media. Wouldn't it maybe better to make media list be the default and make it "disableable" instead?
Hey @hubsif , thanks for your reply. Yes, you'r right, this does not happen, when making this an "mediaList". But in my opinion this is looks ugly. The non media List is very more compact, so it's a lot of wasted space.
So i don't get whats the main difference between media and non media List :/
Media lists are more complex and allow multiple line items with subtitles etc. Wee the examples for instance here: https://v5.framework7.io/docs-demos/core/list-view.html?theme=ios
Actually, it seems oh-list-item (and its descendants) actually always use media. Wouldn't it maybe better to make media list be the default and make it "disableable" instead?
It could make sense but I'm I'm not so sure about that since it would deviate from the underlying f7 component, which could add to the confusion...
The problem
I've some new openhab 3 pages with some sliders that have no label, because they are self-explaing. For example: The receiver has an on/off switch and an volume slider below. When using the slider the tooltop showing the new value will be cut off at top by the next overlaying component.
Expected behavior
The tooltip with the new value should be overlaying the previous component.
Steps to reproduce
Configure an Layout-Page like this:
Than display the page and move the slider.
Your environment
Browser console
No messages on console while moving the slider.
Browser network traffic
No failed requests, only an display issue.
Additional information
I've tested and produced this issue on