• ilya

    (@ilya)


    I use WP 2.0.3 and it’s visual editor. When I post images with links, all goes ok, but I see this in html code:
    <a .. onclick="doPopup(19);return false;" ..>
    Is that doPopup function supposed to work? I see companion function in wp-admin/inline-uploading.php, but don’t know if it’s supposed to work in non-admin mode nor how to link it with theme.

    Or are there companion plugin for this to work?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • maerk

    (@maerk)

    <a .. onclick="doPopup(19);return false;" ..>

    You mean you see that in the pages that wordpress generates, or the admin side?

    Thread Starter ilya

    (@ilya)

    Generated pages.

    Thread Starter ilya

    (@ilya)

    Ok, I’ve found that doPopup and some other stuff appeared because I used to drag and drop images from imagelist into editor window. It would be nice for this to work correctly – so it’s a bug or wish, I don’t know.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Visual editor, images and doPopup: missing javascript counterpart’ is closed to new replies.