Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
モーダルウィンドウqTipを使用しています。すべてが正常に機能しますが、onMouseoutまたはmouseleaveのいずれかのときにモーダルウィンドウを非表示にすることが可能かどうか疑問に思っていました...そしてどのように?
これは私の現在の設定です:
hide: { when: { event: 'unfocus' } },
もちろん、フォーカス解除は外側をクリックしたときにのみ機能します。何か案は?
これも試すことができます:
hide: {when: {event:'mouseout unfocus'}, fixed: true, delay: 500}
hide: { when: { event: 'mouseout' } }