Closed (fixed)
Project:
Wysiwyg
Version:
6.x-2.x-dev
Component:
Editor - markItUp
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2009 at 15:09 UTC
Updated:
25 Jun 2009 at 22:00 UTC
Jump to comment: Most recent file
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!