Skip to content

Known Issues #2

@gman-comicdb

Description

@gman-comicdb

Tracks known issues related to ComicRackCE Dark Mode.
If an issue should be fixed prior to initial release, it should also be listed in #1

  1. Review DrawFocusRectangle/Highlight
    • Inconsistent highlighting... looks like same color but some apply alpha and some don't
    • ListView selected-inactive BackColor
  2. Draw dark UpDown arrows
    • Some are already handled in Win11 so some branching required
  3. Use lighter colors for Tiles so they're more visible against dark background
  4. Use darker colors for selected-inactive Tiles so they stand out less against dark background
  5. [Win10] Draw ListBox, TreeView and ItemView checkboxes
  6. Disabled text is too dark to read
    • GroupBox
    • FlatStyle.System Button
  7. Disabled Buttons with icon/images = dark text on dark background (Pages in ComicBookInfo - Pages tab)
  8. Pressed grip is blue; should use ligher gray
  9. ToolTips have inconsistent colors
    • There are multiple methods used to draw them, and some may be being drawn by the system
  10. TaskDialog progress bar is too dark (Green; seems to be highly transparent so fix may just be make less transparent)
  11. MessageBox is un-themed.
    • This is a known issue.
    • From a quick review of the codebase, if a MessageBox pops it normally means something has gone wrong. Possible solution:
      • Replace "mildly wrong" MessageBox with a different kind of dialog
      • Leave the "horribly wrong" as MessageBox. Because if one those pops up you've got bigger problems to worry about than "it's not themed", and because adding complexity to low-level exception handling seems like a bad idea.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions