yo35 / rpb-chessboard

A WordPress plugin to display chess games and diagrams (using the standard FEN and PGN notations).
https://wordpress.org/plugins/rpb-chessboard/
GNU General Public License v3.0
36 stars 16 forks source link

The chess game block cannot be resized anymore #267

Closed adclaran closed 1 year ago

adclaran commented 1 year ago

Hello,

Following the update to the new WP 6.3, the chess game block cannot be resized in editing mode (by the Admin). I used to resize that box to a much wider area. However, now that possibility no longer exists. There isn't a resizing handle in the bottom-right corner either.

Best regards!

adclaran commented 1 year ago

The text also became too small in editing mode, hard to edit comfortably.

yo35 commented 1 year ago

In version 7.7.0, I've made the text area is larger. Still, it is not resizable anymore, as this component is managed by directly by WordPress (see for example the shortcode, that has the same text area component), and I guess this is the way the WordPress developers want it to behave.