Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Выпадающее меню в markItUp по клику #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Выпадающее меню в markItUp по клику #78

wants to merge 1 commit into from

Conversation

chiliec
Copy link
Contributor

@chiliec chiliec commented Feb 17, 2015

Issue #43

Выпадающее меню не очень удобно по наведению. Потеря таргета закрывает меню, а если оно вложенное — уже серьезная проблема добраться к нужному элементу.

Протестировать можно, например, добавив в editor.markup.js:

{name: 'Test', className: 'test', dropMenu: [
    {name: 'Test2', className: 'test2', dropMenu: [
        {name: 'Test3', openWith: ' :test3: '},
        {name: 'Test4', openWith: ' :test4: '},
        {name: 'Test5', className: 'test5', dropMenu: [
            {name: 'Test6', openWith: ' :test6: '},
            {name: 'Test7', openWith: ' :test7: '}
        ]}
    ]},
    {name: 'Test8', openWith: ' :Test8: '}
]}

@chiliec
Copy link
Contributor Author

chiliec commented Feb 17, 2015

Протестировал в IE11, последних лисе и хроме.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants