0

Broken window

asked 2011-12-15 12:51:34 +0800

Marky gravatar image Marky flag of Spain
284 7
http://www.no/havent-doma...

updated 2011-12-15 14:45:04 +0800

Hi family!
I'm using IE9 with ZK 5.0.7 and I have seen something strange.
It's happens when I open a normal window (not modal). I'm sure that is in IE9, because in the other browsers it works correctly.
The window seems broken by the top right corner but preserves the control for close.
Look it in:
http://www.flickr.com/photos/72218342@N08/6515942201/in/photostream
Can somebody confirm it? It will be fix? Or is not a Zk problem and I should found the solution?

This is my zul code:

<?page title="new page title" contentType="text/html;charset=UTF-8"?>
<zk>
<window position="center" sizable="false"  title="Detalle de usuario"  border="normal" closable="true" apply="org.sts.Pyme.PantallasZul.IncidenciasyTareas.Productividad.Detalle">
	<div id="divContenedor" >
		<imagemap width="100px" height="100px" id="imagen"></imagemap>
	</div>
</window>
</zk> 

Tanks for all,
regards,
Marky :)

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2011-12-15 15:06:32 +0800

zippy gravatar image zippy
504 1 2

Don't have a Yahoo! ID?
Create New Account
OR
Sign in with:
Facebook Google
Sign in to Yahoo!


Yahoo! ID


i cannot see the image

link publish delete flag offensive edit

answered 2011-12-15 17:14:26 +0800

Marky gravatar image Marky flag of Spain
284 7
http://www.no/havent-doma...

Sorry!
http://www.imagengratis.org/?v=imagenforfu3hf.png

Thanks for all!
Marky

link publish delete flag offensive edit

answered 2011-12-15 18:18:59 +0800

twiegand gravatar image twiegand
1807 3

updated 2011-12-15 18:19:28 +0800

Marky,

You might try setting a height and width on your window.

First, try with percentages - something like this:

<window position="center" sizable="false" height="50%" width="70%" title="Detalle de usuario"  border="normal" closable="true" apply="org.sts.Pyme.PantallasZul.IncidenciasyTareas.Productividad.Detalle">

If that doesn't help, then try actual pixel sizes - like this:

<window position="center" sizable="false" height="400px" width="800px" title="Detalle de usuario"  border="normal" closable="true" apply="org.sts.Pyme.PantallasZul.IncidenciasyTareas.Productividad.Detalle">

Just a thought,

Todd

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: 2011-12-15 12:51:34 +0800

Seen: 132 times

Last updated: Dec 15 '11

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