[Seaside] Re: Tiny buttons

Philippe Marschall philippe.marschall at gmail.com
Sat Jul 28 06:53:31 UTC 2007


2007/7/27, Pavel Krivanek <squeak3 at continentalbrno.cz>:
> simply try this code:
>
>         html form with: [
>                 html submitButton text: 'Done'.
>                 html button text: 'done' ]
>
> for fix change
> WAButtonTag >> type
>
> ^ 'button'
>
> and remove WAButtonTag >> tag

No, that would make WAButtonTag a synonym of WASubmitButtonTag which it is not:
http://www.w3.org/TR/html4/interact/forms.html#h-17.5

Cheers
Philippe

> it should start to work
>
> Chees
> -- Pavel
>
> On 7/27/07, Philippe Marschall <philippe.marschall at gmail.com> wrote:
> > 2007/7/27, Pavel Krivanek <squeak3 at continentalbrno.cz>:
> > > Hi Keith,
> > >
> > > that seems to be a problem in Seaside. It creates invalid(?)  tag
> > > button instead of <input type="button">
> >
> > Could you come up with an easy way to reproduce it?
> >
> > Philippe
> >
> > > Cheers
> > > -- Pavel
> > >
> > > On 7/26/07, Keith Hodges <keith_hodges at yahoo.co.uk> wrote:
> > > > When looking at the shore components demo with a recent seaside 2.8, I
> > > > am getting tiny little buttons, too small to see the text and only just
> > > > big enough to click on.
> > > >
> > > > Example, in the "standard dialogs" demo, the non-live dialogs work fine,
> > > > but the live dialogs show this strangeness.
> > > >
> > > > I was also seeing this in some other components of mine.
> > > >
> > > > Come to think of it, in my components the buttons were being drawn in a
> > > > scriptaculous style updateOn; method
> > > >
> > > > Any clues?
> > > >
> > > > Keith
> > > >
> > > _______________________________________________
> > > Seaside mailing list
> > > Seaside at lists.squeakfoundation.org
> > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> > >
> > _______________________________________________
> > Seaside mailing list
> > Seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the Seaside mailing list