Bug #9278
FILL-IN: VALUE-CHANGED sent twice for user input causing selection clear action
Status:
Internal Test
Priority:
Normal
Assignee:
Vladimir Tsichevski
Target version:
-
Start date:
Due date:
% Done:
100%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Vladimir Tsichevski over 1 year ago
- File 9278.p
added
When the user inputs a character, which changes the SCREEN-VALUE, OE sends the VALUE-CHANGED event. This event is expected to be sent only once for a change.
If some text was selected before the user input, this text is deleted, and the input character replaces the selection.
In FWD both deleting the non-empty selection and inserting the character cause sending the VALUE-CHANGED event.
The attached 9278.p example demonstrates this.
#2 Updated by Vladimir Tsichevski over 1 year ago
- Assignee set to Vladimir Tsichevski
- Status changed from New to WIP
#3 Updated by Vladimir Tsichevski over 1 year ago
- Status changed from WIP to Review
- % Done changed from 0 to 100
The fix committed in 9278a rev. 15522. Please, review.
#4 Updated by Greg Shah over 1 year ago
Hynek: Please review.
Vladimir: Is this associated with a customer application?
#5 Updated by Vladimir Tsichevski over 1 year ago
Greg Shah wrote:
Hynek: Please review.
Vladimir: Is this associated with a customer application?
I know no such cases yet.
#6 Updated by Hynek Cihlar over 1 year ago
- Status changed from Review to Internal Test
Code review 9278a. The changes look good.