<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>KNX-User-Forum - Edomi</title>
		<link>https://knx-user-forum.de/</link>
		<description>EDOMI ist eine kostenlose Software zur komplexen Steuerung und Visualisierung von KNX-Installationen</description>
		<language>de</language>
		<lastBuildDate>Mon, 17 Aug 2026 10:34:45 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>KNX-User-Forum - Edomi</title>
			<link>https://knx-user-forum.de/</link>
		</image>
		<item>
			<title><![CDATA[gelöst <i class="fa fa-check"></i>Schieberegler: Schleifspur nach dem neuesten Chrome-Update auf Android zu klein.]]></title>
			<link>https://knx-user-forum.de/forum/projektforen/edomi/2102631-schieberegler-schleifspur-nach-dem-neuesten-chrome-update-auf-android-zu-klein</link>
			<pubDate>Thu, 13 Aug 2026 23:34:37 GMT</pubDate>
			<description>Nach dem neuesten Chrome-Update auf Android wird der Schieberegler in EDOMI falsch dargestellt. 
 
​  
 
In der Datei /usr/local/edomi/www/admin/vse/13_vse.php 
 
 
 
function slime(fgcolor,pos,para) { 
        if (size.o==0) {</description>
			<content:encoded><![CDATA[Nach dem neuesten Chrome-Update auf Android wird der Schieberegler in EDOMI falsch dargestellt.<br />
<br />
​ <a href="filedata/fetch?id=2102632&amp;d=1786662960&amp;type=thumb" title="Name: image.png
Ansichten: 45
Größe: 37,2 KB" >image.png</a><br />
<br />
In der Datei /usr/local/edomi/www/admin/vse/13_vse.php<br />
<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">function slime(fgcolor,pos,para) {
        if (size.o==0) {
            if (obj.dataset.var3&amp;1) {
                return &quot;&lt;line x1='&quot;+pos+&quot;' y1='&quot;+(svgHeight/2)+&quot;' x2='&quot;+(svgWidth/2+svgWidth/2*para.size/100)+&quot;' y2='&quot;+(svgHeight/2)+&quot;' stroke-linecap='&quot;+((para.cap==2)?&quot;round&quot;:&quot;butt&quot;)+&quot;' stroke='&quot;+fgcolor+&quot;' stroke-width='&quot;+(svgHeight*para.width/100)+&quot;' vector-effect='non-scaling-stroke' fill='none'/&gt;&quot;;
            } else {
                return &quot;&lt;line x1='&quot;+pos+&quot;' y1='&quot;+(svgHeight/2)+&quot;' x2='&quot;+(svgWidth/2-svgWidth/2*para.size/100)+&quot;' y2='&quot;+(svgHeight/2)+&quot;' stroke-linecap='&quot;+((para.cap==2)?&quot;round&quot;:&quot;butt&quot;)+&quot;' stroke='&quot;+fgcolor+&quot;' stroke-width='&quot;+(svgHeight*para.width/100)+&quot;' vector-effect='non-scaling-stroke' fill='none'/&gt;&quot;;
            }
        } else {
            if (obj.dataset.var3&amp;1) {
                return &quot;&lt;line x1='&quot;+(svgWidth/2)+&quot;' y1='&quot;+pos+&quot;' x2='&quot;+(svgWidth/2)+&quot;' y2='&quot;+(svgHeight/2+svgHeight/2*para.size/100)+&quot;' stroke-linecap='&quot;+((para.cap==2)?&quot;round&quot;:&quot;butt&quot;)+&quot;' stroke='&quot;+fgcolor+&quot;' stroke-width='&quot;+(svgWidth*para.width/100)+&quot;' vector-effect='non-scaling-stroke' fill='none'/&gt;&quot;;
            } else {
                return &quot;&lt;line x1='&quot;+(svgWidth/2)+&quot;' y1='&quot;+pos+&quot;' x2='&quot;+(svgWidth/2)+&quot;' y2='&quot;+(svgHeight/2-svgHeight/2*para.size/100)+&quot;' stroke-linecap='&quot;+((para.cap==2)?&quot;round&quot;:&quot;butt&quot;)+&quot;' stroke='&quot;+fgcolor+&quot;' stroke-width='&quot;+(svgWidth*para.width/100)+&quot;' vector-effect='non-scaling-stroke' fill='none'/&gt;&quot;;
            }
        }
    }​</pre>
</div>ersetzen durch<br />
<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">    function slime(fgcolor,pos,para) {
        if (size.o==0) {
            if (obj.dataset.var3&amp;1) {
                return &quot;&lt;line x1='&quot;+pos+&quot;' y1='&quot;+(svgHeight/2)+&quot;' x2='&quot;+(svgWidth/2+svgWidth/2*para.size/100)+&quot;' y2='&quot;+(svgHeight/2)+&quot;' stroke-linecap='&quot;+((para.cap==2)?&quot;round&quot;:&quot;butt&quot;)+&quot;' stroke='&quot;+fgcolor+&quot;' stroke-width='&quot;+(svgHeight*para.width/100)+&quot;' fill='none'/&gt;&quot;;
            } else {
                return &quot;&lt;line x1='&quot;+pos+&quot;' y1='&quot;+(svgHeight/2)+&quot;' x2='&quot;+(svgWidth/2-svgWidth/2*para.size/100)+&quot;' y2='&quot;+(svgHeight/2)+&quot;' stroke-linecap='&quot;+((para.cap==2)?&quot;round&quot;:&quot;butt&quot;)+&quot;' stroke='&quot;+fgcolor+&quot;' stroke-width='&quot;+(svgHeight*para.width/100)+&quot;' fill='none'/&gt;&quot;;
            }
        } else {
            if (obj.dataset.var3&amp;1) {
                return &quot;&lt;line x1='&quot;+(svgWidth/2)+&quot;' y1='&quot;+pos+&quot;' x2='&quot;+(svgWidth/2)+&quot;' y2='&quot;+(svgHeight/2+svgHeight/2*para.size/100)+&quot;' stroke-linecap='&quot;+((para.cap==2)?&quot;round&quot;:&quot;butt&quot;)+&quot;' stroke='&quot;+fgcolor+&quot;' stroke-width='&quot;+(svgWidth*para.width/100)+&quot;' fill='none'/&gt;&quot;;
            } else {
                return &quot;&lt;line x1='&quot;+(svgWidth/2)+&quot;' y1='&quot;+pos+&quot;' x2='&quot;+(svgWidth/2)+&quot;' y2='&quot;+(svgHeight/2-svgHeight/2*para.size/100)+&quot;' stroke-linecap='&quot;+((para.cap==2)?&quot;round&quot;:&quot;butt&quot;)+&quot;' stroke='&quot;+fgcolor+&quot;' stroke-width='&quot;+(svgWidth*para.width/100)+&quot;' fill='none'/&gt;&quot;;
            }
        }
    }</pre>
</div>vector-effect='non-scaling-stroke' wird entfernt.<br />
<br />
Danach wird der Schieberegler in Chrome bzw. in der PWA wieder korrekt dargestellt und funktioniert wie gewohnt.<br />
<br />
<a href="filedata/fetch?id=2102633&amp;d=1786663556&amp;type=thumb" title="Name: image.png
Ansichten: 43
Größe: 43,2 KB" >image.png</a>​]]></content:encoded>
			<category domain="https://knx-user-forum.de/forum/projektforen/edomi">Edomi</category>
			<dc:creator>mycroft2k</dc:creator>
			<guid isPermaLink="true">https://knx-user-forum.de/forum/projektforen/edomi/2102631-schieberegler-schleifspur-nach-dem-neuesten-chrome-update-auf-android-zu-klein</guid>
		</item>
	</channel>
</rss>
