-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Meta description allows too many characters #6238
Comments
This is a known issue MAGETWO-3254. Thanks for posting |
@sevos1984 Wow! Judging by the magetwo number it's a pretty old known issue. Are we close to a fix? |
Yep, old one, but it has low priority. Not sure it will be fixed soon. |
@sevos1984 Man, too bad. It creates a lot of extra work having to go in, tweak the meta description, save, then go back and check. Then repeat as necessary. |
It's an easy fix - just add maxlength="255" (or whatever the maximum is) to the textarea. So it's odd that this has not been fixed as low hanging fruit. |
@maderlock what file and line does this code go in? |
@Ctucker9233, thank you for your report. |
@magento-engcom-team pull request has been created in the partner github |
I'm working on it #SQUASHTOBERFEST |
The issue has been fixed in 2.2-develop branch and will be available with 2.2.2 release |
@okorshenko Great! When will the fix be backported to 2.1? |
I'm noticing that my magento setup is allowing any number of characters in the meta description field. It used to automatically cut off the description if I exceeded the maximum amount of characters while typing. Now, it allows any amount and only cuts it off after saving the product.
Preconditions
Magento 2.1.0
PHP 5.6.22
Upgraded From Magento 2.0.7
Steps to reproduce
Expected result
Actual result
Pre-save

post-save

The text was updated successfully, but these errors were encountered: