Opened 13 years ago
Closed 13 years ago
#6 closed defect (fixed)
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)
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 (5)
comment:1 Changed 13 years ago by gogo
- Version set to 0.1
comment:2 Changed 13 years ago by gogo
- Description modified (diff)
- Version changed from 0.1 to trunk
comment:3 Changed 13 years ago by wymsy
comment:4 Changed 13 years ago by wymsy
see ticket #256
comment:5 Changed 13 years ago by gogo
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
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.