developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 13 years ago
#332 closed bug (fixed)
function _getValue of jForms.js formelem name access
Reported by: | tefnout | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0 RC1 |
Component: | jelix:forms | Version: | 1.0 beta 3.1 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
Description
In jForms.js (jelix-www/js) function _getValue uses 'localName' property of a DOM node (switch instruction, ~229).
In DOM2-compatible navigators as firefox or Opera, the returned value (asked on element-type) should be equal to DOM1 property 'nodeName' but seems that Internet Explorer 7 (and lower?) does not manage 'localName' so jForms script go down.
DOM1 'nodeName' property seems to be preferable and should work under more navigators. (Firefox 2 and Opera 9 are ok)
Change History (2)
comment:1 Changed 13 years ago by laurentj
- Milestone set to Jelix 1.0 RC1
comment:2 Changed 13 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in the trunk.