Closed (fixed)
Project:
WYSIWYG image upload - Inline images for your WYSIWYG
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2010 at 08:35 UTC
Updated:
5 May 2010 at 11:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
eugenmayer commentedWhich editor are you using?
Normaly, you click on the image, then the icons gets "highlighted". IF you click on the button, you get the settings form for that image
Comment #2
derjochenmeyer commentedOh sorry, i wasnt aware of the fact that this module supports multiple editors. I use CKEditor.
If i click the image the image gets highlighted, but the button will still show me the upload form, without any update options.
Comment #3
eugenmayer commentedComment #4
eugenmayer commentedComment #5
eugenmayer commentedWhich CKeditor and WYYYIWYG version are you using?
Comment #6
derjochenmeyer commentedWysiwyg 6.x-2.1
CKEditor 3.2.0.5205
Comment #7
eugenmayer commentedI will need to investigate, be patient :)
Comment #8
eugenmayer commentedwas related to an API change in wysiwyg.
fixed and will be released in 1.8
Comment #9
derjochenmeyer commentedCool, many thanks.
Comment #10
eugenmayer commentedreleased in 1.8
Comment #11
derjochenmeyer commentedIts seems this bug is back in 6.x-1.9
Comment #12
eugenmayer commenteddescribe what is failing..
Comment #13
whatsnewsisyphus commentedI'll clarify; with the image highlighted, clicking the image upload button does not bring up the edit menu but the import dialog but you can still right click and edit image properties.
Comment #14
whatsnewsisyphus commentedjust updating it back to active, having clarified what the issue is
Comment #15
eugenmayer commentedThanks for the feedback.
Comment #16
eugenmayer commentedfixed it http://github.com/EugenMayer/wysiwyg_imageupload/commit/6092d1ff5ce5a3a5...
Well that WYSIWYG api thing is getting weared and weared, switching the way the node looks like..
Will be part of the 1.10 release
Comment #17
eugenmayer commentedreleased in 6--1-10
Comment #18
Jonasvh commentedIt still not work.
I just intalled everything fresh.
But if i clikc on the button, there is something added under the content. If i look at the source of my html then i see this: see image
Comment #19
derjochenmeyer commentedComment #20
eugenmayer commentedCKedit version?, WYSIWYG?
It works for me, so there must be something else.
Please debug an come bug, this can have to much sideeffects (jquery, jquery ui, other modules).
Comment #21
eugenmayer commentedComment #22
rosk0When I click on the "upload image" button nothing is going on but firebug is giving the "self.container.dialog is not a function self.container.dialog(options);
http://localhost/sites/all/modules/jquery_ui_dialog/js/jquery_ui_dialog_... Line 86"
WYSIWYG Image upload 6.x-1.10
JQuery UI Dialog API 6.x-1.5
jQuery UI 6.x-1.3
jQuery Update 6.x-2.0-alpha1
Wysiwyg 6.x-2.1
CKEditor 3.2.1.5372
Comment #23
eugenmayer commentedThis is total different case rosko and Jonasvh. Please read all the closed issues according that in this module and jquery_ui_dialog. Your bug is more related to an jquery ui issue ( wrong library version, not 1.7) or probably the new jquery_update alpha 1 ( iam still using the older dev ).
Iam using the same ckeditor and wysiwyg module version, also the others are matching and it seem to work.
Please open a new issue if you cannot solve your case.
Comment #24
rosk0EugenMayer thanks. I've just was using wrong version of jquery ui(1.8)
Comment #25
eugenmayer commentedgreat to see it working