Icons are no more visible since correction of #385736: markItUp: Wrong editor library location that changes the path to the markItUp editor.
To correct the problem, path to image files shall be changed in markitup-1.css, see attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | markitup_icon.patch | 581 bytes | kswan |
| markitup.patch | 1.7 KB | StephaneC |
Comments
Comment #1
sunAwesome!
Thanks, committed to all branches.
Comment #3
kswan commentedI am having this problem with both the current -dev release and the 6.x-2.0. I am using markitup version 1.1.5.
I looked for the file modified by the patch above, but it isn't installed. Also, the buttons "a" tag has an inline style with a background image
<a title="Bold [Ctrl+B]" accesskey="B" href="" style="background-image: url(/sites/all/libraries/markitup/markitup/sets/default/images/0.png);">Bold</a>, but the image file doesn't exist. There are images in the /sites/all/libraries/markitup/markitup/sets/default/images/ directory, but they are named: bold.png, clean.png, italic.png...I could rename the .png files, but then it will break when there is an update to markitup. I can roll a patch if I could find the place to fix this.
Thank you.
Comment #4
sunPlease ensure that you cleared your browser's cache, so the new JavaScript for markItUp is loaded.
Comment #5
kswan commentedI did clear the browser cache and still have the problem.
Comment #6
kswan commentedI found the error and fixed it. Please see the attached patch.
Comment #7
twodmarkItUp doesn't seem to mind using named keys instead of array indices there, and it's a simple patch, so this is now committed to HEAD and the D5 branch.
Thanks all!