Closed (fixed)
Project:
WYSIWYG A11ychecker
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2019 at 22:24 UTC
Updated:
22 Jan 2020 at 20:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kpaxman commentedPatch attached.
Comment #3
robpowellThis looks good to me.
One note, it changes the comparison from '>' to '>='. I don't think that will be a problem but I can't find any documentation to confirm.
Comment #4
robpowellComment #5
kpaxman commentedYou know, I noticed that after the fact. For what it's worth, the module page says "using CKeditor 4.3+" which I would tend to interpret as "4.3 or greater" as opposed to "greater than 4.3", which I chose to take as a sign to leave the change in place.
...but I can't confirm that 4.3 would actually work.
Comment #7
jenna.tollersonIt's a long time ago now, but I think I took that requirement directly from the CKEditor plugin page. My hunch is that y'all are correct and that "greater than or equal to" should have been the comparison all along. :)
Thank you so much for the patch @kpaxman, and for the review @robpowell!