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

[Bug] #29

Open
aweizh opened this issue Mar 25, 2022 · 0 comments
Open

[Bug] #29

aweizh opened this issue Mar 25, 2022 · 0 comments
Labels
Bug Something isn't working Triage Issue needs to be triaged

Comments

@aweizh
Copy link

aweizh commented Mar 25, 2022

Hi Chris!
Your Menu component is realy great! And teach me a lot. Thank you very much!
My English is not good enough to Describe the bug
So ...
(1) BlazoredSubMenuBase.cs
The icon changing doesn't work when i create a new Razor page and click the item(but the KeyDownHandler works well...),

//2022.3.25 修改
 //protected override void OnParametersSet()
protected override void OnInitialized()

(2) BlazoredSubMenu.razor
If the header is too long, the text will cover the icon.

@*<span role="button" tabindex="0" @onclick="ToggleSubMenu" @onkeydown="KeyDownHandler">@HeaderTemplate <i class="@IconCss">@Icon</i></span>*@
<div class="row p-0">
       <div class="row p-0 m-0">
           <div class="col-10 p-0 m-0">
               <span role="button" tabindex="0" @onclick="ToggleSubMenu" @onkeydown="KeyDownHandler">@HeaderTemplate</span>
           </div>
           <div class="col-1 p-0 m-0">
               <i class="@IconCss">@Icon</i>
           </div>
       </div>
@aweizh aweizh added Bug Something isn't working Triage Issue needs to be triaged labels Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant