All of the tests you listed passed on my Mac. So I think we are good to go.
-Alex On 2/1/17, 4:15 PM, "Alex Harui" <aha...@adobe.com> wrote: >I will try to look now. I had missed the bottom of your other reply with >the list of failures. My brain was waiting for an attachment. I forgot >that the list doesn't like attachments. > >I'm still puzzled by the DropDownList fix. To me it looks like the only >effective change is: > > if (displayItem != null) > > >Was replaced by: > > if (displayItem != null && displayItem != undefined) > > >Or is there some subtle other difference I'm missing? I don't get what >value of displayItem would behave differently in the if statement. I >would understand if the code was using !==. > >-Alex > >On 2/1/17, 2:21 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: > >>Hi, >> >>Anyone have some free cycles to look at this? If not I'd say lets just go >>ahead with the release candidate. I've had several people (on and off >>list) ask when the next release is out. >> >>Thanks, >>Justin >