Opened 2 weeks ago
Last modified 2 weeks ago
#62536 new defect (bug)
Plugin conflict impacting changing editor views and zoom
Reported by: | joelmcdwebworks | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.7.1 |
Component: | General | Keywords: | reporter-feedback close |
Focuses: | Cc: |
Description
This issue is not a conflict with one specific plugin, but Gravity Forms is one plugin where this is happening. Other plugins appeared to have similar issue, including LearnDash Course Grid.
Activating Gravity Forms changes the editor layout (specifically the title), makes changing views clunky, and removes the zoom button altogether.
Change History (2)
#2
@
2 weeks ago
- Keywords reporter-feedback close added
Hi @joelmcdwebworks and welcome to WordPress Trac!
If I understand correctly the issue is with the zoom-out feature in the block editor or Site Editor?
Issues and enhancements related to the Zoom-out are managed in the Gutenberg GitHub repository, and there is a specific label for it:
https://github.com/WordPress/gutenberg/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22%5BFeature%5D%20Zoom%20Out%22
To learn if there is an issue with the feature, more detailed reports are needed, including step by step instructions on how to reproduce the problems.
Please search the GitHub repository first to see if the problems have been reported already.
For example, there is a suggestion to allow opting-out of the zoom-out, which may be useful to plugin developers: https://github.com/WordPress/gutenberg/issues/63584
Hey @joelmcdwebworks, Welcome to Trac, and thanks for bringing this up.
Given that the issue manifests only when specific plugins are activated, it suggests that the plugins might be injecting custom styles that override core editor styles. Also, considering the editor functionality works as expected without the plugins, this feels more like a plugin issue than a core issue.
Please let me know if I am missing out on something.