Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1149

In Version 6.0.1, the onSelect callback no longer being called when accessing a zul page from Safari on an Ipad.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 6.0.2, 6.5.0
    • 6.0.1
    • Browser Issue
    • Apple Ipad

      When we upgraded from 6.0 to 6.0.1 the onSelect callbacks for dropdown lists stopped working when using safari on an ipad.
      Our .zul page is hooked into a java page that is a GenericForwardComposer

      <window apply="com.dh.ui.ipad.view.video.DHzVideoHomeView" height="100%" width="100%">
      .....

      <listbox id="_screenList" mold="select" rows="1"/>

      ...

      public class DHzVideoHomeView extends GenericForwardComposer
      .....

      public void onSelect$_screenList(Event event) throws Exception

      { _videoSwitcherControl.checkScreenSelection(); }

      Our callback no longer gets called when we upgraded to 6.0.1 - rolling back to 6.0 and it works again.

            Unassigned Unassigned
            ansancle ansancle
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: