-
Notifications
You must be signed in to change notification settings - Fork 27
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
Clipped "Save Edit" / "Cancel" buttons when editing longer posts in untall editor #9
Comments
WorkaroundWe found that by resetting the /* Fix DMT#9: "Save Edit" / "Cancel" buttons slightly off when editing posts */
#reply-control .submit-panel {
display: initial !important;
} |
We are currently on 2.3.0.beta2 and I cannot reproduce this problem. Maybe other recent changes or recent Discourse updates fixed this problem? |
We have been able to conduct further experiments on https://meta.ip-tools.org/t/test-thing/140. We found that everything will be fine with short posts, while editing longer posts will push the "Save" / "Cancel" buttons out of the viewport when decreasing the editor panel height. We are running Discourse v2.3.0.beta6 +148 and the most recent discourse-material-theme and are looking at it through Firefox 66.0.2. Resetting the Action buttons visibleClipped action buttonsThanks already for looking into this if you can afford the time and thanks for your efforts again. As this is easy to fix and does not have a high impact, it's still to be considered a minor issue. However, we still wanted to share our investigations on this. |
Problem
When editing posts, the "Save Edit" / "Cancel" buttons
are slightly off their intended positions like depicted in this screenshot:
Observations
This happens under certain conditions, mostly observed when editing posts. It hasn't happened when adding new posts or when replying.
It looks like this does not happen with short posts on the first position i.e. where the distance from the top of the page is short. Saying that, it does happen with first posts which are vertically larger and also usually happens with subsequent posts on a page, as they usually do have a reasonable distance from the top.
The text was updated successfully, but these errors were encountered: