[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 --- Comment #11 from kipod 2012-11-28 00:29:54 UTC --- verified that problem still exists on wmf5. peace. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You a

[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 --- Comment #10 from kipod 2012-11-16 16:02:18 UTC --- (In reply to comment #9) > (In reply to comment #6) > > (i hate it that bugzilla does not have a "preview" feature). > > File your upstream request in bugzilla.mozilla.org, ahhh one

[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 --- Comment #9 from Andre Klapper 2012-11-15 08:52:05 UTC --- (In reply to comment #6) > (i hate it that bugzilla does not have a "preview" feature). File your upstream request in bugzilla.mozilla.org, and paste longer code in attachments...

[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 --- Comment #8 from kipod 2012-11-14 22:00:56 UTC --- my little snippet does not take isRegex into account. it should really be: $textarea.val($textarea.val().replace(regex, function(matchStr) { return isRegex ? matchedStr.replace( regex, re

[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 --- Comment #7 from kipod 2012-11-14 19:27:03 UTC --- (In reply to comment #5) > $textarea.val($textarea.val().replace(regex)); it seems that whoever wrote it chose to limit the interaction with $textarea to textSelection, but all it means is

[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 --- Comment #6 from kipod 2012-11-14 19:16:21 UTC --- (In reply to comment #5) > omission of the "text and replace" tool is the ability to limit the "replace s/"text and replace"/"search and replace"/ (i hate it that bugzilla does not have a

[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 --- Comment #5 from kipod 2012-11-14 19:14:01 UTC --- i may be a complete dunce, but i can't understand this piece of code (could not find it in the repo - where is WikiEditor in the repo anyway? i had to cut it from the browser's debugger): =

[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 Andre Klapper changed: What|Removed |Added Priority|Unprioritized |High --- Comment #4 from Andre Klapper

[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 --- Comment #3 from kipod 2012-11-14 14:12:37 UTC --- did you try it? for me it happens on IE 8 and 9, both with and without compatibility mode. peace. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You

[Bug 42073] in 1.21wmf3, "search and replace" for IE does not correctly replace words but changes others

2012-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42073 Andre Klapper changed: What|Removed |Added CC||aklap...@wikimedia.org Summ