Jasonette / Jasonette/JASONETTE-iOS
header.menu.action.success not triggering
- Dominant language
- JavaScript
- Stars
- 5.2k
- Forks
- 347
- PR merge metrics
- No merged PRs in 30d
Description
trying to catch the return from a header view (to reload the main view after changing settings) but wasn't able to make the $href success handler fire
demo: https://jasonbase.com/things/dmmb
the part that illustrates the bug:
```
"action": {
"type": "$href",
"success": {
"type": "$util.alert",
"options": {
"title": "This should fire",
"description": "but it didnt"
}
}
```
Contributor guide
Research direction
Start by reproducing the Jasonbase demo and trace the $href action handling for a header view, focusing on the header.menu.action.success path shown in the issue. The fix is complete when the success handler runs and displays the specified alert after the header view returns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100