Network Panel Search - Incomplete text displayed on the left side panel.
Categories
(DevTools :: Netmonitor, defect)
Tracking
(firefox135 verified)
Tracking | Status | |
---|---|---|
firefox135 | --- | verified |
People
(Reporter: gwdx, Assigned: gwdx)
Details
Attachments
(2 files)
Steps to reproduce:
- Open Firefox Developer Tools (press F12). Select the Network tab.
- Visit Chi distribution - Wikipedia.
- Open the global search box using
Ctrl+Shift+F
, enter the keywordchi distribution
, and perform a search.
Actual results:
Some entries in the left-hand search results are missing parts of the surrounding text. For example:
The full text on the webpage:
variance of chi distribution. This has application
is incorrectly displayed as:
variance of chi distributioncation
.
Expected results:
The search results should display the complete text surrounding the keyword, such as:
variance of chi distribution. This has application
.
In the Devtools Network Panel, sometimes the left side panel displays incomplete text in search results. This commit fixes incorrect substring indices in the getTruncatedValue
function.
Updated•2 months ago
|
Updated•2 months ago
|
Comment 3•1 month ago
|
||
bugherder |
Updated•1 month ago
|
Comment 4•14 days ago
|
||
Reproduced the issue on Firefox 135.0a1 (2024-12-21) on macOS 15.2 by following the STR from Comment 0.
The issue is fixed on Firefox 135.0b9. Tests were performed on macOS 15.2, Windows 11 and Ubuntu 24.04.
Description
•