0

Can't copy text values from listbox

asked 2017-08-08 13:35:25 +0800

hatecko23 gravatar image hatecko23
1

After last update of Google Chrome (Version: 60.0.3112.90), i'm unable copy text values from listbox rows to clipboard at all. Can anyone help me please?

Unfortunately i can't add link because my karma is insufficient to publish links. Error can see on official ZK demo site.

Thank you

delete flag offensive retag edit

3 Answers

Sort by ยป oldest newest most voted
0

answered 2017-08-25 02:08:50 +0800

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

You can use nonselectableTags like: <listbox checkmark="true" nonselectableTags="*">

To avoid selecting a row by clicking, so that you can copy a text.

Ref: https://www.zkoss.org/wiki/ZKComponentReference/Data/Listbox#Nonselectable_Tags

link publish delete flag offensive edit
0

answered 2017-08-09 15:13:53 +0800

edudant gravatar image edudant
219 1 1 1
zk.datalite.cz

The problem is caused by zul.sel.SelectWidget: focusA: function(btn, timeout) { if (!this.multiple || this._isSelecting) zk(btn).focus(timeout); },

If you disable this function, it works correctly. However, in chrome arrow up/down does not work in the list anymore.

link publish delete flag offensive edit
0

answered 2017-08-08 15:01:06 +0800

edudant gravatar image edudant
219 1 1 1
zk.datalite.cz

Same problem here, this is blocker for our users. Please has anyone a solution? Thanks.

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: 2017-08-08 13:35:25 +0800

Seen: 23 times

Last updated: Aug 25 '17

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