ericmckean / quirkysoft

Automatically exported from code.google.com/p/quirkysoft
GNU General Public License v3.0
0 stars 0 forks source link

Crash bug when rendering forms #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Navigate to a page with this html:

<a HREF="somehref">
  <form method="get">
    <input type="text">
  </form>
</a>

What is the expected output? What do you see instead?
Should render as expected, instead crashes.

Fix the ViewRender class for when it changes from text-buttons-text. This
is a pretty bad problem :-(

Original issue reported on code.google.com by richard.quirk on 10 Sep 2007 at 8:35

GoogleCodeExporter commented 9 years ago

Original comment by richard.quirk on 10 Sep 2007 at 8:35

GoogleCodeExporter commented 9 years ago
A fix is in SVN r306. Also fixed some of the layout problems with check boxes 
and
radio buttons. I need to test it some more before closing this issue.

Original comment by richard.quirk on 12 Sep 2007 at 9:12

GoogleCodeExporter commented 9 years ago
This now seems to work reasonably well... 

Original comment by richard.quirk on 14 Sep 2007 at 7:48