B
Bruno Stivicevic
There's a nasty bug in Notepad on Vista, that persists also in SP1.
To reproduce the problem do following:
1/ Run Notepad
2/ Type aaaa, press Enter, and then type bbbb
3/ Click before aaaa, and then press twice Ctrl+<right arrow>. Your
insertion point is not before bbbb, as it works in XP and previous! It is
between 0d and 0a - in other words, in the middle of the new line pair.
4/ Type the letter e: your line will look like aaaaebbbb. If you select all
text and paste it in a Hex editor, you will see that you have the sequence 0d
65 0a, i.e. the letter è is where it is not supposed to be.
This bug is driving crazy script editor in our software, as VBScript reports
silly syntax errors.
Anyone knows if there's a hot-fix related, or the bug is already known?
Thanks,
Bruno
To reproduce the problem do following:
1/ Run Notepad
2/ Type aaaa, press Enter, and then type bbbb
3/ Click before aaaa, and then press twice Ctrl+<right arrow>. Your
insertion point is not before bbbb, as it works in XP and previous! It is
between 0d and 0a - in other words, in the middle of the new line pair.
4/ Type the letter e: your line will look like aaaaebbbb. If you select all
text and paste it in a Hex editor, you will see that you have the sequence 0d
65 0a, i.e. the letter è is where it is not supposed to be.
This bug is driving crazy script editor in our software, as VBScript reports
silly syntax errors.
Anyone knows if there's a hot-fix related, or the bug is already known?
Thanks,
Bruno