Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOFTEN - Bug #56

Open
henryjfry opened this issue Sep 8, 2021 · 1 comment
Open

SOFTEN - Bug #56

henryjfry opened this issue Sep 8, 2021 · 1 comment

Comments

@henryjfry
Copy link

As per this issue for script.extendedinfo:
a4k-openproject/script.extendedinfo#4

This bug still appears to be an issue with various skins based on Aeon/Xonfluence?

I dont use either skin but have been updating script.extendedinfo and have had the issue reported to me.

I think its caused by "Default.xml" and "215"

    <default type="radiobutton">
        <left>450</left>
        <top>300</top>
        <width>450</width>
        <height>63</height>
        <include condition="String.IsEmpty(Skin.String(LayoutLAF))">RadioButtonClassic</include>
        <include condition="!String.IsEmpty(Skin.String(LayoutLAF))">RadioButtonModern</include>
        <include>NormalButton</include>
        <label>215</label>
        <font>font13</font>
        <textcolor>white</textcolor>
        <disabledcolor>grey3</disabledcolor>
        <textoffsetx>10</textoffsetx>
        <aligny>center</aligny>
        <pulseonselect>no</pulseonselect>
    </default>

The skin has no strings.po number 215 so I think thats where it defaults back to "resource.language.en_gb" and "Soften" is returned.

@henryjfry
Copy link
Author

henryjfry commented Sep 8, 2021

I can report that removing the label reference to 215 does fix the random "Soften" which appears in extendedinfo when you are using Xonfluence:

<label></label>

However a better way to fix it (and not impact whatever that label is supposed to be for), might be a visible tag?

<visible>String.IsEmpty(Window.Property(movie.Plot)) + String.IsEmpty(Window.Property(tvshow.Plot)) + String.IsEmpty(Window.Property(episode.Plot))</visible>

??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant