[dev] turba minisearch broken in IE
august huber
gus at pbx.org
Fri Feb 17 14:30:25 PST 2006
turba minisearch is broken in IE in HEAD, keytrapping usted to occur on
the form input, but appears to have been removed, the following lines
should be updated.
cheers,
--
august huber <gus at pbx.org>
pbx labs (+1.212.464.7306)
--- turba/templates/block/minisearch.inc.org 2006-02-17
15:25:42.000000000 -0700
+++ turba/templates/block/minisearch.inc 2006-02-17
15:26:02.000000000 -0700
@@ -1,11 +1,7 @@
<script type="text/javascript">
var busyExpanding = false;
-function mini_search(e)
+function mini_search()
{
- e = e || window.event;
- if (typeof e != 'undefined' && !enter_key_trap(e)) {
- return false;
- }
if (document.busyExpanding) {
return false;
}
More information about the dev
mailing list