Audit non-component event targets and update conventions #7468
Labels
0 - new
New issues that need assignment.
calcite-components
Issues specific to the @esri/calcite-components package.
estimate - 2
Small fix or update, may require updates to tests.
p - low
Issue is non core or affecting less that 10% of people using the library
refactor
Issues tied to code that needs to be significantly reworked.
Milestone
Description
@Listen
and custom events usedocument.body
,document
orwindow
as targets/dispatchers. We should audit and update our conventions with information regarding the appropriate target to use per context.Proposed Advantages
Consistent target/dispatching for non-component events.
Which Component
All components dispatching/listening events on
document
ordocument.body
and possiblywindow
.Relevant Info
Stems from #7466 (comment)
Calcite package
The text was updated successfully, but these errors were encountered: