Forums

[Plugin: Post Avatar] Very useful - one Safari issue though (3 posts)

  1. spedney
    Member
    Posted 2 months ago #

    This plugin is great!
    I have noticed one small issue, when using with Safari:

    When in write post screen, and selecting an image from the drop down list, after selecting an image, the picture does not update.

    But, if you then click the next/previous button, then it moves to the next one just fine and the picture then updates.

    Must be something weird/different about how Safari does things. Works find in Firefox though.

    THanks!
    Steve

    http://wordpress.org/extend/plugins/post-avatar/

  2. spedney
    Member
    Posted 2 months ago #

    Actually, I just tested in IE and the same issue occurs there also

  3. spedney
    Member
    Posted 2 months ago #

    If you're interested I think I have found the solution:

    in file: gkl-postavatar.php

    you haven't included an onchange in the select declaration...

    Just change this (in line 467?):
    <select name="postuserpic" id="postuserpic">

    to this:
    <select name="postuserpic" id="postuserpic" onchange="chPostAvatar(this)">

    Seems that IE and Safari need that declared there, and not only in the option lists, but Firefox doesn't mind it

Reply

You must log in to post.

About this Topic