-
Notifications
You must be signed in to change notification settings - Fork 42
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
InlineIconPicker: Control does not render #227
Comments
Hello. When using an InlineIconPicker, we cannot see the picker button on screen. Both have a size of 0x0, which makes them invisible. Out ouf curiosity, I tried to set a CSS size to see if it would reveal something. So there might be a little something to adjust to avoid rendering a non visible button. Good luck and thank you. |
@benlk Thank you for this report :) I have created #230 which fixes some of the other things you mentioned. I was not abe to replicate this particular issue here. Can you either share some more information on when exactly this happens and or test whether it is still happening with #230 applied? I provided an alpha npm version you can download to test in your project. |
I tested
The Inline icon picker renders invisibly: If I set a height and width on the Hiding the button options behind a search isn't great; I like the grid presentation of |
This should be fixed with #275 |
Describe the bug
Possibly related: #226
If I use an
IconPicker
in my code, it renders the control:But if I follow the instructions at https://github.com/10up/block-components/tree/develop/components/icon-picker :
With my code like so:
The space where the control would be is blank:
Steps to Reproduce
IconPicker
InlineIconPicker
result: no control, no error messages in the console other than #226
Screenshots, screen recording, code snippet
No response
Environment information
WP 6.2.2, no Gutenberg plugin.
Here's the dependencies from
package.json
:WordPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: