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

移动端顶部音乐导航缩小后,依然会导致刷新和左侧导航栏按钮无效 || After the music navigation at the top of the mobile terminal is reduced, the refresh and left navigation bar buttons will still be invalid. #357

Closed
Jonnyan404 opened this issue Dec 22, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Jonnyan404
Copy link
Contributor

Jonnyan404 commented Dec 22, 2024

Describe the bug

播放音乐后,移动端顶部音乐导航缩小后,会导致其它按钮失效。

To Reproduce
Steps to reproduce the behavior:

  1. 播放音乐
  2. 等待音乐导航条缩小
  3. 点击刷新或者左侧导航按钮
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [Android]
  • OS: [Android15]
  • Browser [chrome]
  • Version [0.29.4]

Additional context
Add any other context about the problem here.


Describe the bug

After playing music, when the music navigation at the top of the mobile terminal shrinks, other buttons will become ineffective.

To Reproduce
Steps to reproduce the behavior:

  1. Play music
  2. Wait for the music navigation bar to shrink
  3. Click refresh or the left navigation button
  4. See error

Expected behavior
A clear and concise description of what you expect to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [Android]
  • OS: [Android15]
  • Browser [chrome]
  • Version [0.29.4]

Additional context
Add any other context about the problem here.

@github-actions github-actions bot changed the title 移动端顶部音乐导航缩小后,依然会导致刷新和左侧导航栏按钮无效 移动端顶部音乐导航缩小后,依然会导致刷新和左侧导航栏按钮无效 || After the music navigation at the top of the mobile terminal is reduced, the refresh and left navigation bar buttons will still be invalid. Dec 22, 2024
Copy link

dosubot bot commented Dec 22, 2024

The issue you're experiencing with the mobile music navigation bar in Blinko causing other buttons to become unresponsive might be related to how the BlinkoMusicPlayer component manages its state and interactions. The component uses a isCompact state to shrink the navigation bar after a timeout or when the mouse leaves the area [1].

It's possible that the shrinking behavior or the component's event handling might be interfering with the refresh and navigation buttons. You might want to check if there are any overlapping elements or event listeners that could be capturing clicks intended for other UI components. Additionally, ensure that the CSS styles applied in compact mode do not inadvertently cover or disable other interactive elements.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added the bug Something isn't working label Dec 22, 2024
@Jonnyan404
Copy link
Contributor Author

Jonnyan404 commented Dec 23, 2024

0.29.7 已修复


0.29.7 Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant