# Renaming a document made the old one disappear, or two tabs now share the same name **What you are seeing** Renaming a document made the old one disappear, or two tabs now share the same name. --- ## Why it happens The title is the filename. Renaming uploads a differently-named file, and nothing checks whether a name is already in use. --- ## What to do Delete the leftover file if you renamed one, and keep titles distinct. The app will not stop you creating duplicates. --- ## Settings involved | **Setting** | **Where** | **What it does** | | ------------------------- | ------------ | ---------------- | | View / Edit (editor mode) | Editor modal | \- | | Title | Editor modal | \- | --- ## Limits that apply here | **Limit** | **Value** | **What happens** | | ------------------------ | -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Document title length | 50 characters | Enforced by the Title input in the editor. The title becomes the attachment filename. | | Large document preview | About 1,000,000 characters | Read-only previews longer than this switch to a virtualised viewer that renders in chunks as you scroll, so browser find-in-page and similar behaviour differ. | | Simultaneous image loads | 20 | At most 20 image URLs are resolved at once, so image-heavy documents load in waves. | --- ## A few things that catch people out * Documents over roughly a million characters switch to a virtualised preview, so behaviour such as find-in-page differs. --- ## Related [Created column and the list order on the global page do not reflect when someone last edited a documBoth use the attachment's created date, not an edit time. Editing re-uploads, so an edit d](https://help.gocapable.com/jira-markdown/created-column-and-the-list-order-on-the-global-page-do-not-reflect-when-someone-last-edited-a-docum.html) [Fenced diagram block renders as plain code instead of a pictureEither the language is not one of the 27 supported diagram languages, or no signed-in sess](https://help.gocapable.com/jira-markdown/fenced-diagram-block-renders-as-plain-code-instead-of-a-picture.html) [Everything elseThe rest of this family.](https://help.gocapable.com/jira-markdown/everything-else.html) --- _Found it? Good._