Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser broken on Welcome Page #656

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 5 comments
Closed

Browser broken on Welcome Page #656

GoogleCodeExporter opened this issue Mar 25, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

I downloaded the latest Pharo Seaside image:

http://www.seaside.st/distributions/Seaside-3.0.4-OneClick.zip

If I enable halos in the Counter example of the welcome page and go to the 
browser, then the code window does not update as I click on methods.

Original issue reported on code.google.com by renggli on 19 May 2011 at 5:03

@GoogleCodeExporter
Copy link
Author

It is a weird interaction between the Javascript library used on the front page 
(JQuery) and the Javascript code used in the browser. The browser seems to work 
in other applications.

Original comment by renggli on 19 May 2011 at 5:05

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

The problem is that the jQuery library is missing in the browser page but the 
code below needs it.

<script 
type="text/javascript">/*<![CDATA[*/$(function(){$("#id2").bind("change",functio
n(){submit()});$("#id4").bind("change",function(){submit()});$("#id6").bind("cha
nge",function(){submit()});$("#id8").bind("change",function(){submit()});});/*]]
>*/</script>

Original comment by [email protected] on 14 Aug 2011 at 6:26

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 22 Aug 2011 at 9:35

  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

WAToolFiles >> #updateRoot: Aaaaaahhhhhhh!!!!!

It removes the jQuery library that the script generator needs.

Original comment by [email protected] on 22 Aug 2011 at 9:50

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Name: Seaside-Tools-Web-pmm.106
Author: pmm
Time: 22 August 2011, 4:04:19 pm
UUID: 0f74a6b6-2f60-4f93-93e6-9aa2d2ff69ad
Ancestors: Seaside-Tools-Web-lr.105

- Issue 656:    Browser broken on Welcome Page
- make WAToolFiles only remove CSS not JS (Nick approves)

Name: Seaside-Pharo-Development-pmm.55
Author: pmm
Time: 22 August 2011, 4:05:47 pm
UUID: cbac3bd8-59d4-4cad-8e83-2b8c8cc9befa
Ancestors: Seaside-Pharo-Development-pmm.54

- Issue 656:    Browser broken on Welcome Page
- ugly hack to make submit on change work when using jQuery script generator

Original comment by [email protected] on 22 Aug 2011 at 3:06

  • Changed state: Fixed
  • Added labels: Version-Seaside3.0
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant