Attempted in FF3 and Safari.

Clicking on the nrembrowser icon in CKeditor WYSIWYG opens the "Add Media" popup. Then I click on a thumbnail (which shows a hover state of a blue outline), but that doesn't seem to "select" it. Clicking "OK" submit button does nothing... I presume because there is no thumbnail actually selected.

Feel free to change this to critical, as it seems this makes the module unusable.

CommentFileSizeAuthor
#2 919728.patch1.7 KBgrndlvl

Comments

grndlvl’s picture

In the current dev we are using "closest" to select the hidden radio form elements.

Closest is only available in jquery versions >= 1.3.

In order to fix this I have removed the uses of closest with a solution that should work in most versions of jquery.

grndlvl’s picture

Assigned: Unassigned » grndlvl
Status: Active » Needs review
StatusFileSize
new1.7 KB

Might help to attach the patch.

grndlvl’s picture

Status: Needs review » Fixed

In dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.