Bug 202199 - Web Inspector: Saving overrides fails after using search
Summary: Web Inspector: Saving overrides fails after using search
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Safari Technology Preview
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-25 04:52 PDT by Konrad Dzwinel
Modified: 2019-09-25 04:52 PDT (History)
1 user (show)

See Also:


Attachments
screen recording shows overrides working correctly until search is performed, after which saving overrides fails (3.31 MB, video/mp4)
2019-09-25 04:52 PDT, Konrad Dzwinel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Dzwinel 2019-09-25 04:52:33 PDT
Created attachment 379536 [details]
screen recording shows overrides working correctly until search is performed, after which saving overrides fails

Steps to reproduce:
1. Open Web Inspector
2. Make sure that 'sources tab' is enabled in experiments
3. Use local overrides to override any text file (e.g. html) 
4. Open that file in 'Sources > Local Overrides'
5. Try searching within that override for any string
6. Reload the page
7. Modify override
8. Reload the page

Expected result:
Override changes are saved.

Actual result:
Changes to the override are lost.

Notes:
- restarting Web Inspector fixes the issue
- tested in Release 92 (Safari 13.1, WebKit 15609.1.4)