Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Oct 3, 2024
1 parent c113b80 commit fabfd79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions packages/devextreme/js/__internal/ui/overlay/m_overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,13 +716,6 @@ const Overlay: typeof OverlayInstance = Widget.inherit({
},

_tabKeyHandler(e) {
/**
* 0. Завести BC + написать пост + позвать PM
* 1. Приватная пропа _loopFocus в Overlay
* 2. Для lookup эта опция всегда в true, если usePopover: false
* 3. Если usePopover: true, то используем _popupTabHandler уровня ddEditor
* 4. Меняем дефолт у hideOnOutsideClick: true
*/
// debugger
if (normalizeKeyName(e) !== TAB_KEY || !this._isTopOverlay()) {
return;
Expand Down
2 changes: 1 addition & 1 deletion packages/devextreme/playground/jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 style="position: fixed; left: 0; top: 0; clip: rect(1px, 1px, 1px, 1px);">Te
items: employeesList,
value: employeesList[0],
// focusStateEnabled: false,
// usePopover: false,
usePopover: false,
searchEnabled: false,
inputAttr: {
'aria-label': 'Simple lookup',
Expand Down

0 comments on commit fabfd79

Please sign in to comment.