0

Missing horizontal scrollbar and bottom of vertical scrollbar for Fire Fox

asked 2012-11-08 11:47:43 +0800

javaenthu gravatar image javaenthu
141 2

Hi ,
My code renders UI properly on all the browsers except Firefox, but customers are using FF specifically :-(.
The problem is I do not see the horizontal scroll bar on FF. And when I see the vertical scroll bar the last 2/3 lines are not visible.
I tried changing the height/width of the window and grid also. Tried changing layout also. But it doesn't seem to work.
For your reference I am attaching the code here.

Any help on this is appreciated.

This is my code :

<window id="detailResultsWin" title="TestMe" apply="MyComposer" border="normal" closable="true" width="90%" height="90%">
	<div style="border: none; overflow-x: auto; overflow-y: auto;" height="80%">
	<label id="validationComment" style="color:red" />
	<grid id="dataGrid" sizedByContent="true" height="80%" width="80%">
		<custom-attributes org.zkoss.zul.grid.rod="true" />
		<frozen columns="1" />
		<columns />
		<rows/>
	</grid>
	</div>
</window>

Thank you in advance, JE.

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2012-11-14 09:18:24 +0800

javaenthu gravatar image javaenthu
141 2

Is there any work around this?

link publish delete flag offensive edit

answered 2013-01-16 09:42:25 +0800

hawk gravatar image hawk
3250 1 5
http://hawkphoenix.blogsp... ZK Team

Hi,
you specify your width and height with percentage(%), they will shrink upon browser's size. So I think it will never appear scrollbar under this configuration. Maybe you should post an example that can appear a scroll bar then we can test in different browsers to see the rendering difference.

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-11-08 11:47:43 +0800

Seen: 96 times

Last updated: Jan 16 '13

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