You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: {
invalidPosition : 'The position you specified is not a valid position',
cannotPlace : 'Popup does not fit within the boundaries of the viewport',
method : 'The method you called is not defined.',
noTransition : 'This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>',
notFound : 'The target or popup you specified does not exist on the page'
},
Not:
error: {
content : 'Your popup has no content specified',
method : 'The method you called is not defined.',
recursion : 'Popup attempted to reposition element to fit, but could not find an adequate position.'
}
The text was updated successfully, but these errors were encountered:
Is it possible to get a callback when the popup doesn't fit? When using it in admin interfaces it would be good to be able to inform the user to increase their browser height to fit an editing box.
Thinking more about this, it would make sense to have an additional position instead of displaying in a modular window. "Center Center" - position the popup in the center of the element. Your thoughts?
The docs don't reflect the settings in popup.js
Should be:
Not:
The text was updated successfully, but these errors were encountered: