XcodesOrg / XcodesOrg/XcodesApp

Filter buttons disabled at app launch

Open
#690 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Swift
Stars
8.6k
Forks
387
Avg merge
6d 7h
Merged PRs (30d)
3

Description

Describe the bug
After launching the app, if the left sidebar is too small, the filter buttons are moved into a popup menu on the right side instead. However, the buttons in there are disabled until I cause the UI to be re-rendered by changing the size of the left sidebar for example.

To Reproduce

  1. Activate the "release only" filter
  2. Minimize width of left sidebar so the button is moved to right side
  3. Close and relaunch the app
  4. Click ">>" button on right side

Expected behavior
Buttons should not be disabled.
Ideally, they should not be moved out of the left sidebar at all. Maybe increase minimum width of the bar?

Screenshots

Image

Version

  • OS: 14.7.2
  • Xcodes: 2.4.1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Reproduce the launch with a narrow left sidebar and inspect the filter-button and popup-menu layout code to find why the relocated buttons remain disabled until resizing; done means the buttons are enabled immediately after launch and the existing reproduction steps pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.