jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Selection is not changed in editor mode
Tagged: editor, grid, Input, javascript grid, jquery grid
This topic contains 7 replies, has 2 voices, and was last updated by ivailo 8 years, 8 months ago.
-
Author
-
Hello,
when I make double click on cell, editor mode turns on and all content of the cell is selected.
But when I click on selected text, selection is not changed and I cannot set cursor position through mouse click.
After pressing any arrow key I can select one word through double click and set cursor position with mouse click.I cannot send full settings of grid – grid is build from many files/functions.
Could you please help/support me in this case?
Thanks in advance
Hi DrTiBiBo,
We tested the scenario with
editmode: 'dblclick'
and we cannot see such a behavior.
Please refer to the following grid demo.You can try to update to the latest version(4.3.0).
If the problem remains, please send more information about your grid settings.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHello,
I cannot unselect/change selection through mouse click also for any text on web page.
I found the problem but cannot find the solution, maybe you can help me.
Test scenario:
1) Load page http://jsfiddle.net/5aGqc/118/ or create the page, where jqxTree is defined.
2) Select any text and click on selection for unselect text – you cannot unselect.I think that it’s a bug.
Thanks in advance
EvgenyP.S. In IE 8+ I can unselect any element through mouse click.
Hi DrTiBiBo,
Thanks for the feedback. We will investigate this scenario.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHello,
I would be very grateful, if you provide me any workaround for this issue.
Thanks in advance
EvgenyHi DrTiBiBo,
Like a workaround, we will offer you to remove the selection on double click via
window.getSelection().removeAllRanges();
.
Please, refer to the following grid demo.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHello,
I found the component which calls the error
It’s jqxDragDrop. If I use jqx-all.js or jqxdragdrop.js I cannot clear selection through mouse click.I created the demo without jqx-all and jqxdragdrop
http://jsfiddle.net/0rmbhpy7/1/BR
EvgenyHi DrTiBiBo,
Thanks for the feedback. We will consider this behavior.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.