Bug #9764
Some events (like VALUE-CHANGED) are invoked after errors are displayed for the buffers relative to a browse
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Delia Mitric over 1 year ago
- Description updated (diff)
#2 Updated by Delia Mitric over 1 year ago
Given a browse with a set query. This query can have one ore more buffers set. One of the buffers (say buff1) contains a null record and the browse has a selected row. If we try to access something like buff1:BUFFER-FIELD (field_title):BUFFER-VALUE some errors are displayed (that's ok). the problem is that the buffer is updated and now contains the selected row in the browse and becomes available. It should remain unavailable after the errors are displayed.
See #9671-14 for a testcase.