Opened 29 hours ago
Last modified 29 hours ago
#65381 new defect (bug)
Uncaught TypeError: Cannot read properties of undefined (reading 'borderColor') in block-editor.min.js on WordPress 7.0
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Editor | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
After updating to WordPress 7.0, the block editor shows a blank white page with this error:
Uncaught TypeError: Cannot read properties of undefined (reading 'borderColor') at AIe (block-editor.min.js:178:89975)
Theme: Blockify
WordPress Version: 7.0
PHP Version: (check yours in Site Health)
The error occurs when WordPress 7.0 tries to read borderColor from a color palette item that doesn't have it defined. This breaks the block editor completely showing a blank white page.
Steps to reproduce:
- Install Blockify theme
- Update to WordPress 7.0
- Go to Posts → Add New
- Editor shows blank white page with borderColor error
Attachments (1)
Note: See
TracTickets for help on using
tickets.