Created on 2022-01-14.15:49:07 by semarie, last changed 1 month ago by roundup-bot.
New changeset 0712649a1b67 by Cédric Krier in branch '6.2': Do not delete text if there is no end position https://hg.tryton.org/tryton/rev/0712649a1b67 New changeset e28c9e1739bb by Cédric Krier in branch '6.0': Do not delete text if there is no end position https://hg.tryton.org/tryton/rev/e28c9e1739bb
New changeset 7c690f5a3324 by Cédric Krier in branch 'default': Do not delete text if there is no end position https://hg.tryton.org/tryton-env/rev/7c690f5a3324
New changeset 0c84c8539ede by Cédric Krier in branch 'default': Do not delete text if there is no end position https://hg.tryton.org/tryton/rev/0c84c8539ede
the proposed diff (patchset 1) works well
I guess if end_pos
is None, we should not call delete_text
.
When recording a Move, when typing the amount, the following error occurs: ``` File "/usr/local/tryton-tip/lib/python3.9/site-packages/tryton/common/cellrendererfloat.py", line 41, in key_press_event buffer_.delete_text(start_pos, end_pos - start_pos) TypeError: unsupported operand type(s) for -: 'NoneType' and 'int' ``` The error popups when typing the '.' character. For reference, I am using french locale, and use the numpad for decimal.
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-22 18:58:51 | roundup-bot | set | keyword:
- backport messages: + msg76143 |
2022-04-16 11:27:49 | roundup-bot | set | messages: + msg75829 |
2022-04-16 11:27:45 | roundup-bot | set | messages:
+ msg75828 nosy: + roundup-bot status: testing -> resolved |
2022-04-04 09:01:53 | smn | set | nosy: + smn |
2022-03-31 09:13:17 | pokoli | set | superseder: + Point of numeric pad throws exception |
2022-03-31 08:27:48 | semarie | link | issue11354 superseder |
2022-03-21 17:55:03 | semarie | set | messages: + msg74653 |
2022-03-19 01:27:52 | reviewbot | set | messages:
+ msg74597 nosy: + reviewbot |
2022-03-19 01:15:28 | ced | set | assignedto: ced keyword: + backport, review reviews: 371051002 status: chatting -> testing |
2022-01-14 16:41:02 | ced | set | messages:
+ msg73245 nosy: + ced status: unread -> chatting |
Showing 10 items. Show all history (warning: this could be VERY long)