graceguo-supercat edited a comment on issue #7700: [dashboard] trigger query 
for chart in nested tab only after chart becomes visible
URL: 
https://github.com/apache/incubator-superset/pull/7700#issuecomment-501874073
 
 
   @etr2460 tab logic is a little confusing here.
   - TABS component: contain a list of TAB component. it can be top level, or 
row level (display tabs like a row of content in the middle of page)
   - TAB component: render single tab. it has 2 mode: render tab itself or 
render tab content. 
   for tab inside the root level TABS, tab's children's visibility depends on 
if current tab is selected.
   for row level tab,   tab's children's visibility depends on if current tab 
is selected, *and* if tab self is visible (this is my fix).
   - regular component (that doesn't hide some of its children components): 
these components visibility is always depends on its parent's visibility.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to