0

BUG: Horizontal scroll with frozen columns

asked 2016-01-14 13:27:56 +0800

cyiannoulis gravatar image cyiannoulis
1201 10

The bug occurs on iOS devices. If a grid has frozen columns cannot scroll horizontally. ZK version PE 7.0.7

/Costas

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2016-01-15 07:00:46 +0800

MDuchemin gravatar image MDuchemin
2535 1 6
ZK Team

Hi,

The frozen columns feature is not available for mobile browsers. You will find more information on mobile devices limitations here: http://books.zkoss.org/wiki/ZKComponentReference/Tablet_Devices/Limitation

The frozen instruction should be ignored and the frozen column should behave like regular columns on mobile.

link publish delete flag offensive edit
0

answered 2016-01-21 11:27:21 +0800

cyiannoulis gravatar image cyiannoulis
1201 10

You are right. And here is the workaround, you pointed out to me, in case the mobile browser does not ignore the 'frozen' tag:

<frozen columns="1" if="${execution.getBrowser('mobile') == null}" />

thanks again

Costas

link publish delete flag offensive edit
Your answer
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
1 follower

RSS

Stats

Asked: 2016-01-14 13:27:56 +0800

Seen: 11 times

Last updated: Jan 21 '16

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