[Twisted-Python] More strangeness with Woven
Alex
spam at polynode.com
Fri Nov 1 03:45:10 MST 2002
I'm finding some strange behavior:
section = widgets.Div()
la = widgets.Anchor()
section.add(la)
section.add(widgets.Br())
section.add(widgets.Text('blah'))
Here, everything inside 'section' is being replaced by the widgets.Text --
everything added before it is lost. This seems to be happening every time
a Text widget is added to a Div; everything before it is lost.
--
Alex Levy
WWW: http://mesozoic.geecs.org
Tel: 617.835.0778
"Never let your sense of morals prevent you from doing what is right."
-- Salvor Hardin, Isaac Asimov's _Foundation_
More information about the Twisted-Python
mailing list