dosubot[bot] commented on issue #32126:
URL: https://github.com/apache/superset/issues/32126#issuecomment-2632980612

   <!-- Answer -->
   The issue you're experiencing with the date filter pop-up appearing when it 
is out of scope seems to be related to how Superset handles filter scoping and 
UI rendering. There are known issues in the Superset codebase related to filter 
scoping, such as incorrect scopes of cross filters and infinite load issues 
with out-of-scope filters 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup>.
   
   In your case, the date filter should not be active or visible when you are 
on a tab where it is out of scope. The behavior you're seeing might be due to a 
bug in how the filter's scope is being determined or rendered. This could be 
related to the known issue of undefined layout type on `filterInScope` 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup>.
   
   To address this, you might want to check if there are any updates or patches 
available for your version of Superset that address filter scoping issues. 
Additionally, reviewing the filter configuration and ensuring that the filter's 
scope is correctly set up for each tab might help mitigate the problem.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   
   ---
   <sup>Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/98e5005b-2344-4d5c-adfd-398b26d8ab49?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/98e5005b-2344-4d5c-adfd-398b26d8ab49?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/98e5005b-2344-4d5c-adfd-398b26d8ab49?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/98e5005b-2344-4d5c-adfd-398b26d8ab49?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/98e5005b-2344-4d5c-adfd-398b26d8ab49?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/98e5005b-2344-4d5c-adfd-398b26d8ab49?feedback_type=other)</sup>
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to