javascript - Popup semantic ui possible bug -
there strange problem semantic ui popup. create dynamic content in page, div popup.
container = $('<div/>', { 'width': 50, 'height': 40, 'data-content': 'some content', 'data-variation': "tiny", preserve: false }); then, in section of page, activate popup
container.popup({ silent: true, hoverable: true, title :'some title' }).popup('show'); all works fine, in page i've horizontal scroll. so, if show popup , scroll right, popup still remain in same position while container move left.
Comments
Post a Comment