<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi everyone,<br>
    <br>
    I have just moved over my application (Photoslide) from JFX22 to
    JFX23 and I am facing the folling issue:<br>
    <ul>
      <li>For any FontIcon (iKonli) where I set the color in web form I
        am getting the follwing exception:</li>
      <ul>
        <li>Exception in thread "JavaFX Application Thread"
          java.lang.StackOverflowError<br>
              at java.base/java.lang.String.substring(String.java:2930)<br>
              at java.base/java.lang.String.substring(String.java:2898)<br>
              at
          <a class="moz-txt-link-abbreviated" href="mailto:javafx.graphics@24-ea/javafx.scene.paint.Color.web">javafx.graphics@24-ea/javafx.scene.paint.Color.web</a>(Color.java:403)<br>
              at
          <a class="moz-txt-link-abbreviated" href="mailto:javafx.graphics@24-ea/javafx.scene.paint.Color.web">javafx.graphics@24-ea/javafx.scene.paint.Color.web</a>(Color.java:646)<br>
              at
          <a class="moz-txt-link-abbreviated" href="mailto:javafx.graphics@24-ea/javafx.scene.paint.Color.valueOf">javafx.graphics@24-ea/javafx.scene.paint.Color.valueOf</a>(Color.java:667)<br>
              at
          <a class="moz-txt-link-abbreviated" href="mailto:javafx.graphics@24-ea/javafx.scene.paint.Paint.valueOf">javafx.graphics@24-ea/javafx.scene.paint.Paint.valueOf</a>(Paint.java:124)<br>
              at
org.photoslide.MainViewController.lambda$initialize$1(MainViewController.java:266)</li>
      </ul>
      <li>The corresponding code I am using and which is working with
        JFX22:</li>
      <ul>
        <li>processListIcon.iconColorProperty().addListener((o) -> {<br>
                      if (!taskProgressView.getTasks().isEmpty()) {<br>
                         
          processListIcon.setIconColor(Paint.valueOf("lightgreen"));<br>
                      } else {                <br>
                         
          processListIcon.setIconColor(Paint.valueOf("#c5c5c5"));<br>
                      }<br>
                  });</li>
        <li>Changing "#c5c5c5" to e.g. "red" than all is fine. Also
          using the RGB values is resulting in an Exception (Color paint
          = new Color(0.7725, 0.7725, 0.7725, 1.0);)<br>
        </li>
      </ul>
    </ul>
    <br>
    This issue is also present in JFX24ea and I have searched if iKonli
    has an open issue. It seems that there is an issue.<br>
    <br>
    cheers,<br>
    Clemens<br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
ITArchitects
CEO: B.Sc. Clemens Lanthaler
Forchachstrasse 3
A-6166 Fulpmes
Tel.: +43 (0)650 855 2954
email: <a class="moz-txt-link-abbreviated" href="mailto:office@itarchitects.at">office@itarchitects.at</a>
homepage: <a class="moz-txt-link-freetext" href="http://www.itarchitects.at">http://www.itarchitects.at</a>
-------------------------------------------------
Notice: This e-mail and any attachments are confidential and may be privileged. 
If you are not the intended recipient, notify the sender immediately, destroy all 
copies from your system and do not disclose or use the information for any purpose. 
Diese E-Mail inklusive aller Anhaenge ist vertraulich und koennte bevorrechtigtem 
Schutz unterliegen. Wenn Sie nicht der beabsichtigte Adressat sind, informieren Sie 
bitte den Absender unverzueglich, loeschen Sie alle Kopien von Ihrem System und 
veroeffentlichen Sie oder nutzen Sie die Information keinesfalls, gleich zu welchem Zweck.</pre>
  </body>
</html>