0

Listbox resizing problem

asked 2018-06-12 17:26:46 +0800

DanielHalling gravatar image DanielHalling
3 2

updated 2018-06-12 17:35:06 +0800

Hey guys,

Currently we are facing the issue that the Listbox is not able to resize the columns properly as soon as the parent element uses the css element "translate". It shows the resize line at the beginning of the Element and not where the cursor is currently as soon as we start to resize an element. Is the resize event not able to handle the "translate" Element? If so is there any workaround for that for Version 8.0.4.2?

Cheers, Daniel

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2018-06-15 18:04:41 +0800

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

updated 2018-06-19 15:05:16 +0800

because translate() also moves the resizing shadow like: image description

Please use the syntax below as an alternative for transalate:

left: 100px; position: relative;

link publish delete flag offensive edit
0

answered 2018-06-19 15:24:48 +0800

DanielHalling gravatar image DanielHalling
3 2

Hey hawk thanks for your answer.

I just solved it by adding the translate width to the draw method.

Cheers, Daniel

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: 2018-06-12 17:26:46 +0800

Seen: 13 times

Last updated: Jun 19 '18

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