# Still display the Reply / Create Topic button when using full screen composition

**URL:** <https://meta.discourse.org/t/still-display-the-reply-create-topic-button-when-using-full-screen-composition/123597>\
**Category:** UX\
**Created:** [7월 22, 2019, 2:20오전 UTC](https://meta.discourse.org/t/still-display-the-reply-create-topic-button-when-using-full-screen-composition/123597 "2019-07-22T02:20:55Z")\
**Posts on this page:** 1\
**Showing post:** 16

<div class="post-metadata">

**Author:** ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)\
**Post date:** [8월 11, 2022, 6:47오전 UTC](https://meta.discourse.org/t/still-display-the-reply-create-topic-button-when-using-full-screen-composition/123597/16 "2022-08-11T06:47:50Z")

</div>

이 기능들은 한동안 보류 상태에 있었지만, 이제 다음 두 가지 기능이 추가되었습니다:

> [@Johani](#):
>
> - 전체 화면 모드를 종료하는 방법을 알려주는 간단한 프롬프트 (“esc를 눌러 종료.”)
> - 전체 화면 모드에 + 주제 만들기 / 답글 버튼 추가. 제목/카테고리/태그가 누락된 경우, 작성기(composer)가 전체 화면 모드에서 벗어날 수 있도록 강제합니다. 그러면 오류 메시지가 표시됩니다.

> <https://github.com/discourse/discourse/pull/17839>
>
> Context: https://meta.discourse.org/t/still-display-the-reply-create-topic-butto…n-when-using-full-screen-composition/123597/6?u=johani
> 
> Right now, we don't show the submit buttons when you enter the full-screen composer. The reasons for that are described in the context link above.
> 
> This PR adds the improvements highlighted here: https://meta.discourse.org/t/still-display-the-reply-create-topic-button-when-using-full-screen-composition/123597/12?u=johani
> 
> Here's a list of the changes this PR introduces:
> 
> 1. When you enter full-screen mode, we will now add a prompt that matches the browser fullscreen \<kbd\>F11\</kbd\> function. It looks like so
> 
> \<img width="500" src="https://user-images.githubusercontent.com/33972521/183529813-71a20167-a661-466c-b9ef-c4d34e231000.png"\>
>     
> The prompt fades away after a couple of seconds.
>     
> 2. This PR adds the submit buttons to the full-screen composer mode. The submit buttons should work like normal if the post has no errors. If the post has errors (title too short, body too short, required categories/tags), then the button will make the composer exit the full-screen mode so that users will see the errors and fix them. The error logic is based on what we currently have; this PR doesn't add any new validation. Here's a video of what that looks like:
> 
> https://meta.discourse.org/t/-/127948/14?u=johani

이 기능

> 전체 화면 모드를 종료하는 방법을 알려주는 간단한 프롬프트 (“esc를 눌러 종료.”)

은 다음과 같이 보입니다.

그리고 이 기능

> 전체 화면 모드에 + 주제 만들기 / 답글 버튼 추가. 제목/카테고리/태그가 누락된 경우, 작성기(composer)가 전체 화면 모드에서 벗어날 수 있도록 강제합니다. 그러면 오류 메시지가 표시됩니다.

은 다음과 같이 보입니다.

사용자가 특정 사이트 설정의 최소 요구 사항(제목이 너무 짧음 - 본문이 너무 짧음 - 필수 카테고리/태그 누락)을 충족하지 못하는 주제/답글을 생성하면, 작성기가 기본 뷰로 돌아가고 수정해야 할 오류가 표시됩니다.

작성기에 오류가 없으면, 예상대로 전체 화면 모드에서 게시할 수 있습니다.

---

_[View the full topic](https://meta.discourse.org/t/still-display-the-reply-create-topic-button-when-using-full-screen-composition/123597)._
