Skip to content

{enter} not working in Firefox 98 #20562

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

Closed
LaurensLeeuwis opened this issue Mar 10, 2022 · 5 comments · Fixed by #20839
Closed

{enter} not working in Firefox 98 #20562

LaurensLeeuwis opened this issue Mar 10, 2022 · 5 comments · Fixed by #20839

Comments

@LaurensLeeuwis
Copy link

Current behavior

When sending {enter}, it doesn't work in Firefox 98, while it did work in Firefox 97.

Desired behavior

Sending {enter} has the same behavior in Firefox 98 as in older Firefoxes and other browsers.

Test code to reproduce

describe('Hitting enter', () => {
  it('works', () => {
    cy.visit('https://www.duckduckgo.com/');
    cy.get('input#search_form_input_homepage').type('hello{enter}');
    cy.get('div#links_wrapper').should('exist');
  });
});

Cypress Version

9.5.1 (reproduced in 7.5.0)

Other

No response

@LaurensLeeuwis LaurensLeeuwis changed the title {enter} not working in Firefox 98 {enter} not working in Firefox 98 Mar 10, 2022
@davidmunechika davidmunechika added browser: firefox stage: needs investigating Someone from Cypress needs to look at this labels Mar 11, 2022
@melibe23
Copy link

I am experiencing the same issue over here.

@emilyrohrbough
Copy link
Member

@sainthkh Would you have interest in looking into this?

@sainthkh sainthkh added stage: ready for work The issue is reproducible and in scope and removed stage: needs investigating Someone from Cypress needs to look at this labels Mar 30, 2022
@sainthkh
Copy link
Contributor

Confirmed that it doesn't work on Firefox 98.

Actually, the tests in type_event_spec.js also fails on Firefox 98. I'm trying to figure out why.

@cypress-bot cypress-bot bot added stage: needs review The PR code is done & tested, needs review and removed stage: ready for work The issue is reproducible and in scope labels Mar 30, 2022
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Apr 4, 2022

The code for this is done in cypress-io/cypress#20839, but has yet to be released.
We'll update this issue and reference the changelog when it's released.

@cypress-bot cypress-bot bot added stage: pending release and removed stage: needs review The PR code is done & tested, needs review labels Apr 4, 2022
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Apr 11, 2022

Released in 9.5.4.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v9.5.4, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Apr 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants