workbenchdev / workbenchdev/Workbench
No console log for signal handles of Adw.ButtonRow
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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