Dear all,
I've recently updated to domoticz 2025.1 and removed browser cache, after the update I can how hardly see the comparision pop-ups for: P1 gas, P1 power, solar production, solar radiation, etc. It is hardly visible since it it white on light grey (verified on google-chrome, firefox desktop/mobile).
I tried to change my theme, but changing from normal to light/dark/blue not seem to make any difference.
Kind regards,
Dennis
monthly/q/y comparison pop-up too light to be visible
Moderator: leecollings
- waltervl
- Posts: 5752
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: monthly/q/y comparison pop-up too light to be visible
No issues for me with your settings.
What if you try with a browser session in incognito/private mode?
Also it seems the new high charts library that is used by Domoticz is not fully working in old safari browsers. What browser are you using?
What if you try with a browser session in incognito/private mode?
Also it seems the new high charts library that is used by Domoticz is not fully working in old safari browsers. What browser are you using?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 3
- Joined: Sunday 28 November 2021 19:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: monthly/q/y comparison pop-up too light to be visible
Hi #watervi,
Thanks for the feedback, I did try with private browser tab as well.
I did some further investigation and I think it might be due to the apache proxy that is in between. I guess something new is not proxied correctly.
I'll have a look at the apache log.
Kind regards,
Dennis
Thanks for the feedback, I did try with private browser tab as well.
I did some further investigation and I think it might be due to the apache proxy that is in between. I guess something new is not proxied correctly.
I'll have a look at the apache log.
Kind regards,
Dennis
-
- Posts: 3
- Joined: Sunday 28 November 2021 19:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: monthly/q/y comparison pop-up too light to be visible
I didn't find HTTP errors in the apache proxy access logs. I used the inspector and found that the highchart tooltip is triggered on MouseMove and/or MouseOver, unsure where it gets its styling from.
MouseMove:
MouseOver:
Kind regards,
Dennis
MouseMove:
Code: Select all
function rt, i = e.tooltip, s = this.normalize(t);
this.setHoverChartIndex(t), ("mousedown" === e.mouseIsDown || this.touchSelect(s)) && this.drag(s), !e.openMenu && (this.inClass(s.target, "highcharts-tracker") || e.isInsidePlot(s.chartX - e.plotLeft, s.chartY - e.plotTop, {
visiblePlotOnly: !0
})) && !(i && i.shouldStickOnContact(s)) && (this.inClass(s.target, "highcharts-no-tooltip") ? this.reset(!1, 0) : this.runPointActions(s))
}
onDocumentTouchEnd
Code: Select all
function(t) {
o?.normalize(t);
let e = o?.getPointFromEvent(t),
r = !s.scrollablePlotArea || s.isInsidePlot(t.chartX - s.plotLeft, t.chartY - s.plotTop, {
visiblePlotOnly: !0
});
o && e && i.options.enableMouseTracking && r && (o.isDirectTouch = !0, e.onMouseOver(t))
}
Dennis
Who is online
Users browsing this forum: No registered users and 1 guest