1

ZK 7 Scroll bar problems [closed]

asked 2014-03-14 20:29:41 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Hi

After upgrade from ZK 6.5.2, I notice that, for long page, vertical scroll bar is not appears initially, when i move the mouse , then it is appears.

And also, i am not not able scroll down using mouse scroll wheel button.

Any workaround for this ?

delete flag offensive retag edit

The question has been closed for the following reason "the question is answered, right answer was accepted" by Senthilchettyin
close date 2014-03-17 03:48:51

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-03-14 20:34:11 +0800

chillworld gravatar image chillworld flag of Belgium
5367 4 9
https://github.com/chillw...

updated 2014-03-17 04:28:18 +0800

Senti, that is because the scrollbar hides automaticly now. You can reactivate it like normal if you do the following :

add this to your zk.xml :

<library-property>    
  <name>org.zkoss.zul.nativebar</name>    
  <value>true</value>
</library-property>

Here an example of implementation for one page (when you don't set it in zk.xml):

http://zkfiddle.org/sample/2ovduhc/11-ZK-listbox-size-scroll

link publish delete flag offensive edit
0

answered 2014-03-17 03:48:34 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Thank you. Now it is working fine.

link publish delete flag offensive edit

Comments

your welcome senti

chillworld ( 2014-03-17 04:28:36 +0800 )edit

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-03-14 20:29:41 +0800

Seen: 22 times

Last updated: Mar 17 '14

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