aurelia / aurelia/templating

Replaceable templates not working across multiple levels

Open
#625 10 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
TypeScript
Stars
113
Forks
101
PR merge metrics
No merged PRs in 30d

Description

Replaceable templates accross multiple levels as shown in the following sketch are not working. The replaceable template in `tab.html` gets replaced with empty content.

tab.html
```html

Tab-Title

```
tab-control.html
```html





```
app.html
```html



...

```
Neither works this:

tab.html
```html

Tab-Title

```
tab-control.html
```html



```
app.html
```html




...


```

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the nested replaceable-template examples from tab.html, tab-control.html, and app.html, comparing both arrangements described in the issue. Trace how replaceable and replace-part content is resolved across the nested templates, then verify that the deepest form content appears in the tab instead of being replaced with empty content.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.