-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Search block: fix defaults when inserted into navigation block #52342
Conversation
Size Change: -98 B (0%) Total Size: 1.42 MB
ℹ️ View Unchanged
|
Thanks for the PR! I think this side effect was introduced in #36125 to apply a default style (No label, icon button, inside button) when a search block is inserted into a navigation block. Therefore, simply removing this side effect would cause regression regarding #31127, which was resolved in the past. I think the fundamental problem is that when we change the attributes of a search block that has already been inserted, an unintended side effect is executed. I think it would be better to adjust the intended behavior without removing this side effect. This PRpr.mp4Trunktrunk.mp4 |
I see what you mean, I will try fixing the intended behavior of this side effect instead of removing it. After more investigation, it looks like |
I didn't work out how to solve this yet, but I did find something we can simplify: #52519 |
I think we can fix this with #52558 |
Closing in favor of #52558. |
What?
Attempting to fix #51713.
Why?
See #51713
How?
TBD
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast