Instant Response does not get focus in 2.0.4

Please report bugs here!

Moderator: Thorsten

Post Reply
Lidio
Posts: 25
Joined: Mon Dec 10, 2007 9:26 pm

Instant Response does not get focus in 2.0.4

Post by Lidio »

When one selects Instant Response the input focus goes to the Search field instead of the Instant Response field.

A "dirty" work-around is to add to include/js/functions.js in the function focusOnSearchField() before the end the following

Code: Select all

    if (document.getElementById('instantfield')) {
        document.getElementById('instantfield').focus();
    }
I'm sure there is a more elegant solution.

Lidio.
neiffurnrem
Posts: 1
Joined: Tue Dec 25, 2007 6:13 pm
Location: Nepal
Contact:

Thank to you for the help me!

Post by neiffurnrem »

Thank for the help me.


Edvin

_________________________________________________________
cash money
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

fixed in 2.0.5. Thanks for the hint.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply