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

Bug: when multiple color settings defined, each square shows the color of last variable before interacted #168

Open
KillyMXI opened this issue Aug 15, 2024 · 3 comments

Comments

@KillyMXI
Copy link

    - 
        id: style-settings-bug-note
        title: Note
        description: "Style Settings seems to be bugged. You may not see the actual colors here before interacting with each color picker."
        type: info-text
        markdown: false
    - 
        id: list-threading-active-color-1
        title: Color 1
        type: variable-color
        opacity: false
        format: hsl-values
        default: 'hsl(23, 100%, 45%)'
    - 
        id: list-threading-active-color-2
        title: Color 2
        type: variable-color
        opacity: false
        format: hsl-values
        default: 'hsl(46, 100%, 45%)'
    - 
        id: list-threading-active-color-3
        title: Color 3
        type: variable-color
        opacity: false
        format: hsl-values
        default: 'hsl(70, 100%, 45%)'
    - 
        id: list-threading-active-color-4
        title: Color 4
        type: variable-color
        opacity: false
        format: hsl-values
        default: 'hsl(105, 100%, 45%)'
    - 
        id: list-threading-active-color-5
        title: Color 5
        type: variable-color
        opacity: false
        format: hsl-values
        default: 'hsl(187, 100%, 45%)'

Observed after full reset:

image

Expected (can be seen after resetting individually or opening each color picker):

image

  • Style Settings version: 1.0.8
  • Obsidian version: 1.6.7
@KillyMXI KillyMXI changed the title Bug: when multiple color settings defined, each square shows last color before interacted Bug: when multiple color settings defined, each square shows the color of last variable before interacted Aug 15, 2024
@KillyMXI
Copy link
Author

I just noticed the following PR is exactly about this issue:

Consider this as an issue that PR fixes. And a confirmation more people need this to be fixed.

@harmtemolder
Copy link

Duplicate of #122?

@KillyMXI
Copy link
Author

KillyMXI commented Nov 1, 2024

Yeah, seems so.
No idea how I missed that one.
Well, it makes the maintenance situation even worse than I thought, for a quite essential plugin in the ecosystem...
I won't be closing this one myself, because I think the issue is too important, so it deserves more spotlight.

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

2 participants