cappuccino / cappuccino

Web Application Framework in JavaScript and Objective-J
https://cappuccino.dev/
GNU Lesser General Public License v2.1
2.2k stars 333 forks source link

CPButton setImage: does not set the image in disabled state #2977

Closed daboe01 closed 2 years ago

daboe01 commented 3 years ago

@didierkorthoudt IMHO can be easily fixed by adding this line to setImage: [self setValue:spinnerImg forThemeAttribute:@"image" inState:CPThemeStateDisabled]; should i make a PR with this? am i missing something?

cappbot commented 3 years ago

Milestone: Someday. Label: #new. What's next? A reviewer should examine this issue.

daboe01 commented 2 years ago

-#new +Theme +#needs-patch

cappbot commented 2 years ago

Milestone: Someday. Labels: #needs-patch, Theme. What's next? This issue needs a volunteer to write and submit code to address it.

daboe01 commented 2 years ago

@didierkorthoudt can you have a look, please?