workbenchdev / workbenchdev/Workbench

No console log for signal handles of Adw.ButtonRow

Open
#1,031 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
844
Forks
91
Avg merge
7h 12m
Merged PRs (30d)
1

Description

Yello~

Adw.ButtonRow {
  activated => $on_add_output_clicked();
  hexpand: true;
  title: _("+ Add another output");
}

this activated never shows up in the console like "Template handler xxx triggered for signal xx", but all other inputs do, like:

Button {
  clicked => $on_item_pause_clicked();
  valign: center;
  icon-name: "pause-large-symbolic";
}

Why is this the case? Am I listening to the wrong thing?

https://github.com/user-attachments/assets/3b8cf9c0-0527-4daa-ba1f-762404ea73f6

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

Start by reproducing the Adw.ButtonRow activated handler and the Button clicked handler in Workbench, then compare how each signal is reported in the console. Done means determining whether the signal is being listened to incorrectly or whether its template-handler logging is missing, and recording the explanation or required change.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.