Skip to content

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

Open
chiliec wants to merge 1 commit into
livestreet:masterfrom
chiliec:markitup
Open

Выпадающее меню в markItUp по клику#78
chiliec wants to merge 1 commit into
livestreet:masterfrom
chiliec:markitup

Conversation

@chiliec

@chiliec chiliec commented Feb 17, 2015

Copy link
Copy Markdown
Contributor

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

chiliec commented Feb 17, 2015

Copy link
Copy Markdown
Contributor Author

Протестировал в 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