Skip to content
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

[bug][ui] cann`t click some red color buttons in page #10565

Closed
3 of 7 tasks
everhopingandwaiting opened this issue Mar 2, 2020 · 3 comments · Fixed by #10576
Closed
3 of 7 tasks

[bug][ui] cann`t click some red color buttons in page #10565

everhopingandwaiting opened this issue Mar 2, 2020 · 3 comments · Fixed by #10576
Labels
topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile type/bug
Milestone

Comments

@everhopingandwaiting
Copy link
Contributor

  • Gitea version (or commit ref): 1.12.0+dev-412-g4160bd6ef
  • Git version: 2.24.1
  • Operating system: docker
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

version 1.12.0+dev-412-g4160bd6ef, some buttons cann`t be clicked ,
also remove all of my custom pages, the problems still happened

, problems list:

  • unable to click
  • change language
  • delete repo
  • delete repo from dashboard
  • remove oauth2 application
  • ....
➜  ci_cd git:(master) ✗ rm -fr gitea/gitea/templates/
➜  ci_cd git:(master) ✗ rm -fr gitea/gitea/          
➜  ci_cd git:(master) ✗ docker restart gitea-server

...

semantic.min.js?v=184308baef63370ef3e00cfbb2db8eb0:11 Transition: Element is no longer attached to DOM. Unable to animate.  Use silent setting to surpress this warning in production. slide down in <div class=​"menu hidden transition" tabindex=​"-1">​<div class=​"item active selected" data-do=​"merge" tabindex=​"-1">​合并请求​</div>​<div class=​"item" data-do=​"rebase" tabindex=​"-1">​变基并合并​</div>​<div class=​"item" data-do=​"rebase-merge" tabindex=​"-1">​变基合并 (--no-ff)​</div>​<div class=​"item" data-do=​"squash" tabindex=​"-1">​压缩提交并合并​</div>​</div>​
error @ semantic.min.js?v=184308baef63370ef3e00cfbb2db8eb0:11
animate @ semantic.min.js?v=184308baef63370ef3e00cfbb2db8eb0:11
initialize @ semantic.min.js?v=184308baef63370ef3e00cfbb2db8eb0:11
(匿名) @ semantic.min.js?v=184308baef63370ef3e00cfbb2db8eb0:11
each @ jquery.js?v=184308baef63370ef3e00cfbb2db8eb0:1
each @ jquery.js?v=184308baef63370ef3e00cfbb2db8eb0:1
C.fn.transition @ semantic.min.js?v=184308baef63370ef3e00cfbb2db8eb0:11
show @ index.js?v=184308baef63370ef3e00cfbb2db8eb0:1
show @ index.js?v=184308baef63370ef3e00cfbb2db8eb0:1
toggle @ index.js?v=184308baef63370ef3e00cfbb2db8eb0:1
click @ index.js?v=184308baef63370ef3e00cfbb2db8eb0:1
dispatch @ jquery.js?v=184308baef63370ef3e00cfbb2db8eb0:1
v.handle @ jquery.js?v=184308baef63370ef3e00cfbb2db8eb0:1

Screenshots

1 HRFQF0 8LF0HPM8$Y0QTY
7SS{T1H`NB5GR6 _T5 PP

@R3al1ty
Copy link

R3al1ty commented Mar 2, 2020

I can confirm this on my instance, but the bug is also fully reproducible on https://try.gitea.io.

version 1.12.0+dev-412-g4160bd6ef

Bug is reproducible in firefox and chromium.

@everhopingandwaiting
Copy link
Contributor Author

image
reproducible in : Microsoft Egde

@silverwind
Copy link
Member

Same cause as #10569.

@guillep2k guillep2k added this to the 1.12.0 milestone Mar 3, 2020
@guillep2k guillep2k added type/bug topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile labels Mar 3, 2020
silverwind added a commit to silverwind/gitea that referenced this issue Mar 3, 2020
- add package-lock.json to webpack/fomantic prereqs making them always rebuild when dependencies change.
- remove FOMANTIC_EVIDENCE. It seemed better to just track a few output files instead.
- delete fomantic output files before build to prevent possible bugs in fomantic's build.
- resolve WEBPACK_SOURCES only once for performance
- reorder variables for clarity
- use clean-all in Dockerfile
- detect busybox for find syntax

Fixes: go-gitea#10569
Fixes: go-gitea#10565
Fixes: go-gitea#10570
Fixes: go-gitea#10568
jolheiser pushed a commit that referenced this issue Mar 3, 2020
- add package-lock.json to webpack/fomantic prereqs making them always rebuild when dependencies change.
- remove FOMANTIC_EVIDENCE. It seemed better to just track a few output files instead.
- delete fomantic output files before build to prevent possible bugs in fomantic's build.
- resolve WEBPACK_SOURCES only once for performance
- reorder variables for clarity
- use clean-all in Dockerfile
- detect busybox for find syntax

Fixes: #10569
Fixes: #10565
Fixes: #10570
Fixes: #10568
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants