Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon5.gif   quick filter, posted by Willem Koster on Wed Sep 5 15:05:52 2007 
    icon2.gif   Re: quick filter, posted by Willem Koster on Wed Sep 5 16:35:29 2007 
       icon2.gif   Re: quick filter, posted by Stefan Ritt on Thu Sep 6 08:50:53 2007 
          icon2.gif   Re: quick filter, posted by Uwe on Wed Nov 28 23:35:36 2007 
             icon2.gif   Re: quick filter, posted by Stefan Ritt on Thu Nov 29 12:22:44 2007 
                icon7.gif   Re: quick filter, posted by Uwe on Thu Nov 29 18:59:59 2007 
Message ID: 2312     Entry time: Thu Sep 6 08:50:53 2007     In reply to: 2311     Reply to this: 65660
Icon: Reply  Author: Stefan Ritt  Author Email: stefan.ritt@psi.ch 
Category: Bug report  OS:   ELOG Version: 2.6.5 
Subject: Re: quick filter 
> > Greetings,
> > 
> > Last night we updated to 2.6.5 and now the <ENTER>-key on the "quick filter" searches won't work anymore in 
> > internet exporer (@windows). I have to use the <TAB>-key now to get the results.
> > 
> > The ENTER-key still works under firefox (Windows & linux) and opera (at least under linux, because 
> > opera@windows refuses to log me on .. whatever) and I would like to see it come back to internet explorer as 
> > well.
> > 
> > Regards,
> > Willem Koster
> 
> ehm... funny enough the quick-filter entry used in this elog does work with IE.  
> 
> (we're using ELOG V2.6.5-1844 btw)
> 
> update: when we try just one quick-filter it works ok, when we add our second quick-filter it stops working.
> 
> Both quick-filters are tekst-searches (just like this forum only has one tekst-search quick-filter).
> 
> We suspect that this is an explorer issue and probably not something that can be solved with elog, but ... 
> maybe .. who knows...
> 
> 
> 
> update2:
> 
> In the source we see:
> 
>     <noscript><input type="Submit" value="Search"></noscript> 
> 
> If we remove the <noscript> </noscript> tags we get a submit-button, but our problem seems to be solved. 
> (obviously hacking the source-code is not our primary choice :-)

The code above is for cases where JavaScript is not enabled. The quick filter text box contains code like:

  onChange="document.form1.submit()"

which is some javacode which causes the browser to submit the form after the contents of the text box has changed.
Now if javascript is turned off, this does not work obviously. So I added the <noscript> section which shows the
Submit button, so people can click on it. But you are telling me that IE accepts the hit on return (not the click
on the Submit button) even when JavaScript is off, right? Can you temporarily remove the onChange section and see
what happens?
ELOG V3.1.5-fe60aaf