---
title: "Deprecation: #86178 - Class ElementBrowserFramesetController"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-86178"
source: "Changelog/9.5/Deprecation-86178-ClassElementBrowserFramesetController.rst"
typo3-version: "9.5"
typo3-major: 9
type: "deprecation"
issue: 86178
forge: "https://forge.typo3.org/issues/86178"
tags: ["Backend", "PHP-API", "NotScanned", "ext:recordlist"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Deprecation: #86178 - Class ElementBrowserFramesetController {#deprecation-86178}

See [forge#86178](https://forge.typo3.org/issues/86178)

## Description {#description}

Class `\TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController` and the route
target of `browser` have been marked as deprecated and should not be used any longer.

## Impact {#impact}

If calling that controller class a PHP `E_USER_DEPRECATED` error is triggered.

## Affected Installations {#affected-installations}

The route target is unused in core for a while already. Extensions are only affected
if they call the Backend route target `browser` that renders the element browser
in a frameset.

## Migration {#migration}

Use the modal based element browser with the route `wizard_element_browser` instead.
