Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive Panel gets affected by TemplateInfo.HtmlFieldPrefix #8057

Open
eyupyusein opened this issue Nov 21, 2024 · 0 comments
Open

Responsive Panel gets affected by TemplateInfo.HtmlFieldPrefix #8057

eyupyusein opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels

Comments

@eyupyusein
Copy link
Contributor

To reproduce the issue, open the following REPL sample:
https://netcorerepl.telerik.com/QyFPmlFR39pKo7vQ51

When this setting is present:

@{
    ViewData.TemplateInfo.HtmlFieldPrefix = "message";
}

The responsive panel's id and name attributes are wrongly affected:

Image

The result should be the the same as if the setting was removed:

Image

This unexpected prefix breaks the layout and other custom logic on the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants