-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fomantic: Transition: Element is no longer attached to DOM #10653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for looking into this @silverwind |
I reproduced within 6 build cycles:
Checking if I can reproduce in the Fomantic repo itself. |
Also reproducible in the Fomantic repo:
Bug report coming up soon. |
silverwind
added a commit
to silverwind/gitea
that referenced
this issue
Mar 7, 2020
This blows up the fomantic CSS by around 500kB, but I see no other way. Ref: go-gitea#10653
lafriks
pushed a commit
that referenced
this issue
Mar 7, 2020
This blows up the fomantic CSS by around 500kB, but I see no other way. Ref: #10653
I have this issue too after install gitea.
|
@kaptinlin should be resolved in the lastest master build. |
7 tasks
4 tasks
Closing, workaround (#10655) will be removed next Fomantic release. |
silverwind
added a commit
to silverwind/gitea
that referenced
this issue
Apr 29, 2020
Better workaround than go-gitea#10653 for fomantic/Fomantic-UI#1356. It does not seem like we're getting a new Fomantic-UI release anytime soon, so this patches it after node_modules installation. Fixes: go-gitea#11243 Fixes: go-gitea#10679
zeripath
added a commit
that referenced
this issue
Apr 30, 2020
* Patch fomantic-ui to workaround build issue Better workaround than #10653 for fomantic/Fomantic-UI#1356. It does not seem like we're getting a new Fomantic-UI release anytime soon, so this patches it after node_modules installation. Fixes: #11243 Fixes: #10679 * copy instead of patch * update package-lock.json * Update Makefile Co-Authored-By: Sorien <[email protected]> * Update web_src/fomantic/css.js Co-Authored-By: zeripath <[email protected]> Co-authored-by: Sorien <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: guillep2k <[email protected]>
ydelafollye
pushed a commit
to ydelafollye/gitea
that referenced
this issue
Jul 31, 2020
* Patch fomantic-ui to workaround build issue Better workaround than go-gitea#10653 for fomantic/Fomantic-UI#1356. It does not seem like we're getting a new Fomantic-UI release anytime soon, so this patches it after node_modules installation. Fixes: go-gitea#11243 Fixes: go-gitea#10679 * copy instead of patch * update package-lock.json * Update Makefile Co-Authored-By: Sorien <[email protected]> * Update web_src/fomantic/css.js Co-Authored-By: zeripath <[email protected]> Co-authored-by: Sorien <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: guillep2k <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is apparently still happening rarely, opening this issue to track it further.
I don't know the exact cause but when it happens,
semantic.min.css
is missing some CSS rules which in turn breaks a lot of functionality in the UI. More investigation on what exactly is not being built is needed. I suspect a underlying race condition in Fomantic's build process.Workaround is just to rebuild fomantic (
make fomantic
) until it produces proper files.The text was updated successfully, but these errors were encountered: