durusmail: quixote-users: Re: Quixote css bug? Was [Quixote-users] two clicks to submit a form issue
two clicks to submit a form issue
Quixote css bug? Was [Quixote-users] two clicks to submit a form issue
Re: Quixote css bug? Was [Quixote-users] two clicks to submit a form issue
2005-07-28
Re: Quixote css bug? Was [Quixote-users] two clicks to submit a form issue
David Binger
2005-07-28
On Jul 28, 2005, at 12:43 AM, Oleksandr Moskalenko wrote:

> Ksenia,
>
> You are correct about the ">" --> ">" substitution. When I
> pulled the css
> code from the rendered html and subsituted the css quixote call for
> the fixed

I think this is a pretty impressive catch.  Nice work, Ksenia.

> code the submit button started working well in the Firefox.
> However, I don't
> think that's a bug in my application as all I do is import basic
> css from
> quixote and the rendering code is straight from the quixote2 forms
> demo. It
> looks like a bug in quixote for all I know.

Not really a bug.  If you want to use the basic form css inside an
html template,
you should wrap it with a call to htmltext().  The basic form css is
a str because
it might also be combined with other css strings and returned in a
text/css document,
and for that, you would not want any html quoting.

reply