0

Is there any way to solve this problem

asked 2012-08-13 05:22:45 +0800

shenjie gravatar image shenjie
47 2

updated 2012-08-13 05:26:16 +0800

I just upgrade the Chrome,the version is 21.0.1180.57
I found that the menus can't be opend if there are menubar and fisheyebar in one page(if I remove the fisheyebar,it works fine)
My ZK version is 3.6.4.
Sorry for my poor English
This is sample code:

<?xml version="1.0" encoding="UTF-8"?>
<window closable="" xmlns="http://www.zkoss.org/2005/zul"
	xmlns:h="http://www.w3.org/1999/xhtml"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="root"
	xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd">
	<menubar>
		<menu label="menu">
			<menupopup>
				<menuitem label="1"></menuitem>
				<menuitem label="2"></menuitem>
			</menupopup>
		</menu>
		<menu label="menu">
			<menupopup>
				<menuitem label="1"></menuitem>
				<menuitem label="2"></menuitem>
			</menupopup>
		</menu>
	</menubar>
	<div>
		<fisheyebar>
			<fisheye label="ffffffffff"
				image="/image/test.png">
			</fisheye>
		</fisheyebar>
	</div>
</window>

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2012-08-13 19:19:53 +0800

jj gravatar image jj
638 3

Your fisheye is getting in the way of the menu, leave some space between the menubar and the fisheye component.

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-08-13 05:22:45 +0800

Seen: 103 times

Last updated: Aug 13 '12

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