Bug 227215

Summary: replace with placeholders doesn't work, prints literal placeholder
Product: [Applications] konqueror Reporter: Peter Palm <peterp>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: faure
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Peter Palm 2010-02-16 17:08:54 UTC
Version:           4.3.4 (KDE 4.3.4) (using 4.3.4 (KDE 4.3.4), Debian packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.32-trunk-amd64

If I want to replace some text in a html textarea, and I check the options 'regular expression' and 'use placeholders', the dropdown menu for 'insert placeholder' does list my regular expression matches. When I select one, it inserts a \1 (or \2 etc) in the replacement text, as expected. When I then hit 'replace' the \1 is inserted litterally, and not replaced by my submatch.
Comment 1 David Faure 2010-05-19 00:22:25 UTC

*** This bug has been marked as a duplicate of bug 168226 ***