-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Commit button stays disabled when summary initally was > 100 chars #12072
Comments
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
If the user has pressed commit changes and the post has failed - do not disable the commit changes button. Fix go-gitea#12072 Signed-off-by: Andrew Thornton <[email protected]>
The problem lies in index.js within Line 1595 in 7187fdb
This line disables the commit button by default. I suspect that on post with error we should just not disable this button. |
If the user has pressed commit changes and the post has failed - do not disable the commit changes button. Fix #12072 Signed-off-by: Andrew Thornton <[email protected]>
[x]
):Description
When editing a file in the web GUI and trying to commit with a commit summary of > 100 characters, the commit button gets disabled and stays disabled even when shortening the summary afterwards. Workaround is to remove the disabled attribute from the button in the browser DOM inspector.
Originally reported here: https://codeberg.org/Codeberg/Community/issues/207
Screenshots
The text was updated successfully, but these errors were encountered: