[GH-ISSUE #6390] Cannot Rename Folders By Pressing Enter #14346

Closed
opened 2026-04-19 20:44:33 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @ProjectMoon on GitHub (Oct 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6390

Bug Report

Installation Method

Docker (cuda tag)

Environment

  • Open WebUI Version: 0.3.33

  • Operating System: Gentoo Linux

  • Browser (if applicable): Firefox 131

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

Pressing enter after typing in a new folder name renames the folder.

Actual Behavior:

Pressing enter ends the editing of the folder name, but folder name remains unchanged.

Description

Bug Summary:
You can change the name of the folder by clicking outside of the folder name while editing the name.

Reproduction Details

Steps to Reproduce:

  1. Create folder.
  2. Click side menu and pick rename.
  3. Type new name.
  4. Hit enter.

Logs and Screenshots

Browser Console Logs:
The only thing that comes in the browser console is:

Edit [RecursiveFolder.svelte:285:10 (RecursiveFolder.svelte)]

This happens when you click on the rename button in the side menu.

Originally created by @ProjectMoon on GitHub (Oct 25, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/6390 # Bug Report ## Installation Method Docker (cuda tag) ## Environment - **Open WebUI Version:** 0.3.33 - **Operating System:** Gentoo Linux - **Browser (if applicable):** Firefox 131 **Confirmation:** - [X] I have read and followed all the instructions provided in the README.md. - [X] I am on the latest version of both Open WebUI and Ollama. - [X] I have included the browser console logs. - [X] I have included the Docker container logs. - [X] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: Pressing enter after typing in a new folder name renames the folder. ## Actual Behavior: Pressing enter ends the editing of the folder name, but folder name remains unchanged. ## Description **Bug Summary:** You can change the name of the folder by clicking outside of the folder name while editing the name. ## Reproduction Details **Steps to Reproduce:** 1. Create folder. 2. Click side menu and pick rename. 3. Type new name. 4. Hit enter. ## Logs and Screenshots **Browser Console Logs:** The only thing that comes in the browser console is: ``` Edit [RecursiveFolder.svelte:285:10 (RecursiveFolder.svelte)] ``` This happens when you click on the rename button in the side menu.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14346