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

WAStaticHtmlCanvas and form elements #31

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

WAStaticHtmlCanvas and form elements #31

GoogleCodeExporter opened this issue Mar 25, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

WAStaticHtmlCanvas has not support for form elements except #textArea with 
is copy pasted from WARenderCanvas.

Original issue reported on code.google.com by philippe...@gmail.com on 12 Mar 2008 at 5:56

@GoogleCodeExporter
Copy link
Author

Original comment by jfitz...@gmail.com on 30 Aug 2008 at 4:10

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

@GoogleCodeExporter
Copy link
Author

What is the goal of WAStaticHtmlCanvas? It has no users and doesn't do much...

Original comment by jfitz...@gmail.com on 19 Oct 2008 at 1:57

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

@GoogleCodeExporter
Copy link
Author

I think Seaside's canvas API is really nice and would be useful even outside a 
seaside context.
At some point I had the idea to make a Pier-to-static-website exporter, in 
which case WAStaticHtmlCanvas 
would have been useful. There is already some existing code but it's a couple 
years old and probably needs a 
rewrite… so that shouldn't refrain you from refactoring.

Original comment by damien.p...@gmail.com on 19 Oct 2008 at 10:16

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

@GoogleCodeExporter
Copy link
Author

One of my main goals in 2.9 is to make the various parts of Seaside (definitely
including the Canvas) useable without all the other parts, so I'm definitely in
favour of support what you're talking about.

I think there's a way to support that in a better way now. I'm picturing just 
giving
a regular canvas a rendering context with the appropriate document, whatever
actionUrl you want, and probably NO callback cache if you don't want callbacks.

I've just started trying again to refactor these a bit so we'll see where I get 
to.

Original comment by jfitz...@gmail.com on 19 Oct 2008 at 5:44

  • Changed title: WAStaticHtmlCanvas and form elements
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by jfitz...@gmail.com on 19 Oct 2008 at 6:04

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

@GoogleCodeExporter
Copy link
Author

Name: Seaside-Canvas-jf.52
Author: jf
Time: 21 February 2009, 12:58:35 pm
UUID: fb5e441f-901b-4eb2-9cd3-03ee8e614b4a
Ancestors: Seaside-Canvas-jf.51

http://code.google.com/p/seaside/issues/detail?id=31

There are no senders of WAStaticHtmlCanvas. The only thing it did was allow you 
to
hardcode a Document different from that in the RenderContext. Presumably this 
made
sense at some point in the past but you can just make a new RenderContext (or 
copy
one you already have) or change the document on the RenderContext. No need for a
special renderer to do this.

Original comment by jfitz...@gmail.com on 21 Feb 2009 at 11:58

  • 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