Ticket #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) (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
Note: See
TracTickets for help on using
tickets.
