Bug #9210
FILL-IN: implement SET-SELECTION and related calls in ChUI
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
15464
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Vladimir Tsichevski almost 2 years ago
The SET-SELECTION method is implemented for FillIn class at the client side as a stub:
public boolean setSelection(int start, int end)
{
return false;
}
This stub method is properly redefined for GUI in FillInGuiImpl, but there is no similar method in FillInImpl.
#3 Updated by Vladimir Tsichevski almost 2 years ago
This problem was first discovered in #9114.
#4 Updated by Vladimir Tsichevski almost 2 years ago
- version_reported set to 15464