Search and Top Navigation
#8307 closed feature (worksforme)
Opened May 09, 2012 02:01PM UTC
Closed May 09, 2012 02:08PM UTC
Can we differentiate mouse and keyboard source in the focus event?
Reported by: | sunlight07 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.20 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
At current time, the focus callback function will be called when an item is focused. This is really useful for us to bind render related event on it. However, I'd like to have different behaviour on focus by "mouseover" or focus by keyboard event.So can we add this feature to autocomplete?
Attachments (0)
Change History (1)
Changed May 09, 2012 02:08PM UTC by comment:1
_comment0: | Use `event.originalEvent` (you may need to walk multiple times. → 1336572497106654 |
---|---|
resolution: | → worksforme |
status: | new → closed |
Use
event.originalEvent
(you may need to walk multiple times).