Closed (fixed)
Project:
D7 Media
Version:
7.x-2.23
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2019 at 16:36 UTC
Updated:
18 Nov 2019 at 14:39 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
deadpoet commentedWe're seeing the same issue after upgrading from 7.x-2.21 to 2.23, it's proving very troublesome. Is there any way to make the 80-character alt text limit optional, or adjust the limit?
[update] Ah it turns out you can control the max character limit, see comment #4 for a solution to this.
Comment #3
joseph.olstadHello @44Sunsets, please have a look at the release notes and revert the change that you think might be causing this, please let me know what the solution is and I will then investigate.7.x-2.22 release notes
Thank you for your assistance.
Comment #4
deadpoet commented@joseph.oldstad Thank you for your reply. I just discovered that we can in fact control the image alt text and title max length via the
image_alt_lengthandimage_title_lengthvariables. So that is a satisfactory resolution for our particular use case.Comment #5
joseph.olstadok, could probably write a note in the README.txt about that if it's not already there, feel free to submit a patch for the module README.txt
Comment #6
tzt20 commentedWhile we can alter it via the variables described in #4, I'd like to make a recommendation if it's included in the module as it is now that we move the max character length to 100 instead. That change aligns with most suggestions for ADA compliance (even though the max is 125).
Comment #7
joseph.olstadplease review this patch with 100 as a default instead of 80
Comment #8
joseph.olstadsee patch
Comment #9
tzt20 commentedMerci, Joseph. C'est bon. Patch works great. Hopefully, we can get this minor change added to next release.
Comment #13
joseph.olstadthis is in the dev branch now, not sure when the next release will be. if you need this now, use a dev release.
Comment #14
joseph.olstadOk, I've tagged a release with this change , 7.x-2.24
Enjoy!
Thanks
Comment #15
tbadaczewski commentedThank you!