Hi,
Thanks for reporting. We recently published version with a lot of changes in the advanced image block. Could you take a look and let me know if you’re still facing the problem.
Thanks.
Hi, thank you for the fast response!
Sadly there’s no difference. Installed the update, cleared the caches and created a new page with a new adv. image block. Also tried in different browsers.
But i just figured out.. if you click on the text and then press the arrow buttons on your keyboard, the cursor appears 🙂 Maybe a Flexbox problem or something.. not sure.
Ah, got it.. no Flexbox bug. Theres a pointer-events:none set on .advgb-image-title.
.editor-styles-wrapper .advgb-image-block .advgb-image-title,
.editor-styles-wrapper .advgb-image-block .advgb-image-subtitle,
.editor-styles-wrapper .advgb-image-slider-item-info .advgb-image-title,
.editor-styles-wrapper .advgb-image-slider-item-info .advgb-image-subtitle {
pointer-events: none;
}
OK got it, we’ll include a quick fix.
Cheers,
I’ve run some test and did not see the issue, is your procedure to reproduce like that:
https://drive.google.com/open?id=1kQnifOWZDwPbzbU0kyipkEGquncqvxHR
Hi,
I’ve made some test with firefox and didn’t have the problem on my side. Can you try with chrome or using a firefox incognito tab?
Cheers,
Sorry, but its exactly the same behavoir in Chrome.
It just works correct (in FF and Chrome) if i remove the pointer-events:none from
.editor-styles-wrapper .advgb-image-block .advgb-image-title, .editor-styles-wrapper .advgb-image-block .advgb-image-subtitle, .editor-styles-wrapper .advgb-image-slider-item-info .advgb-image-title, .editor-styles-wrapper .advgb-image-slider-item-info .advgb-image-subtitle{ … }
The Advanced Gutenberg Version is 5.8.6
-
This reply was modified 1 year, 2 months ago by
webksde.