0

Components below the fold are clickable when using modal window

asked 2020-02-06 00:08:43 +0800

jgomer2001 gravatar image jgomer2001
80 4

updated 2020-02-06 10:33:01 +0800

cor3000 gravatar image cor3000
6280 2 7

Hi team,

I think I found a small bug in ZK 9.0.0: when using a modal window on a page which has vertical scroll, the UI components below the fold are not locked

This not the case in ZK 8.6

I created a gist to demonstrate the problem: https://gist.github.com/jgomer2001/159fc1406445974bb5bc45d87882ebd8 (edited: runnable zkfiddle)

Once index.zul is loaded in the browser, only elements above the fold are grayed/disabled. Scroll down a bit and you'll see what happens...

Can you suggest a workaround in the meantime?

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-02-06 10:26:20 +0800

cor3000 gravatar image cor3000
6280 2 7

updated 2020-03-30 09:44:32 +0800

Duplicate of messagebox-modal-in-zk-9

Known issue ZK-4483

Workaround style (untested for side-effects)

body {
  height: initial;
  position: relative;
}

runnable zkfiddle

Update 2020-03-30 ZK-4483 fixed in 9.0.1

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

RSS

Stats

Asked: 2020-02-06 00:08:43 +0800

Seen: 11 times

Last updated: Mar 30 '20

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