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

Lightbox with WATask #16

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

Lightbox with WATask #16

GoogleCodeExporter opened this issue Mar 25, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Is it possible to use the lightbox: (from SU) functionality instead
of call: inside a WATask component.
I know it is maybe a problem of the redirect of the WATask implementation.
But maybe there is a workaround?

Original issue reported on code.google.com by renggli on 2 Mar 2008 at 8:29

@GoogleCodeExporter
Copy link
Author

Name: Seaside-Core-lr.188
Author: lr
Time: 29 August 2008, 4:53:47 pm
UUID: 3b882b46-a3f6-4a9c-b3e3-b9162ccd586a
Ancestors: Seaside-Core-jf.187

- change the way tasks are run (the method #go is started immediately when 
instantiating it, this is a bug and 
need to be investigated further)

Original comment by renggli on 29 Aug 2008 at 2:55

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

@GoogleCodeExporter
Copy link
Author

Name: Seaside-Component-lr.11
Author: lr
Time: 30 September 2008, 6:54:50 pm
UUID: 91dbace0-ee93-4849-8f92-7d7868a58dae
Ancestors: Seaside-Component-jf.10

- restored the old and crappy code of WATask that does a redirect, but that's 
the only thing that seems to 
work
- this re-opens Issue 16 and Issue 121
- this closes Issue 191

Original comment by renggli on 30 Sep 2008 at 4:56

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

@GoogleCodeExporter
Copy link
Author

Name: Seaside-Component-lr.13
Author: lr
Time: 8 October 2008, 8:52:23 am
UUID: 9ba7c7e2-302c-443c-8ad7-2c89ef9e52f0
Ancestors: Seaside-Component-jf.12

- avoid to restart WATask if there is a delegation on top (this happens if 
somebody puts a lightbox there)

Original comment by renggli on 8 Oct 2008 at 6:53

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

@GoogleCodeExporter
Copy link
Author

Shouldn't you return "super updateRoot: aHtmlRoot" rather than self?

updateRoot: aHtmlRoot
    self activeComponent == self
        ifFalse: [ ^ self ].
    self session redirectTo: (aHtmlRoot context actionUrl 
        withParameter: (aHtmlRoot context callbacks 
            registerActionCallback: [ [ self answer: self go ] repeat ]))

Original comment by [email protected] on 8 Oct 2008 at 8:22

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

@GoogleCodeExporter
Copy link
Author

Yes, fixed in Seaside-Component-lr.14

Original comment by renggli on 8 Oct 2008 at 9:37

  • Changed state: Fixed
  • Added labels: ****
  • 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