Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-35283

parseInt Implementation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Done
    • Apache FalconJX 0.8.0
    • Apache FalconJX 0.8.0
    • FalconJX
    • None

    Description

      parseInt does not correctly process hex strings without no second parameter

      parseInt("0x99")

      this should calculate as 153
      it is currently compiled to
      parseInt("0x99",10)
      in js which evaluates to 0

      Attachments

        Activity

          People

            gregdove Greg Dove
            gregdove Greg Dove
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: