Hi Jonathan, hi list, I am a little closer :) I did the modification you have suggested. When i resize the picture, and save and exit : perfect, that works. But when i edit the document another time with kupu : the picture disappear :( Idem if i only save instead of save and exit : the picture does no more display in the editor. Any idea to fix the problem ? i would be very grateful !:)
Annie Le lundi 11 juillet 2005 à 07:18 -0400, Linczak, Jonathan W. a écrit : > > Hi Annie, > > You're so close! Actually, there's a part in > resources/kupu/common/kupucontentfilters.js that's stopping it from working. > Open that file and do a search for "this.styleWhitelist". You should see it > assigned to an array of values. You just need to add "width" and "height" to > this list, save, and it should work. The array should now look like this: > > this.styleWhitelist = new this.Set(['text-align', 'list-style-type', > 'float', 'width', 'height']); > > Be sure to clean out your browser's cache so that when you go back into the > editor, it loads the newly changed JS file and not the one in it's cache. > Hope this helps! > > Jon > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
