Images EXIF fields are few?

Hello there.
Using 17.3 with Windows 10 AU.

With Jarvis 16.1 picture info windows had “User Comment” fields as well plus, but with Krypton, this field is now gone?
Has anyone else pointed this out?

Previously I could add this field to e.g. Slideshow.xml like

Code:
<?xml version="1.0" encoding="UTF-8"?>
<window>
    <defaultcontrol>2</defaultcontrol>
    <controls>
        <control type="image">
            <left>0</left>
            <top>1000</top>
            <width>1920</width>
            <height>100</height>
            <texture>back.png</texture>
           <colordiffuse>7fffffff</colordiffuse>
        </control>
        <control type="textbox">
            <description>Picture comment</description>
            <left>10</left>
            <top>1000</top>
            <width>1900</width>
            <height>100</height>
            <align>center</align>
            <font>font24</font>
            <textcolor>white</textcolor>
            <label>$INFO[Slideshow.EXIFComment]</label>
            <autoscroll delay="3000" time="1000" repeat="10000">true</autoscroll>
        </control>
    </controls>
</window>

Now this does not work..