-
Bug
-
Resolution: Done
-
Minor
-
4.0.2
-
-
MOODLE_400_STABLE
-
MOODLE_401_STABLE
-
Moodle App 4.1.0
The core-fab directive is used to move ion-fabs to their proper DOM location when they are rendered inside of a component.
In most situations in the app, this is not a problem because these components are not refreshed, and whenever they get destroyed the parent where the FAB was moved to is destroyed as well. However, if this is used in a site plugin, it is possible that the plugin component is refreshed without the fab being removed. This creates a situation where the FAB is duplicated every time.