Bug 471971

Summary: The "Find" dialog should never overlay the highlighted search results.
Product: [Applications] konsole Reporter: 林果皞 <limkokhole>
Component: generalAssignee: Konsole Bugs <konsole-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 19.12.3   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: I can't see the highlighted text behind the find dialog for this case

Description 林果皞 2023-07-05 11:37:51 UTC
Created attachment 160087 [details]
I can't see the highlighted text behind the find dialog for this case

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. cd to /tmp/
2. $ curl -A 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0' -vL 'https://www.google.com/search?q=%22konsole%22&client=firefox-b-d'
3. ctrl+shift+F open find dialog, type "konsole", use mouse to adjust the konsole window width until you can't see the highlighted "konsole".

OBSERVED RESULT
4. The find's highlighted result, e.g. "konsole" get overlay by the find dialog itself.

EXPECTED RESULT
5. The find's highlighted result, e.g. "konsole" should never get overlay by the find dialog itself which I can no longer see the highlighted text to compare on the fly and possibly missing the result.

SOFTWARE/OS VERSIONS
Konsole Version 19.12.3
Ubuntu 20.04.6 LTS

ADDITIONAL INFORMATION
Before 22 October 2020(not exact date), Ubuntu 18 shows find dialog as bottom panel and it doesn't overlay the text, but Ubuntu 20 find dialog moved to upper right which causes overlay highlighted text issue.
Comment 1 Kurt Hindenburg 2024-06-06 21:35:53 UTC
I agree, it is just a matter of how to handle in code.