Am 19.06.26 um 13:19 schrieb Martin Steigerwald:
Greetings.
Justin Zobel - 19.06.26, 12:29:23 CEST:
On 18/6/26 21:16, Reindl Harald wrote:
i really don't know what drugs somebody needs to take to display the
favicon fullscreen instead of the page content after updating the
system :-)
Please submit a bug report on https://bugs.kde.org/ and be kind.
I also kindly suggest you review the tone you used, Harald.
If you bark like this towards the people who who develop the software you
are using mostly in their spare time you may understandably not receive
the response you are looking forward to.
There is no need to accuse anybody of taking drugs
you missed the smiley?
Especially with the
current state our web is in. An icon displayed full screen could be
related to some CSS parsing issues that might have been triggered by a
change in the webpage you instructed the applet to view. It might for
example related to an attempt to block a resource coming from a different
domain to protect your privacy or block ads. I have seen this countless of
times with a hardened Firefox configuration I use. Our current web is
broken and web browsers are crazy these times. They need to be in order to
still display pages from broken-by-design web sites.
as said in my previous post it was the unasked resizing of the applet
there is not much to render in a trivial page like that
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Intraday</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="shortcut icon" href="favicon.ico">
<meta http-equiv="Refresh" content="900">
<style type="text/css">
* {font-family:Ubuntu,Arial,Sans-Serif; font-size:22px;
text-align:left; background-color:#dddddd; color:#0d325c;
text-decoration:none;}
body {margin:0; padding:20px; padding-top:12px;
padding-bottom:12px;}
td, th {border-style:solid; border-color:#6fb8d8;
border-width:1px; border-collapse:collapse; margin:0; padding:6px;
vertical-align:middle;}
th {font-size:24px;}
table {border-collapse:collapse; width:100%; overflow-x:auto;
margin:auto; margin-top:0px;}
td {text-align:right;}
td.left {text-align:left;}
#euro_kurs {margin:0; padding:0; margin-top:15px; width:100%;
height:120px; border-style:none;}
#time {margin:0; padding:0; margin-bottom:10px;
text-align:center; font-weight:bold;}
#main_layer {max-width:500px;}
</style>
</head>
<body>
<div id="main_layer">
<p id="time"><a href="javascript:self.location.reload();"><img
src="reload.gif" alt="" style="padding-right:10px;">13:31</a></p>
<table summary="Layout">
<tbody>
<tr>
<td class="left">Gold</td>
<td>3.615,05</td>
<td style="color:red">-1,78 %</td>
</tr>
<tr>
<td class="left">Silber</td>
<td>56,21</td>
<td style="color:red">-2,12 %</td>
</tr>
<tr>
<td class="left">FTSE AW</td>
<td>159,98</td>
<td style="color:red">-0,55 %</td>
</tr>
<tr>
<td class="left">FTSE HD</td>
<td>78,27</td>
<td style="color:red">-0,61 %</td>
</tr>
<tr>
<td class="left">L&G GQD</td>
<td>9,45</td>
<td style="color:red">-0,12 %</td>
</tr>
</tbody>
</table>
<iframe id="euro_kurs"
src="https://s.tradingview.com/embed-widget/mini-symbol-overview/?locale=de_DE#%7B%22symbol%22%3A%22OANDA%3AEURUSD%22%2C%22width%22%3A%22100%25%22%2C%22height%22%3A%22100%25%22%2C%22dateRange%22%3A%221D%22%2C%22colorTheme%22%3A%22light%22%2C%22trendLineColor%22%3A%22rgba(233%2C%20182%2C%2041%2C%201)%22%2C%22underLineColor%22%3A%22rgba(255%2C%20217%2C%20102%2C%200.3)%22%2C%22underLineBottomColor%22%3A%22rgba(41%2C%2098%2C%20255%2C%200)%22%2C%22isTransparent%22%3Afalse%2C%22autosize%22%3Atrue%2C%22largeChartUrl%22%3A%22https%3A%2F%2Fwww.goldvorsorge.at%2Fcharts.html%22%2C%22utm_source%22%3A%22www.goldvorsorge.at%22%2C%22utm_medium%22%3A%22widget_new%22%2C%22utm_campaign%22%3A%22mini-symbol-overview%22%2C%22page-uri%22%3A%22www.goldvorsorge.at%2F%22%7D"></iframe>
</div>
</body>
</html>