Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: none of the events of ion-input are firing after the @ionic/vue 8.4.3 update #30206

Closed
3 tasks done
ozgurg opened this issue Feb 21, 2025 · 1 comment · Fixed by #30227
Closed
3 tasks done

bug: none of the events of ion-input are firing after the @ionic/vue 8.4.3 update #30206

ozgurg opened this issue Feb 21, 2025 · 1 comment · Fixed by #30227
Labels

Comments

@ozgurg
Copy link

ozgurg commented Feb 21, 2025

Prerequisites

Ionic Framework Version

v8.x

Current Behavior

In 8.4.2, events of ion-input fire normally, but after updating to 8.4.3, nothing fires anymore. It breaks completely.

Related issues: #30170 - #30177 - #30178.

Expected Behavior

In 8.4.3, ion-input events should fire as they did in 8.4.2 without any breaking changes.

Steps to Reproduce

Folder Information

Steps to Reproduce

  1. Run npm run dev in each folder individually.
  2. Open http://localhost:5173/.
  3. Open the developer console.
  4. You'll see an ion-input labeled "Default input".
  5. Interact with the input as follows:
    • Focus (ionFocus)
    • Unfocus (ionBlur)
    • Enter a value (ionInput)
    • Click outside after input (ionChange)
  6. In 8.4.2-vue, you'll see console logs as expected. In 8.4.3-vue you won't.

Code Reproduction URL

https://github.com/ozgurg/ionic-8.4.3-event-issue-reproduce

Ionic Info

[WARN] Error loading @capacitor/ios package.json: Error: Cannot find module
       '@capacitor/ios/package.json'
       
       Require stack:
       -
       /Users/ozgurg/.nvm/versions/node/v20.18.3/lib/node_modules/@ionic/cli/lib/project/index.js
       -
       /Users/ozgurg/.nvm/versions/node/v20.18.3/lib/node_modules/@ionic/cli/lib/index.js
       -
       /Users/ozgurg/.nvm/versions/node/v20.18.3/lib/node_modules/@ionic/cli/index.js
       -
       /Users/ozgurg/.nvm/versions/node/v20.18.3/lib/node_modules/@ionic/cli/bin/ionic
[WARN] Error loading @capacitor/android package.json: Error: Cannot find module
       '@capacitor/android/package.json'
       
       Require stack:
       -
       /Users/ozgurg/.nvm/versions/node/v20.18.3/lib/node_modules/@ionic/cli/lib/project/index.js
       -
       /Users/ozgurg/.nvm/versions/node/v20.18.3/lib/node_modules/@ionic/cli/lib/index.js
       -
       /Users/ozgurg/.nvm/versions/node/v20.18.3/lib/node_modules/@ionic/cli/index.js
       -
       /Users/ozgurg/.nvm/versions/node/v20.18.3/lib/node_modules/@ionic/cli/bin/ionic

Ionic:

   Ionic CLI       : 7.2.0 (/Users/ozgurg/.nvm/versions/node/v20.18.3/lib/node_modules/@ionic/cli)
   Ionic Framework : @ionic/vue 8.4.3

Capacitor:

   Capacitor CLI      : 7.0.1
   @capacitor/android : not installed
   @capacitor/core    : 7.0.1
   @capacitor/ios     : not installed

Utility:

   cordova-res : not installed globally
   native-run  : 2.0.1

System:

   NodeJS : v20.18.3 (/Users/ozgurg/.nvm/versions/node/v20.18.3/bin/node)
   npm    : 10.8.2
   OS     : macOS Unknown

Additional Information

The 8.4.3 changelog only mentions Vue. I only reproduced it with Vue, but other frameworks and components may have the same issue.

The reproduce projects was created using ionic start reproduce blank. Only the versions of @ionic/vue and @ionic/vue-router were fixed to reproduce the bug. The only file modified was src/views/HomePage.vue. Everything else remains the same as in the "blank" starter template.

@brandyscarney
Copy link
Member

Thank you for the issue! We're currently investigating this, along with all other related Vue issues introduced in version 8.4.3.

github-merge-queue bot pushed a commit that referenced this issue Mar 11, 2025
Issue number: resolves #30206 resolves #30178 resolves #30177 resolves
#30175 resolves #30170

---------

<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->

## What is the current behavior?
There have been plenty of issues reported in regards to Vue components
failing to propagate events. It seems like when we updated the Vue
output target and started to use the provided runtime code from the
output target, we have changed the way how event names are computed.
Ionic has used a custom wrapper for handling events that would kebab
case event names. That is no longer needed and removing it fixes
observed issues.

Reproduction case working:
https://stackblitz.com/edit/vj18czas-wdhzxjom?file=package.json

## What is the new behavior?
We have received a fix for this in
stenciljs/output-targets#617 which I hope will
resolve this issue by updating the dependency.

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

<!--
  If this introduces a breaking change:
1. Describe the impact and migration path for existing applications
below.
  2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
See
https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
for more information.
-->


## Other information

Dev build: `8.4.4-dev.11741193800.14916f6f`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants