Skip to content

Bug: Component preferences page does not load on Monterey#7

Merged
avelytchko merged 5 commits intomainfrom
bugfix/issue-6
Jan 29, 2026
Merged

Bug: Component preferences page does not load on Monterey#7
avelytchko merged 5 commits intomainfrom
bugfix/issue-6

Conversation

@avelytchko
Copy link
Copy Markdown
Owner

fix: resolve preferences UI compatibility issues on macOS Monterey

  • Fix blank preferences page on macOS 12 by implementing manual view creation
  • Replace problematic [super loadView] with custom NSView instantiation
  • Add comprehensive debug logging for UI lifecycle troubleshooting
  • Maintain backward compatibility with macOS 12+ while preserving functionality on newer versions
  • Remove translatesAutoresizingMaskIntoConstraints from main view to prevent positioning issues

Fixes #6

- Fix blank preferences page on macOS 12 by implementing manual view creation
- Replace problematic [super loadView] with custom NSView instantiation
- Add comprehensive debug logging for UI lifecycle troubleshooting
- Maintain backward compatibility with macOS 12+ while preserving functionality on newer versions
- Remove translatesAutoresizingMaskIntoConstraints from main view to prevent positioning issues

Fixes #6
@avelytchko avelytchko merged commit 49a9394 into main Jan 29, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

[BUG] [0.1.3] Component preferences page does not load

1 participant