Skip to content

fix: hide the f-template element from layout#7642

Open
AKnassa wants to merge 1 commit into
microsoft:mainfrom
AKnassa:fix/7148-f-template-display-none
Open

fix: hide the f-template element from layout#7642
AKnassa wants to merge 1 commit into
microsoft:mainfrom
AKnassa:fix/7148-f-template-display-none

Conversation

@AKnassa

@AKnassa AKnassa commented Jul 12, 2026

Copy link
Copy Markdown

What this does

Stops the <f-template> element from taking up space on the page.

Why

<f-template> is a plumbing element — it carries a template definition, it is not content. But it was rendering as a normal element, so it could push real content around.

What changed

  • <f-template> is now hidden from layout

How to see it

Run the fast-element Playwright suite. 17 tests cover the template bridge.

Closes #7148

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@AKnassa AKnassa marked this pull request as ready for review July 13, 2026 04:07
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

f-template custom elements are rendered in the DOM

1 participant