#11021 closed bug (fixed)
Hover hack mangles a namespace named "hover"
| Reported by: | dmethvin | Owned by: | dmethvin |
|---|---|---|---|
| Priority: | high | Milestone: | 1.7.2 |
| Component: | event | Version: | 1.7.1 |
| Keywords: | Cc: | richhensel@… | |
| Blocked by: | Blocking: |
Description
On behalf of richhensel at gmail.com in #10882:
I was trying to add a custom event called 'xyz.hoverUrl.set' and it replaces that event with 'mouseleaveUrl'
The regex is too permissive in the hoverhack. Please make it more specific.
test case:
var a = {}; $(a).bind('xyz.hoverUrl.set', function(){return});
look at events for a and you will see 'mouseleaveUrl'
Change History (2)
comment:1 Changed 6 years ago by
| Cc: | richhensel@… added |
|---|---|
| Component: | unfiled → event |
| Milestone: | None → 1.7.2 |
| Owner: | set to dmethvin |
| Priority: | undecided → high |
| Status: | new → assigned |
comment:2 Changed 6 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

Fix #11021. There should be no mangling of the "hover" namespace.