FW: LiveUpdate tests do not work on Firefox 2.0 (was: RE: [Seaside] Works on IE)

Ron Teitelbaum Ron at USMedRec.com
Fri Oct 27 16:41:50 UTC 2006


Picture was too big to post to mailing list please see bug for
liveUpdate2.jpg.

 

Ron 

 

  _____  

From: Ron Teitelbaum [mailto:Ron at USMedRec.com] 
Sent: Friday, October 27, 2006 12:01 PM
To: 'The Squeak Enterprise Aubergines Server - general discussion.'
Cc: 'Klaus D. Witzel'; 'Joseph Blatter'
Subject: LiveUpdate tests do not work on Firefox 2.0 (was: RE: [Seaside]
Works on IE)

 

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: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-

> bounces at lists.squeakfoundation.org] On Behalf Of Ron Teitelbaum

> Sent: Friday, October 27, 2006 9:08 AM

> To: 'Philippe Marschall'; 'The Squeak Enterprise Aubergines Server -

> general discussion.'

> Subject: RE: [Seaside] Works on IE

> 

> 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&amp;_s=lDawHGZSKpKiIZXK&amp;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&amp;12')</script></body></html>

> 

> 

> > -----Original Message-----

> > From: Philippe Marschall [mailto:philippe.marschall at gmail.com]

> > Sent: Friday, October 27, 2006 1:48 AM

> > To: Ron at usmedrec.com; The Squeak Enterprise Aubergines Server - general

> > discussion.

> > Subject: Re: [Seaside] Works on IE

> >

> > 2006/10/26, Ron Teitelbaum <Ron at usmedrec.com>:

> > >

> > >

> > >

> > >

> > > 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

> 

> 

> _______________________________________________

> Seaside mailing list

> Seaside at lists.squeakfoundation.org

> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20061027/583f5698/attachment-0001.htm


More information about the Seaside mailing list