Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
When a EventListener is attached to a ion-footer (or any of its children) that's in a sheet modal with expandToScroll = false, the event listener does not work
Expected Behavior
The EventListener should work for the ion-footer and its children.
Steps to Reproduce
- Create a sheet modal with
expandToScroll = false
- Add a ion-footer with a button and a listener
- Click and it won't do anything.
Code Reproduction URL
Ionic Info
Ionic:
Ionic CLI: 7.2.1
Ionic Framework: @ionic/angular 8.5.1
@angular-devkit/build-angular: 19.2.4
@angular-devkit/schematics: not installed
@angular/cli: 19.2.4
@ionic/angular-toolkit: 12.1.1
Utility:
cordova-res : not installed globally
native-run : not installed globally
System:
NodeJS : v20.18.1
npm : 10.8.2
OS : macOS Unknown
Additional Information
PR to fix it: #30310