0

zEmbedded and org.zkoss.zul.progressbox.position not work

asked 2024-03-15 19:30:34 +0800

andij62 gravatar image andij62
315 1 7

Hi all,

the progressbox.position "center,center" doesn't work when I use it with zEmbedded. The progress box is output at position 0,0. When I call up the widget standalone, the display works!

Thank you for your help!

Regards Andi

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2024-03-18 17:14:23 +0800

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

Thanks for reporting this bug, I have created https://tracker.zkoss.org/browse/ZK-5670

You can apply the workaround in your parent page that embeds the zul.

.z-loading {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
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: 2024-03-15 19:30:34 +0800

Seen: 10 times

Last updated: Mar 18

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