Bug: New and Edit buttons work only the first time in Sematic UI
Bug: New and Edit buttons work only the first time in Sematic UI
dtek
Posts: 2Questions: 1Answers: 0
As you can see here, if you click the first time the New button the relative modal window opens up normally, but if you close it and try to open it again something is not right.
Same thing with the Edit button.
It seems to be because the second time it doesn't put the div.ui.modal created inside the existing div.ui.modals.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
FWIW, it doesn't work for me either. (Chrome, if that matters.)
Thanks! I've actually got a fix for this already - in the
editor.semanticui.js
file, change thisblock to be (two lines removed - that's it):
Allan
Thank you, now it seems to work fine.