-
Notifications
You must be signed in to change notification settings - Fork 12
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
Magento 2.1 compatibility #3
Comments
I think we're going to have to sort this out ourselves, @mustdobetter. |
If either if you are willing to submit a PR to fix this issue, I'm sure @ericthehacker would appreciate it. |
@ericthehacker Do you have any plans to fix 2.1.x compatibility any time in the near future? I have an M2 project right now where this module would come in very handy. Since I took care of upgrading this extension to address the last breaking change, I think it's your turn. ;) |
@erikhansen @mustdobetter @maderlock Sorry for the lack of response -- I've been very busy lately. :-/ |
I took a quick look at this issue in case anyone is interested. Currently the overridden data gets added to the html output using the So the big issue is that the generated html is getting inserted into a html element which isn't closed yet which makes the browsers freak out. I think that the way to solve this would involve rewriting the In case this gets fixed, I think this deserves a big version jump to v3.0.0, since it will probably be backwards incompatible with Magento 2.0.x |
Cant for this to be fixed! |
I have a fix in progress and should have a release this week. Stay tuned ... 👍 |
All 2.1.x support is added in #5 . I'm going to do some more testing tomorrow (and hopefully merge and tag as 3.0.0), but if anyone wants to check out the associated feature branch in the meantime and give me any feedback, I'm all ears. In this feature branch, I moved the actual output of the hint, since there's not a good place to inject without having to do string replacement on HTML otherwise. Additionally, I found the functionality is affected by a core bug in 2.1.3. Both of these are outlined in the updated README: https://github.com/ericthehacker/magento2-configscopehints/blob/feature/m2.1-support/README.md . |
All |
There are issues with the display of the scope hint text on system config fields in Magento 2.1. Please see attached screenshot.
The text was updated successfully, but these errors were encountered: