I like the idea of putting rely focus at the top.

fyi, yahoo reply does just that and they give a couple line to start. So I
know it can be done.

Just a little snipet from the reply page but I don't know if it means
anything:

<script>
    function OnLoad()
    {
        document.Compose.Body.focus();
        document.Compose.ATT.value = "";
    }
</script>

-----
-rkl

>> > I have had a request to make the cursor focus to the start of the
> text
>> > area box rather than the To: box when you reply to a message.  SM
>> v1.4.0
>> > (RH9).  Any ideas on how to do this would be welcomed!
>>
>> Doesn't the compose extras plugin do this, among other things?  I am
>> thinking when I get the time, I'll put this in the core, but check out
>> that plugin for now.
>
> I am attaching a patch that addresses this concern.  Merely setting
> focus on the body is not a good solution, since in most browsers, the
> cursor is set at the end of the message instead of at the top (strangely
> (or not), IE6 seems to be the only exception).  This patch instead
> *selects* the body.  I've been beta testing it locally, and it seems
> like a nice thing, however, many people out there may not be aware that
> if they start typing without doing something like pressing the up arrow
> first, they'll lose the whole original message.  I'm not sure I like
> either method, but this seems to be a fairly frequent request, so I am
> hoping for some feedback on this patch.
>
>  - Paul
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to