| Author |
|
crishu Newbie

Joined: March 05 2010 Location: Romania Posts: 3
|
| Posted: March 05 2010 at 3:15am | IP Logged
|
|
|
Hello
I have a problem with the ELComboBox when the user presses
one or several keys to navigate through the items. When
this happens, the first item starting with that string is
selected, but in case of a mouse click the item becomes
unselected, thus the problem. Can you please show me a way
to solve this issue?
Thanks in advance,
Cristi
|
| Back to Top |
|
| |
Klik! Support Admin Group


Joined: October 01 2003 Location: Turkey Posts: 313
|
| Posted: March 05 2010 at 3:21am | IP Logged
|
|
|
Hello Cristi,
We are not sure we understood it right. The user presses
the keys so an item is selected and then where does the
user click? Do you try to press enter when the item is
selected to actually select it?
__________________ Best Regards,
Klik! Support Team
|
| Back to Top |
|
| |
crishu Newbie

Joined: March 05 2010 Location: Romania Posts: 3
|
| Posted: March 05 2010 at 4:24am | IP Logged
|
|
|
Hello again
Thank you for your prompt response. So, let me give you an
example. I have a list of 3 items: aaa, bbb, ccc. The user
presses b and the selected item becomes bbb. Then, INSTEAD
of pressing enter, he clicks with the mouse on the bbb
item. This action causes the item to deselect. Pressing
ENTER solves the problem, but our client requires the mouse
click.
Hope I made myself clearer this time,
Cristi
|
| Back to Top |
|
| |
Klik! Support Admin Group


Joined: October 01 2003 Location: Turkey Posts: 313
|
| Posted: March 05 2010 at 4:42am | IP Logged
|
|
|
Hello Cristi,
Do you use the combobox is checked mode? If yes than the
behavior you see is correct, checking/unchecking an item
will not close the dropdown portion untill you click
outside it. If not, let us know so we can check in here...
__________________ Best Regards,
Klik! Support Team
|
| Back to Top |
|
| |
crishu Newbie

Joined: March 05 2010 Location: Romania Posts: 3
|
| Posted: March 05 2010 at 5:11am | IP Logged
|
|
|
The combobox is in standard mode. What it is expected of
it, and this is a behaviour contained by the usual .net
framework combobox, is that when the user reaches a certain
item by typing a sequence of characters he should have the
posibility to close the dropdownlist by either hitting
enter or clicking the mouse and the item he chose to be the
one selected. As previously said, the current behaviour
implies that when a user uses characters to find an item,
the mouse click on that item closes the dropdownlist
WITHOUT selecting it .
|
| Back to Top |
|
| |
Klik! Support Admin Group


Joined: October 01 2003 Location: Turkey Posts: 313
|
| Posted: March 05 2010 at 5:16am | IP Logged
|
|
|
Hello Cristi,
Yes, we could reproduce it. Please contact us through
support [at] kliksoft [dot] com with the dll you are using
(2005 or 2008) so we can provide you a hotfix.
Thanks...
__________________ Best Regards,
Klik! Support Team
|
| Back to Top |
|
| |