Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-965

The options in the listbox of the job chain nodes have an incorrect order in the functions like 'set state' and 'add order' using IE10

    XMLWordPrintable

Details

    Description

      The IE10 the options in the listbox of the job chain nodes are sorted automatically so that they have an incorrect order.

      Example:
      If you have a job chain

      <job_chain>
        <job_chain_node state="a1" job="test" next_state="100" error_state="error"/>
        <job_chain_node state="100" job="test" next_state="a2" error_state="error"/>
        <job_chain_node state="a2" job="test" next_state="999" error_state="error"/>
        <job_chain_node state="999"/>
        <job_chain_node state="error"/>
      </job_chain>
      

      then in IE10 the options of the listbox in the 'set state' and 'add order' function has the order:
      100, 999, a1, a2, error
      instead of
      a1, 100, a2, 999, error

      Attachments

        Activity

          People

            oh Oliver Haufe
            oh Oliver Haufe
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 3 hours
                3h
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 3 hours
                3h