0

Problem in ZK Upgradation from 6.5 version to 9.6.0.2 version

asked 2023-09-25 19:52:53 +0800

balajikathe gravatar image balajikathe
151

i have upgraded zk framework from 6.5 to 9.6 and after this there is a issue with treerow with checkbox in window, if we check on checkbox onclick event is not triggering but previosuly it is working

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2023-09-27 11:39:09 +0800

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

I made https://zkfiddle.org/sample/3912tnf/2-treerow-treeitem-onclick to simulate what you describe, but it works as expected.

Suggest you check whether AU request is sent when you click a checkbox in the browser developer tool:

image description

  • If the browser really sends an onClick request, then you can set a breakpoint at your Java onClick listener to trace what happens
  • If the browser doesn't send an onClick request, that means you don't add onClick listener successfully, please check the related code

If the above info doesn't help you locate the root cause, could you provide more details:

  1. zul and Java code
  2. clear steps to reproduce the issue
  3. the current result
  4. what you expect
link publish delete flag offensive edit
0

answered 2023-10-12 12:41:51 +0800

balajikathe gravatar image balajikathe
151

approched differ implementation and issue resolvved

link publish delete flag offensive edit

Comments

thanks for the info

hawk ( 2023-10-18 11:20:50 +0800 )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: 2023-09-25 19:52:53 +0800

Seen: 15 times

Last updated: Oct 12

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