FHEM Forum

FHEM => Frontends => TabletUI => Thema gestartet von: 3dmanipulator am 09 Januar 2018, 15:07:58

Titel: firefox - tablet ui wird nicht aufgebaut
Beitrag von: 3dmanipulator am 09 Januar 2018, 15:07:58
hallo,

wenn ich tablet ui auf dem neuen firefox aufrufe wird das interface nur teilweise aufgebaut.

und ich weiß nicht warum? was kann ich denn da tun?

ich habe mal einen screenshot mit der toast meldung beigefügt.

grüße horst


oben:firefox, unten:chrome
Titel: Antw:firefox - tablet ui wird nicht aufgebaut
Beitrag von: viegener am 09 Januar 2018, 17:08:50
Ich nutze den aktuellen Firefox problemlos mit dem neuen tablet UI

Was sgat denn die Browser console
Was passiert, wenn Du Debugging einschaltest?

Titel: Antw:firefox - tablet ui wird nicht aufgebaut
Beitrag von: setstate am 09 Januar 2018, 17:52:09
da ist was mit einem CSS File nicht i.O.
Titel: Antw:firefox - tablet ui wird nicht aufgebaut
Beitrag von: 3dmanipulator am 10 Januar 2018, 14:44:20
also so sieht das in der konsole vom firefox aus:
Base dir: ./
fhem-tablet-ui.js:2225:1
Filename:
fhem-tablet-ui.js:1879:13
FHEM dir: http://10.0.0.32:8083/fhem/
fhem-tablet-ui.js:1879:13
Got csrf from FHEM:null
fhem-tablet-ui.js:1879:13
fhem-tablet-ui.css dynamically loaded. Waiting until it is ready to use...
fhem-tablet-ui.js:1879:13
fhem-tablet-ui.css is ready to use.
fhem-tablet-ui.js:1879:13
InvalidAccessError: A parameter or an operation is not supported by the underlying object
fhem-tablet-ui.js:1243
loadStyleSchema/<
http://10.0.0.32:8083/fhem/ftui/js/fhem-tablet-ui.js:1243:51
each
http://10.0.0.32:8083/fhem/pgm2/jquery.min.js:2:2973
loadStyleSchema
http://10.0.0.32:8083/fhem/ftui/js/fhem-tablet-ui.js:1242:9
init/</cssListener<
http://10.0.0.32:8083/fhem/ftui/js/fhem-tablet-ui.js:497:25
--------- start healthCheck --------------
fhem-tablet-ui.js:1467:13
now: Wed Jan 10 2018 14:31:05 GMT+0100
fhem-tablet-ui.js:1468:13
FTUI version: 2.6.34
fhem-tablet-ui.js:1469:13
Longpoll: true
fhem-tablet-ui.js:1470:13
Longpoll type: websocket
fhem-tablet-ui.js:1471:13
Longpoll objects there: false
fhem-tablet-ui.js:1472:13
Longpoll current line: 0
fhem-tablet-ui.js:1474:13
Longpoll last event before: 1 Minute(n) 0 Sekunde(n)
fhem-tablet-ui.js:1475:13
Longpoll last reading update before: 1 Minute(n) 0 Sekunde(n)
fhem-tablet-ui.js:1476:13
Shortpoll interval: 30
fhem-tablet-ui.js:1477:13
Shortpoll last run before: 17541 Tag(e) 13 Stunde(n) 31 Minute(n) 5 Sekunde(n)
fhem-tablet-ui.js:1478:13
FHEM dev/par count: 0
fhem-tablet-ui.js:1479:13
FTUI known devices count: 54
fhem-tablet-ui.js:1480:13
Current modules count: 0
fhem-tablet-ui.js:1481:13
Current subscriptions count: 0
fhem-tablet-ui.js:1493:13
Page length: 78136
fhem-tablet-ui.js:1515:13
Widgets count: 305
fhem-tablet-ui.js:1516:13
--------- end healthCheck ---------------


das sind wohl die entscheidenden zeilen:
InvalidAccessError: A parameter or an operation is not supported by the underlying object
fhem-tablet-ui.js:1243
loadStyleSchema/<                           http://10.0.0.32:8083/fhem/ftui/js/fhem-tablet-ui.js:1243:51
each                                                  http://10.0.0.32:8083/fhem/pgm2/jquery.min.js:2:2973
loadStyleSchema                               http://10.0.0.32:8083/fhem/ftui/js/fhem-tablet-ui.js:1242:9
init/</cssListener<                            http://10.0.0.32:8083/fhem/ftui/js/fhem-tablet-ui.js:497:25


da muss ich jetzt erst mal lange weitersuchen, vielleicht könnt ihr mir ja helfen. bitte.

was mich wundert: beim ipad mit firefox gibt es keine probleme; und bei allen anderen browsern auch nicht.

grüße horst
Titel: Antw:firefox - tablet ui wird nicht aufgebaut
Beitrag von: 3dmanipulator am 10 Januar 2018, 15:22:28
sobald ich
<!--<link href="css/fhem-tablet-ui-user.css" rel="stylesheet" type="text/css" />-->
auskommentiere
ist wieder alles ok.

da muss ich wohl im februar 2017 einen fehler eingebaut haben.