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

issue-705: Leaf BlockSettings and InlineTools via keyboard #723

Draft
wants to merge 5 commits into
base: release/2.13
from

Conversation

Projects
None yet
3 participants
@khaydarov
Copy link
Member

commented Apr 12, 2019

No description provided.

khaydarov added some commits Apr 12, 2019

@khaydarov khaydarov changed the base branch from master to release/2.13 Apr 12, 2019

@gohabereg
Copy link
Member

left a comment

При нажатии на Enter на кнопке, повторное нажатие не работает (актуально например для перемещения блоков)

khaydarov added some commits Apr 26, 2019

* @param {string} direction - leaf direction. Can be 'left' or 'right'
* @param {string} activeCSSClass - css class that will be added
*/
public static leafNodes(nodeList, activeIndex, direction, activeCSSClass = 'cdx-settings-button--active') {

This comment has been minimized.

Copy link
@neSpecc

neSpecc Apr 27, 2019

Member
  • из названия и описания не понятно, что этот метод возвращает индекс.
  • В доке не описан @return
  • activeCSSClass захардкожен. Его можно сделать опциональным
  • где еще может применяться такой метод? ему точно надо быть в lib.dom?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.