Webview Ctrl+F / Search Highlight Still Not Working (Extension Developer Report)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Title: Webview Ctrl+F / Search Highlight Still Not Working (Extension Developer Report)

Hi everyone,

I’m reopening this topic as I’ve found that the issue reported in Webview do not support highlight search text is still present in the current version of Cursor.

Context

I’m the developer of Scientific Data Viewer, a VS Code / Cursor extension that displays scientific datasets (NetCDF, Zarr, GeoTIFF, etc.) in a custom webview panel. The extension works on both VS Code and Cursor.

While testing on both editors, I noticed that the Ctrl+F search functionality does not work in Cursor’s webviews, whereas it works perfectly fine in VS Code.

Screenshots

A screenshot is attached to this post. It shows Cursor on the left, VSCode on the right. Both of them show a custom webview generated by my extension, showing a scientific data file. I CTRL+F for the string “longitude”

VS Code (:white_check_mark: Working): The strings are highlighted and we can navigate search results, like any search feature of a web browser when on a web page.

Cursor (:cross_mark: Not Working): The Ctrl+F show the search input, but does nothing.

Impact

This is a usability/accessibility concern for any extension that uses webviews to display searchable content. As an extension developer targeting both VS Code and Cursor, I’d like to ensure feature parity for my users.

Would appreciate any updates on whether this is a known limitation or if there’s a workaround. Thanks!

Steps to Reproduce

  • Ctrl+F in a webview panel opens the search bar, but no text is highlighted and search does not find any matches in Cursor
  • The exact same extension and webview content works correctly in VS Code — search highlights are visible and navigation between results works as expected
  • This affects the user experience for Cursor users who want to search through data content, variable names, and other text displayed in the webview

I’ve documented this on my extension’s GitHub repository: Issue #63 - Webview Search (Ctrl+F) Support for Cursor

Expected Behavior

Ctrl+F in webview panels should highlight matching text and allow navigation through search results, just like it does in VS Code.

Screenshots / Screen Recordings

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.2.14
VSCode Version: 1.105.1
Commit: 1685afce45886aa5579025ac7e077fc3d4369c50
Date: 2025-12-11T01:12:35.790Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 5.15.0-139-generic

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. I’ll pass it to the team.

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The search functionality in the “Rocq Goals” panel provided by the VsRocq extension does not work in Cursor, but works correctly in VS Code.

Steps to Reproduce

  1. Install the VsRocq extension in Cursor.
  2. Open a Coq/Rocq project and navigate to a .v file.
  3. Open the “Rocq Goals” panel.
  4. Try to use the search tab/feature within the Rocq Goals panel.

Operating System

MacOS

Version Information

Version: 2.6.20
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z (5 days ago)
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cmd+F search within the Claude Code extension conversation panel no longer returns any results in Cursor. The search bar opens, but typing a query finds no matches even when the text clearly exists in the conversation.

  • The same search works correctly in VS Code with the same Claude Code extension
  • This used to work in Cursor in the past — it appears to be a recent regression
  • Likely related to how Cursor handles webview search vs. VS Code’s native implementation

Steps to Reproduce

Cmd+F search within the Claude Code extension conversation panel no longer returns any results in Cursor. The search bar opens, but typing a query finds no matches even when the text clearly exists in the conversation.

The search bar opens but returns zero results for any query.

Expected Behavior

Cmd+F opens a search bar that highlights matching text within the Claude Code conversation panel, as it did previously.

Operating System

MacOS

Version Information

Version: 3.2.16 (Universal)
VSCode Version: 1.105.1
Commit: 3e548838cf824b70851dd3ef27d0c6aae371b3f0
Date: 2026-04-28T21:07:47.682Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor