vessillo / foxreplace

Automatically exported from code.google.com/p/foxreplace
0 stars 0 forks source link

Failure to replace on the <body> tag #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to insert content at the head of the page using the <body> tag
2. Find:<body>
3. Replace:<body>Top of page

What is the expected output? 
Top of page

What do you see instead?

What version of the product are you using? On what operating system?
FoxReplace 0.12.2
FireFox 3.6.28
XP Sp3

Please provide any additional information below.
Unlike the current title tag issue, this fails with 'Replace HTML' on and off

Original issue reported on code.google.com by mpheyse%...@gtempaccount.com on 13 Jul 2012 at 3:29

GoogleCodeExporter commented 9 years ago
That's because the substitution is done in body.innerHTML. But maybe it would 
be better to do it in the <html> element.

Original comment by marc.r...@gmail.com on 13 Jul 2012 at 3:38

GoogleCodeExporter commented 9 years ago
Fixed in r168.

Original comment by marc.r...@gmail.com on 3 Jan 2013 at 7:22