I've written a small app that I use webpy's internal web server to serve, 
usually to the same workstation or to a small LAN.  I have some pages where the 
ENTER key is supposed to do a GET from a value entered into a text box. This 
seems to work ok on IE and Firefox. However, on Safari (Mac OSX 10.6), it seems 
like I have to hit ENTER twice. I also found that if I hit the space bar then 
backspace (the space corrupts the data entered), the ENTER seems to work all 
the time.

The server is running locally on the Mac - I'm connecting to 
http://localhost:8080. However, I've also seen this when the app is run on a 
Windows XP machine connected to a LAN with the Mac.

Normally Safari doesn't clear the page when I hit ENTER, but occasionally it 
does. In those cases, hitting ENTER doesn't work. I have to either use Safari's 
reload page option or use the back arrow to get back to the original screen and 
hit ENTER.

I've watched the standard error output from webpy and when I hit ENTER and 
nothing happens in Safari, I see no reaction from the webpy server.

Mac Python 2.4
Webpy 0.3

Thanks,
Mark

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to