ModPlug Central

OpenMPT Development (Archive) => Bug Reports => Bug Report Archive => Topic started by: le_parasite on June 23, 2007, 21:02:40

Title: find/replace bug OpenMPT v1.17.02.48
Post by: le_parasite on June 23, 2007, 21:02:40
Full Version:
OpenMPT v1.17.02.48


any research for values in effect data in the find/replace interface will lead to a 7F research


it's a constant bug


Ctrl + F, choose effect \xx and any value you want except 7F in effect data...
Title: find/replace bug OpenMPT v1.17.02.48
Post by: Sam_Zen on June 23, 2007, 22:58:27
Confirmed.

Strange behaviour there, especially the effect data counter is troubled.
If one tries to enter a number manually, instead of pick one from the list, one can't type '34', because it says '30'
after the '3' and '40' after the '4'.

Anyway, I tested this further. As long as the value of this counter is below 7F, it jumps to 7F. If the value entered is >7F,
then the counter jumps to FF.
And this value change is taken place after OK, but before the actual search is executed.
Title: find/replace bug OpenMPT v1.17.02.48
Post by: rewbs on June 24, 2007, 17:31:42
Thanks both.
The fix for the original bug, i.e. the search being carried out on the incorrect value, will be in the next release, along with an improvement for the sub-optimal input handling pointed out by Sam Zen, by which you have to pick a value from the list rather than typing it in.
Title: find/replace bug OpenMPT v1.17.02.48
Post by: le_parasite on June 24, 2007, 17:52:19
you're welcome ... :)