- 
    Type:
Bug
 - 
    Resolution: Fixed
 - 
    Priority:
Normal
 - 
    Affects Version/s: 8.0.3
 - 
    Component/s: None
 - 
    Security Level: Jimmy
 - 
    None
 
- 
        ZK 8.5.2 S1, ZK 8.5.2 S2
 - 
        None
 
Current state
Following http://tracker.zkoss.org/browse/ZK-3241: if an error message is trigger on a non-visible component, it will be ignored instead.
If the component becomes visible afterward, the error message will not be displayed.
Possible improvement
If possible, setting this._errbox even when non-visible to the proper value would allow most inputWidgets to display the error message when they become visible again. (most widgets such as textbox already hold a onShow listener able to show currently set errbox)