0

Why button is visible in mozilla firefox but not in IE8...

asked 2012-02-08 09:23:56 +0800

aks gravatar image aks
33

Here is my zul page...


<?page id="page_ModelSearch" title="new page title" zscript-language="javascript" contentType="text/html;charset=UTF-8"?>
<zk>
	<window id="modelSearch_win" title="Model Search" border="border:5px;" width="100%" apply="XYZ">
		<box id="boxMain" width="100%" height="100%" align="start" heights="100%">
		
			<borderlayout id="borderLayout" width="100%" style="background-color:WHITE">
			
				<north size="6%" collapsible="true" minsize="50" splittable="false">
                                                                                                 .........................
                                                                                                 ........................
				</north>

                                                                                     <west size="25%" flex="true" maxsize="600" splittable="true" collapsible="true">
					<grid style="background-color:white;height : 600px; overflow : auto">
						............
                                                                                                                               ........................
                                                                                                            </grid>
				</west>
                                                                                     <center>
                                                                                           ...........................
                                                                                     </center>
                                                                                    <south size="40%" collapsible="true" splittable="true" visible="true" autoscroll="true" style="background-color:white;border:0px" border="none">
                                                                                    </south>
                                                                </borderlayout>
					
			<b ><vbox id="vboxCart" width="100%" height="30%" align="start">
				<button id="addCartBtn" src="/img/add-cart.png" tooltiptext="Add to Cart" label="Add to Cart"/>
				<space height="1px"/>
			</vbox></b>	
			
		</box>	
	</window>
</zk>


This code is working fine with Mozilla firefox but with IE8 the button "Add to cart" is not visible (at end of code <button id="addCartBtn"/>
What is the problem exactly...??? Is this browser issue or what else??
Please help me out..

Thanks in advance...

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2012-02-08 10:37:31 +0800

mhj gravatar image mhj flag of Brazil
806 1 7

i did a test on zkfiddle and works fine with IE8 and chrome....

<?page id="page_ModelSearch" title="new page title" zscript-language="javascript" contentType="text/html;charset=UTF-8"?>
<zk>
  	<window id="modelSearch_win" title="Model Search" border="border:5px;" width="100%" >
		<box id="boxMain" width="100%" height="100%" align="start" heights="100%">
		
			<borderlayout id="borderLayout" width="100%" style="background-color:WHITE">
			
				<north size="6%" collapsible="true" minsize="50" splittable="false">
                                                                                                 .........................
                                                                                                 ........................
				</north>

                                                                                     <west size="25%" flex="true" maxsize="600" splittable="true" collapsible="true">
					<grid style="background-color:white;height : 600px; overflow : auto">
                                                                                                            </grid>
				</west>
                                                                                     <center>
                                                                                           ...........................
                                                                                     </center>
                                                                                    <south size="40%" collapsible="true" splittable="true" visible="true" autoscroll="true" style="background-color:white;border:0px" border="none">
                                                                                    </south>
                                                                </borderlayout>
					
			<vbox id="vboxCart" width="100%" height="30%" align="start">
				<button id="addCartBtn" src="/img/add-cart.png" tooltiptext="Add to Cart" label="Add to Cart"/>
				<space height="1px"/>
			</vbox>	
			
		</box>	
	</window>
</zk>

link publish delete flag offensive edit

answered 2012-02-14 08:35:28 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

where is the <b > component?

link publish delete flag offensive edit

answered 2012-02-24 12:11:11 +0800

mhj gravatar image mhj flag of Brazil
806 1 7

oh! sorry
i forget to tell i removed b tag because appears an error...

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-02-08 09:23:56 +0800

Seen: 197 times

Last updated: Feb 24 '12

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