durusmail: quixote-users: 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
Quixote css bug? Was [Quixote-users] two clicks to submit a form issue
Oleksandr Moskalenko
2005-07-28
* Ksenia Marasanova  [2005-07-27 23:06:37 +0200]:

> > form.quixote[action] > div.widget {
> >     float: none;
> > }
> >
> > form.quixote[action] > br.widget {
> >     display: none;
> > }
>
> I see, it causes some really weird CSS problem in Firefox. PTL escaped
> ">" character in stylesheet.  If you correct it the problem wil go
> away.
> --
> Ksenia


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

Thank you!

Alex.
reply