jQWidgets Forums
Forum Replies Created
-
Author
-
March 19, 2015 at 4:29 pm in reply to: First item auto highlighted with multiSelect First item auto highlighted with multiSelect #68861
Thanks a lot Nadezhda,
while that works it would be great if either the default behaviour would already achieve this so one does not have to do it manually or if there could be a property like “firstItemHighlighted: false” for the combobox. Is it feasible to ask for that property/behaviour for the next jqWidgets version ?
Regards,
SteveMarch 19, 2015 at 9:15 am in reply to: First item auto highlighted with multiSelect First item auto highlighted with multiSelect #68842Hi Nadezhda,
thanks for the quick reply. While “overriding” the .jqx-fill-state-pressed style in your example solves the initial highlight to disappear it unfortunately also causes the first item to no longer highlight on hover.
It looks like the “problem” is that the first item in the combobox gets the “jqx-fill-state-pressed” style set automatically (next to some other properties, also “aria-selected=true” on the parent div) even though nothing should be really marked as selected when you start with a new combobox.Could you provide an alternative solution please ? (which keeps the hover over highlighting behaviour functional)
Regards,
SteveMarch 17, 2015 at 1:27 pm in reply to: autocomplete and backspace issue autocomplete and backspace issue #68733Nadezhda,
could you please give me an update on when this would be potentially fixed? I have sent you a separate support email with my companies license information (on 11-Mar) which should hopefully help prioritizing this.
cheers,
SteveMarch 10, 2015 at 9:24 am in reply to: autocomplete and backspace issue autocomplete and backspace issue #68253Thanks Nadezhda,
while your example works, it does not have the autoCpmplete property set to true as in my example.
If you enable it you will see the issue I have described in your code as well. So it’s really the combination of both autoComplete and multiSelect that is causing the issue. Can you please try to replicate it and see if it can be fixed ?cheers,
SrteveMarch 6, 2015 at 10:45 am in reply to: Enable CTRL / SHIFT multiselect behaviour for combobox Enable CTRL / SHIFT multiselect behaviour for combobox #68126Thanks Nadezhda for the quick reply.
We decided to not further pursue this as we feel your design decision of not allowing a multi-select in the popup listbox should be generally acceptable in most use cases as the combobox is all about finding things quickly in a big selection list (for us at least), so scrolling through the list and CTRL selecting should not be a very common use case.
-
AuthorPosts