Ticket #6 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Fix the problem with losing value attribute.

Reported by: gogo Owned by: gogo
Priority: normal Milestone: Version 1.0
Component: Xinha Core Version: trunk
Severity: normal Keywords: value attribute
Cc:

Description (last modified by gogo) (diff)

Bryan Maclean writes:

In getHTMLWrapper, change the following lines:

Change: if (!a.specified)
To: if (!a.specified && a.nodeName != "value")

Before applying this we should take a good look to see that it's not a more widespread problem.

Change History

Changed 7 years ago by gogo

  • version set to 0.1

Changed 7 years ago by gogo

  • version changed from 0.1 to trunk
  • description modified (diff)

Changed 7 years ago by wymsy

This change is needed to do forms in xinha, along with a couple of others. I have a Forms plugin which I will submit under a separate ticket, along with those changes.

Changed 7 years ago by wymsy

see ticket #256

Changed 7 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.