Changes between Initial Version and Version 1 of Ticket #18238, comment 2
- Timestamp:
- Apr 15, 2015, 3:50:40 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18238, comment 2
initial v1 8 8 9 9 So instead of that PR, probably there should be an `justRefreshed` type flag passed to `_onShow()` to indicate that "we just refreshed your contents, so don't do it again, even though you have a `refreshOnShow: true` flag setting". 10 11 Or alternately, ContentPane could figure it out for itself, if the call to `refresh()` was followed by a call to `_onShow()` with no intermediate call to `_onHide()`.