Skip to content
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

Various Block Bug Report Thread #31237

Open
Tracked by #32400
arcmicro opened this issue Apr 27, 2021 · 1 comment
Open
Tracked by #32400

Various Block Bug Report Thread #31237

arcmicro opened this issue Apr 27, 2021 · 1 comment
Labels
[Block] Image Affects the Image Block [Block] Table Affects the Table Block [Type] Feedback Issues that relate purely to feedback on a feature that isn't necessarily actionable

Comments

@arcmicro
Copy link

arcmicro commented Apr 27, 2021

Description

1st issue.
Table Block > Header section = is fine text centered and bold
Footer section is not bold and centered as Header section.
(possible implementation needed)
2nd issue.
Image Block > Uploading high resolution images into image block, the image is uploaded into media but it does not add to image block, i must reload Draft post and go to media to add the image into post through Image Block.
(This issue can be related with my custom codes in functions,php which i added to disable scaled image, but I m not sure if it is code related, also i have other code related to image uploading.)
3rd issue.
Image Block > after the image was added to post, doing manual resize then releasing Left Mouse button the image resets to very small, need to resize again manually so image size will be kept as i resized it.
(this is not a huge of an issue but it is annoying)

Step-by-step reproduction instructions

Developers know very good of the steps!

Expected behavior

It's self explanatory from Description.

Actual behavior

See Description

Code snippet (optional)

The codes related to images are...

function use_gd_editor($array) {
return array( 'WP_Image_Editor_GD', );
}
add_filter( 'wp_image_editors', 'use_gd_editor' );

add_filter( 'big_image_size_threshold', '__return_false' );

WordPress information

  • WordPress version: 5.7.1

Device information

  • Device: PC
  • Operating system: "Windows 10"
  • Browser: Epic based on Chromium
@arcmicro
Copy link
Author

Additional Improvements if possible.
1st. add separate colors to Table rows to background and to text (if you add this it will awesome)
Something like Row Text color and Background Color settings.
I love this block, too bad colors can't be added in this way, need to use Columns Block instead which is not so organized.
Thank you!

@paaljoachim paaljoachim added [Type] Feedback Issues that relate purely to feedback on a feature that isn't necessarily actionable [Block] Image Affects the Image Block [Block] Table Affects the Table Block labels May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Image Affects the Image Block [Block] Table Affects the Table Block [Type] Feedback Issues that relate purely to feedback on a feature that isn't necessarily actionable
Projects
None yet
Development

No branches or pull requests

2 participants