Picture was too big to post to mailing
list please see bug for liveUpdate2.jpg. Ron From: Ron Teitelbaum
[mailto: http://bugs.impara.de/view.php?id=5310
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1)
Gecko/20061010 Firefox/2.0 Package
and load version Seaside2.7a1
Seaside2.7a1-mb.109.mcz SeasideAsync
SeasideAsync-mjl.44.mcz Scriptaculous
Scriptaculous-mb-145.mcz FileLibrary
FileLibrary-mb.18.mcz http://localhost:9191/seaside/tests/async/canvas/livetests
But they do work on IE. The top input field does work but it
updates the page. Everything else does not work see attached. Thanks! Ron Teitelbaum > -----Original Message----- > From: [hidden email] [mailto:seaside- > [hidden email]] On Behalf Of Ron Teitelbaum > Sent: Friday, October 27, 2006 9:08 AM > To: 'Philippe Marschall'; 'The Squeak > general discussion.' > Subject: RE: [ > > Yes this is the response I get back. I can also put in a
break point and > watch values. Any suggestions on how to debug this? > > I click the link and I get a response back: > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" >
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html
lang="en" > xml:lang="en" > xmlns="http://www.w3.org/1999/xhtml"><head><title>Seaside</title><meta > content="text/xml; charset=utf-8" >
http-equiv="Content-Type"></meta></head><body><br
/><a >
href="?_k=NtiHfjnq&_s=lDawHGZSKpKiIZXK&11" > id="advancedSearch">Simple Search</a><div
id="searchForm"><table > id="searchTable"><tr><td>First Name:
</td><td><input type="text" > value="Enter First Name" class="text"
/></td></tr><tr><td>Middle Name: > </td><td><input type="text"
value="Enter Middle Name" class="text" > /></td></tr><tr><td>Last Name:
</td><td><input type="text" value="Enter > Last > Name" class="text"
/></td></tr><tr><td>Name Suffix:
</td><td><input > type="text" value="Enter Name Suffix"
class="text" /></td><td>(Sr. Jr. III > ...)</td></tr></table></div><br
/><div id="searchButtons"><input > type="button" value="search"
class="button" /></div><script >
type="text/javascript">document.getElementById('advancedSearch').onclick
= >
liveClick('advancedSearch','http://localhost:9191/seaside/test3?_k=NtiHfjn > q& > amp;_s=lDawHGZSKpKiIZXK&12')</script></body></html> > > > > -----Original Message----- > > From: Philippe Marschall
[mailto:[hidden email]] > > Sent: Friday, October 27, 2006 1:48 AM > > To: [hidden email]; The Squeak Enterprise Aubergines Server
- general > > discussion. > > Subject: Re: [ > > > > 2006/10/26, Ron Teitelbaum <[hidden email]>: > > > > > > > > > > > > > > > Hi All, > > > > > > > > > > > > So now that I have both IE and Firefox of course I went
to test my > > little > > > example programs on Firefox. This one works on IE
but not on fireFox. > > > > > > > > > > >
>
html anchor > > > > >
>
id: 'advancedSearch'; > > > > >
>
callback: ["noop"]; > > > > >
>
liveCallback: [:h | self toggleSearchType. > > > > >
>
self renderContentOn: > > > h]; > > > > >
>
text: (self isSimpleSearch ifTrue: ['Advanced > > > Search'] ifFalse: ['Simple Search']). > > > > >
>
html div id: 'searchForm'; with: [ > > > > >
>
self isSimpleSearch ifTrue: [self > > > renderSimpleSearchOn: html] > > > > >
>
ifFalse: [self renderAdvancedSearchOn: html]]. > > > > > > > > > > > > If I refresh the page it works of course. Any idea
why this works for > > IE > > > and not fireFox? What does one do to research
problems like this? > > > > > > > > > > > > Thanks for your help! > > > > Do you have some kind of JavaScript debugger like FireBug? > > > > Philippe > > > _______________________________________________ > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |