I’m confused or my report was poorly written. I search for "\nTest" which has an escaped character which means new line. That's totally fine for me and that is not what my bug is about.
The bug I am reporting is that i search for "\nTest" which is matched or not. Everything is fine. Then if I want to search for another occurance of "\nTest" and I reopen the search dialog, the search string has been escaped and thus doesn’t return the wanted result. Original search string = "\nTest" Second search string = "\\nTest" This is deeply wrong as it renders the memory of the search dialog useless since it is corrupted. -- search adds slash to escaped strings https://bugs.launchpad.net/bugs/137203 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
