Modifiers don't seem to work when applied to elements are ember components with `tagName=''`
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- typescript
- Domain
- frontend
Research direction
Start by reproducing the two modifier examples in the issue, comparing a regular element with a classic Ember component using tagName="". Trace how modifiers are applied to component elements and verify that the modifier executes without requiring knowledge of the component's implementation.
Written by the indexing model from the issue text.
Description
Using modifiers on an element that is itself a classic Ember component (@ember/component) doesn't seem to work.
This poses difficulties because the developer now has to 'know' :godmode: what the
other component is.
This works great:
<div {{did-insert this.someFunc}}>
</div>
This not so much (doesn't error, doesn't execute).
<SomeOtherEmberComponent {{did-insert this.someFunc}}>
</SomeOtherEmberComponent>
- Dominant language
- TypeScript
- Stars
- 86
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
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.
More from emberjs/ember-render-modifiers
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
emberjs/ember-render-modifiers#38 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
emberjs/ember-render-modifiers#23 · 2 comments · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
emberjs/ember-render-modifiers#21 · 3 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
emberjs/ember-render-modifiers#20 · 4 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
emberjs/ember-render-modifiers#18 · 5 comments ·
All issues in emberjs/ember-render-modifiers
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
danielmiessler/LifeOS#2218 ·