Uploaded image for project: 'Commons Validator'
  1. Commons Validator
  2. VALIDATOR-201

jcv_retrieveFormName pb with IE 5.5 and form containing an html select named id

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.3.0 Release
    • None
    • JavaScript
    • None
    • Using IE 5.5 (on Windows 2000) and trying to validate an html form containing an html select named id

    Description

      Using IE 5.5 and trying to validate an html form containing an html select named id,
      the jcv_retrieveFormName is confused and return the html select instead of the form name.

      I get it working by checking the id was a string by replacing (in validateUtilities.js)
      if (form.getAttribute("id")) {
      by
      if (form.getAttribute("id") && form.getAttribute("id") instanceof String) {

      Attachments

        Activity

          People

            Unassigned Unassigned
            xpoinsard Xavier Poinsard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: