elementary / elementary/settings-useraccounts

Use child properties for selecting the guest item

Open
#70 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vala
Stars
15
Forks
16
PR merge metrics
No merged PRs in 30d

Description

It looks like current the code uses the `name` property to decide if the selected listbox row is the guest item. This can cause problems since this is essentially used for the CSS ID property. We should use child properties or some other way of identifying this special row.

Contributor guide

Open the contributing guide

Research direction

Start by locating the listbox row-selection logic and the check that identifies the guest item through its name property. Trace how the row's child properties are exposed, then confirm that guest-row selection no longer depends on the CSS ID-like name value.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.