lazy-blocks
lazy-blocks copied to clipboard
Field Type: URL - Selection box disappears on hover
Issue description:
Since the last two Lazy Blocks versions there is the following problem:
With the field type "URL", the selection box (available pages) is displayed but disappears when hovering and cannot be selected.
Lazy Blocks Version:
Version 3.5.1
WordPress Version:
Version 6.3.1
Any helpful information to reproduce the issue (screenshots, code parts)
The available pages are displayed (e.g. Home) - but they disappear when hovering. They cannot be selected via arrows (keyboard).
Related topic - https://wordpress.org/support/topic/problem-changing-url/
@nk-o any idea when this might get fixed? it makes the url field almost unusable since no internal page can be chosen anymore..
@nk-o Is there any news about bug fixing yet? Thanks!
I remember that it worked the last time I used LazyBlocks, do you know since which version it is broken? Maybe I need to downgrade my plugin versions.
My current workaround is to place the cursor right below the input box and after typing to just click without moving the mouse.
My current workaround is to place the cursor right below the input box and after typing to just click without moving the mouse.
While this works, that's not some behavior I would want to ship to customers 😬. At least put it in the sidebar, then it is usable again. The problem would then only be to find the setting.
Hi guys, since the iframe editor was introduced in Gutenberg, some components have stopped working correctly inside the content. Initially, inserting input fields inside the block content was not in the Gutenberg paradigm, but we decided to make it possible.
I think we have to use controls in the Inspector and stop using them in content. We should also add the possibility of using the RichText component (https://developer.wordpress.org/block-editor/reference-guides/richtext/), which is Gutenberg's preferred method to edit elements in the block output directly.