• Hi,

    I recently upgraded to 2.6.
    Shortly after i noticed the search bar was not working when using firefox (v2) but seems fine in IE (v7). The issue is that i can not enter text in the search box. If i click on the text field nothing happens. The flashing cursor doent appear to register i am in the text field. so i can not type.

    Any ideas?

    cheers

    Here is the code i use for the search box.

    <!– this is the small search bar. It is inserted into the header –>

    <div id=”menu”>
    <form id=”searchform” method=”get” action=”<?php echo $PHP_SELF; ?>”>
    <input id=”search” type=”text” name=”s” size=”15″ />
    <input name=”submit” type=”image” src= “url to gif” align=”top” />
    </form>
    <div id=”searchButton”><img src=”url to gif” alt=”search for a post” /></div>

    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter andy_b

    (@andy_b)

    anyone?

    Here is the original code from default theme:

    <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
    <label class="hidden" for="s"><?php _e('Search for:'); ?></label>
    <div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
    <input type="submit" id="searchsubmit" value="Search" />
    </div>
    </form>

    Try it out and see if it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘search bar lost fuctionality in firefox after 2.6 upgrade’ is closed to new replies.