On 1/16/06, Matthew Bevan <[EMAIL PROTECTED]> wrote:
> 1. TextArea fields have a large amount of whitespace added to them.
> Unfortunately for Kid, TextArea fields are whitespace sensitive, thus a None
> value results in two tab on one line, then one more on another in the case of
> my template.  There has to be a way to force KID to not "prettyprint" the
> content of certain elements...

This one is really annoying. I just opened a new ticket (which is part
of the bug bounty) to fix this. This is not widget-specific, but
rather Kid-specific.

> 2. Tag termination - while the following -is- valid, it certainly is not
> optimum!
>
> >    <input class="text_field" type="text" name="Title" value="" id="Title">
> >
> >    </input>
>
> There will likely be other nit-picky details as I convert my hand-written (and
> beautiful, I might add) forms to Widget.

This is using the standard HTMLSerializer? Weird. Of course, there are
bigger fish to fry, but this is suboptimal.

> P.s. Widget is providing a great base for me to have a generic "modify" kid
> template with alternate Widget forms passed to it.  Works like a hot darn to
> solve some modularity problems with my forms... (i.e. the update form for an
> Article can take the existing Page editor and add two fields - and it just
> works.)

Cool!

--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

Reply via email to