-
I discovered I could occasionally get this on the server version too. It was a very weird problem, it only happened sometimes, and there didn't seem to be much pattern to it. I determined that the onsubmit handler not getting called was the root cause of the issues, but I was unable to determine why that was happening.
What I ended up doing was calling setAttribute() for FF, rather than...
2006-11-21 01:07:47 UTC by petewarden
-
petewarden committed patchset 26 of module MashProxy to the MashProxy CVS repository, changing 2 files.
2006-11-21 01:03:02 UTC by petewarden
-
Whilst working on getting the back button working, I noticed that using FF 2.0 kicked me off the search mash page whenever I clicked on a google link. This doesn't happen with Safari or FF 1.5. I didn't see anything new in the JS error console. I reverted all my back button changes and this still happens. I don't get this behavior when looking at the same code hosted on my server.
2006-11-20 19:14:34 UTC by petewarden
-
Richard Darby reported an error:
**************
I can't get SearchMash to work on my computer. I've upgraded IE to 7 (didn't even realise they'd released that), upgraded Java to 1.5.0_09, all on a PC with windows XP home edition, version 2002, service pack 2. I've also tried it in FireFox 1.5.0.8. I've also tried messing with security settings, but the result is always the same (and was...
2006-11-20 17:52:19 UTC by petewarden
-
With a lot of searchs, you'll end up with a large amount of text that extends off the edge of the frame, when it should wrap.
2006-11-17 18:59:16 UTC by petewarden
-
Logged In: YES
user_id=160615
Resurrecting this one, I'm still sometimes seeing missed files in the logs, and I discovered that a search for the terms 'avant' and 'browser' produces a front page that has missing images.
2006-10-30 16:01:52 UTC by petewarden
-
petewarden committed patchset 25 of module MashProxy to the MashProxy CVS repository, changing 6 files.
2006-10-30 15:58:51 UTC by petewarden
-
There's a delay of several seconds currently while the Java runtime is
loading up. It would make the page feel a lot more responsive if
something useful were shown during this loading process.
One idea is to show the plain Google results in the frame while the applet
is loading. This means if the user clicked on a google link during the
loading, you'd leave the page, but otherwise it...
2006-10-25 15:19:19 UTC by petewarden
-
Logged In: YES
user_id=160615
I've implemented this now.
2006-10-23 20:28:19 UTC by petewarden
-
At the moment, if you hit the back button on most browsers, you end up
seeing the page before you entered SearchMash, rather than going
through the search result page changes you've done within the site during
searching.
Ideally, all search page changes should get added to the browser history.
This means that when you enter your search on the main page, see the
first page of results,
2006-10-23 20:27:58 UTC by petewarden