Make WordPress Core

Opened 6 years ago

Closed 5 years ago

#45565 closed defect (bug) (reported-upstream)

Table Block: entire Create button is clickable but clicking lower part of it doesn't work

Reported by: subrataemfluence's profile subrataemfluence Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.0
Component: Editor Keywords:
Focuses: ui, administration Cc:

Description

Table Block Create button does not render the table in the editor when I click lower part of the button. Please see the screencast.

https://youtu.be/XgyzYIQK75Y
OR
https://drive.google.com/file/d/1QqxlYS4aPo4unJccRKfGZ8M0PkUr04Hf/view

OS: Ubuntu 14.04

Browsers:
Chrome: 71.0.3578.80 (Official Build) (64-bit)
Firefox: 63.0.3 (64-bit)

Change History (2)

#1 @faisal03
6 years ago

  • Keywords close added; dev-feedback removed

Good catch @subrataemfluence I have investigated and found this issue is fixed.

The CSS vertical-align: top; was creating that issue, have look here =>
https://www.screencast.com/t/lSTVmJcuMl

Which is now removed from the [core, https://github.com/WordPress/gutenberg] and hopefully will be released soon. To test it, please download the plugin from Github repo https://github.com/WordPress/gutenberg and install it in your local system.

#2 @desrosj
5 years ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
  • Resolution set to reported-upstream
  • Status changed from new to closed

Thanks for this, @subrataemfluence! I did some testing with the latest version of WordPress and I am still able to reproduce this issue.

@faisal03 I did some searching on the Gutenberg Github repository, but I was unable to locate any indication that this had been addressed.

I opened a new issue upstream (GB-15992) to address the problem.

Note: See TracTickets for help on using tickets.