0

6.0.1 onSelect from Ipad no longer working

asked 2012-05-14 18:24:14 +0800

ansancle gravatar image ansancle
327 9

I am wondering if anyone else can confirm this behavior. 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.

Can someone else validate this behavior so I know if it's just us or if it's an issue in 6.0.1.
Thanks
Andy

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2012-05-15 01:34:34 +0800

dennis gravatar image dennis
3679 1 6
http://www.javaworld.com....

Hi, could you post a issue to tracker : http://tracker.zkoss.org/
it is easier to trace the status.

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-05-14 18:24:14 +0800

Seen: 144 times

Last updated: May 15 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More