Skip to content

ShellContent IsVisible="True" Does not display Title #19783

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

Closed
edma72 opened this issue Jan 9, 2024 · 5 comments · Fixed by #26966
Closed

ShellContent IsVisible="True" Does not display Title #19783

edma72 opened this issue Jan 9, 2024 · 5 comments · Fixed by #26966
Labels
area-controls-shell Shell Navigation, Routes, Tabs, Flyout partner/syncfusion Issues / PR's with Syncfusion collaboration platform/windows 🪟 t/bug Something isn't working
Milestone

Comments

@edma72
Copy link

edma72 commented Jan 9, 2024

Description

The issue i have that at startup i must make invisible item 'Profile'. and after successful login in AppShell.xmal.cs i watch property change and trying to make visible 'Profile'. and it works except that Title="Profile" is not visible. It is blank. When guess and click on it, it brings proper template.

Steps to Reproduce

!. Create Maui app. In AppShell.xaml add Flyout ShellContent Item like this:

and Button:


2. in AppShell.xaml.cs after InitializeComponent(); i set Profile.IsVisible =falce;
3. in Login Button control.:
private void btnLogin_Clicked(object sender, EventArgs e)
{
Profile.IsVisible =true;
}

NOTE: it makes Profile Item visible, but Title="Profile" not. so that ShellContent item is blank and i have to guess. where is it. Not sure how to make visible entire item.

Link to public reproduction project repository

https://github.com/edma72/LoadTestGUI

Version with bug

8.0.3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

NO

Relevant log output

No response

@edma72 edma72 added the t/bug Something isn't working label Jan 9, 2024
@PureWeen PureWeen added platform/windows 🪟 area-controls-shell Shell Navigation, Routes, Tabs, Flyout s/needs-repro Attach a solution or code which reproduces the issue labels Jan 9, 2024
@ghost
Copy link

ghost commented Jan 9, 2024

Hi @edma72. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@edma72
Copy link
Author

edma72 commented Jan 9, 2024

Repo : https://github.com/edma72/LoadTestGUI
I made it public.

@ghost ghost added s/needs-attention Issue has more information and needs another look and removed s/needs-repro Attach a solution or code which reproduces the issue labels Jan 9, 2024
@PureWeen PureWeen removed the s/needs-attention Issue has more information and needs another look label Jan 11, 2024
@PureWeen PureWeen added this to the Backlog milestone Jan 11, 2024
@ghost
Copy link

ghost commented Jan 11, 2024

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

@edma72
Copy link
Author

edma72 commented Jan 30, 2024

Any ETA on this issue?

@edma72
Copy link
Author

edma72 commented Jul 8, 2024

@PureWeen Hi, Could you please assist me on this issue? i would like to have any status on it.

Thanks
Ed J

@karthikraja-arumugam karthikraja-arumugam added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Dec 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-shell Shell Navigation, Routes, Tabs, Flyout partner/syncfusion Issues / PR's with Syncfusion collaboration platform/windows 🪟 t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants