openhab / openhab-webui

Web UIs of openHAB
Eclipse Public License 2.0
214 stars 235 forks source link

[BasicUI] No timepicker in Firefox #2645

Open mueller-ma opened 3 days ago

mueller-ma commented 3 days ago

Which UI are you reporting an issue for?

The problem

There's no timepicker in Firefox as there's in Chrome:

Chrome: grafik

Firefox: grafik

I'm using this sitemap definition:

Input inputHint="time" item=MyDateTimeItem

Expected behavior

It should be similiar in both browsers.

Your environment

runtimeInfo:
  version: 4.1.3
  buildString: Release Build
locale: de-DE

Browser console

no output in the console.

lolodomo commented 3 days ago

Is it only when the current state is NULL ?

mueller-ma commented 3 days ago

No, this issue is independent of the state.

lolodomo commented 3 days ago

Strange, I am sure time picker was tested when initially implemented.

lolodomo commented 1 day ago

How is defined MyDateTimeItem ?

mueller-ma commented 1 day ago

A DateTime Item without any metadata set, only the title. The title doesn't contain a value format pattern.