-
Bug
-
Resolution: Fixed
-
Normal
-
9.0.1.2, 9.5.1.2
-
Security Level: Jimmy
Steps to reproduce
<div xmlns:ca="client/attribute"> <window height="100px" contentStyle="overflow:auto" ca:data-scrollable="true"> <textbox constraint="no empty"/> <separator height="300px"/> </window> </div>
1. focus in the textbox
2. scroll down to make the textbox out of visible view port
3. click to blur the focus
4. scroll up to make the textbox in the viewport
Current result
the error message box doesn't appear
Expected result
the error message box open
Debug info
- if I trigger an error box when the textbox is visible, move the textbox out of the viewport, the error box hides, and move it back, the error box will be visible again. So it seems the feature is reasonable.
- 9.0.0.1 don't hve this bug