cibernox / cibernox/ember-basic-dropdown-hover
Does it work?
- Lingua principale
- JavaScript
- Stelle
- 5
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Does this add-on still work? Looks like the mouse event listeners are not created.
```
{{yield (assign
dd
(hash
trigger=(component dd.Trigger
onMouseDown=(action "prevent")
onMouseEnter=(action "open")
onMouseLeave=(action "close"))
content=(component dd.Content
onMouseEnter=(action "open")
onMouseLeave=(action "close")
)
)
)}}
```
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start by inspecting the add-on's handling of the mouse event callbacks shown in the issue, especially onMouseDown, onMouseEnter, and onMouseLeave. Reproduce the reported behavior and trace whether listeners are created for dd.Trigger and dd.Content; done means hover interactions work and the expected listeners are attached.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript
- Ambito
- frontend
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100