-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/04/11 22:40, Paulette wrote:
> Hi,
> 
> I have a user who cannot see the Quick Search box when he uses the 
> Konqueror brower (on Linux).  This search box appears for all the other
> browsers we tried (IE, Chrome, Safari, Firefox, etc.). If you look at the
> source code it shows:
> 
> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form
> class="search" action="search.html" method="get"> <input type="text"
> name="q" size="18" />
> 
> <input type="submit" value="Go" /> <input type="hidden"
> name="check_keywords" value="yes" /> <input type="hidden" name="area"
> value="default" /> </form> <p class="searchtip" style="font-size: 90%"> 
> Enter search terms or a module, class or function name. </p> </div>
> 
> Why does the Quick Search box appear for the other browsers but not this
> one? And how do we fix it? Actually, the first line says: <div
> id="searchbox" style="display: none"> So why does the Quick search even
> appear? It's in our left sidebar. If anyone can enlighten, please so so.

Hi Paulette,

the search box has "display: none" set which is afterwards removed via
JavaScript (see the <script> after the <div> you posted).  The reasoning
is that if JavaScript is disabled, the search box won't work anyway...

cheers,
Georg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)

iEYEARECAAYFAk6MXnIACgkQN9GcIYhpnLB/WgCdH5pqDJy2RoWbSXVN9W1dEiuU
wCYAni+gveKQDHSNzjphyvkO1KuKde2t
=34+9
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to