[PR #13354] [CLOSED] fix: Turn off richTextInput by default #23162

Closed
opened 2026-04-20 04:40:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/13354
Author: @Classic298
Created: 4/30/2025
Status: Closed

Base: devHead: patch-3


📝 Commits (1)

  • 4ae2eb2 Turn off richTextInput by default

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/lib/components/chat/Settings/Interface.svelte (+2 -2)

📄 Description

Pull Request Checklist

Before submitting, make sure you've checked the following:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests to validate the changes?
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?

Changelog Entry

Description

Rich text input, in it's current form, can be faulty. It can break prompt templates, pasted Code or other formatted text by removing empty lines and line breaks.

This PR proposes to change the default behavior of rich text input to false.

Changed

  • Default setting in the Interface Settings is turned to "false" for rich text input.

Additional Information

  • I will try to examine the rich text input in the future, to try and improve it. For now, this PR is meant to, by default, disable rich text input, such that it does not cause any more problems with workflows until rich text input is fixed in a future PR.

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the CONTRIBUTOR_LICENSE_AGREEMENT, and I am providing my contributions under its terms.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/13354 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 4/30/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`4ae2eb2`](https://github.com/open-webui/open-webui/commit/4ae2eb2486383071c102358605bc070d28a3293f) Turn off richTextInput by default ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Settings/Interface.svelte` (+2 -2) </details> ### 📄 Description # Pull Request Checklist **Before submitting, make sure you've checked the following:** - [X] **Target branch:** Please verify that the pull request targets the `dev` branch. - [X] **Description:** Provide a concise description of the changes made in this pull request. - [X] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [X] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [X] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [X] **Testing:** Have you written and run sufficient tests to validate the changes? - [X] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? # Changelog Entry ### Description Rich text input, in it's current form, can be faulty. It can break prompt templates, pasted Code or other formatted text by removing empty lines and line breaks. This PR proposes to change the default behavior of rich text input to false. ### Changed - Default setting in the Interface Settings is turned to "false" for rich text input. --- ### Additional Information - I will try to examine the rich text input in the future, to try and improve it. For now, this PR is meant to, by default, disable rich text input, such that it does not cause any more problems with workflows until rich text input is fixed in a future PR. ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [CONTRIBUTOR_LICENSE_AGREEMENT](CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 04:40:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#23162