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
Create a popup with a trigger at the top right corner of the window.
Make it a large popup so it can't fit on any side of the trigger without going out of the window
Expected Result
It should be positioned according to the position prop.
Actual Result
It always defaults to the last value in the POSITIONS enum excluding the value from the position prop (mostly "bottom center"). And it never uses the user specified value from the prop.
MindFreeze
changed the title
Popup position is not respected when near edge of window
Popup position is not respected when near corner of window
Mar 20, 2017
MindFreeze
pushed a commit
to MindFreeze/Semantic-UI-React
that referenced
this issue
Jul 25, 2017
Steps
Expected Result
It should be positioned according to the position prop.
Actual Result
It always defaults to the last value in the
POSITIONS
enum excluding the value from the position prop (mostly "bottom center"). And it never uses the user specified value from the prop.Version
0.67.0
Testcase
Just look at https://github.com/Semantic-Org/Semantic-UI-React/blob/master/src/modules/Popup/Popup.js#L234
The text was updated successfully, but these errors were encountered: