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

alltron.ch - Search field does not accept input #112552

Open
webcompat-bot opened this issue Oct 19, 2022 · 5 comments
Open

alltron.ch - Search field does not accept input #112552

webcompat-bot opened this issue Oct 19, 2022 · 5 comments
Assignees
Labels
browser-firefox diagnosis-priority-p1 engine-gecko The browser uses the Gecko rendering engine priority-normal regression Issues that are not reproducible in release, but reproducible in Nightly severity-important A non-core broken piece of functionality, not behaving the way you would expect. type-array-grouping Issues related to shipping of array grouping proposal
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Oct 19, 2022

URL: https://alltron.ch/de/

Browser / Version: Firefox 108.0
Operating System: Windows 10
Tested Another Browser: Yes Chrome

Problem type: Site is not usable
Description: Unable to type
Steps to Reproduce:
#Firefoxnightly
If you wanna use the searchbar of this website for products you cant type in Firefox Nightly but in Chrome and normal Firefox it works.

Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Oct 19, 2022
@webcompat-bot webcompat-bot added this to the needstriage milestone Oct 19, 2022
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Oct 19, 2022
@webcompat-bot webcompat-bot changed the title In the moderation queue. alltron.ch - site is not usable Oct 19, 2022
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine and removed browser-fixme This requires manual assignment for the browser name action-needsmoderation The moderation has not yet been completed labels Oct 19, 2022
@softvision-raul-bucata
Copy link

softvision-raul-bucata commented Oct 19, 2022

We appreciate your report. I was able to reproduce the issue. The search field does not accept input, even if the caret is present:

Screenshot_11

Tested with:

Browser / Version: Firefox Release 106.0 (64-bit)/ Firefox Nightly 108.0a1 (2022-10-17) (64-bit) /Chrome Version Version 106.0.5249.119 (Official Build) (64-bit)
Operating System: Windows 10 PRO x64
Operating System: Mac OSX Catalina 10.15.7
Operating System: Ubuntu 20.4 LTS x64

Notes:

  1. Reproducible regardless of the status of ETP.
  2. Reproducible on the latest build of Firefox Nightly
  3. Works as expected using Release and Chrome:

Moving this to NeedsDiagnosis for further investigations.

[qa_42/2022]

@softvision-raul-bucata softvision-raul-bucata added severity-important A non-core broken piece of functionality, not behaving the way you would expect. priority-normal labels Oct 19, 2022
@softvision-raul-bucata softvision-raul-bucata changed the title alltron.ch - site is not usable alltron.ch - Search field does not accept input Oct 19, 2022
@softvision-raul-bucata softvision-raul-bucata added regression Issues that are not reproducible in release, but reproducible in Nightly regressionwindow-wanted Issues that are likely regressions, but without identified regressor yet labels Oct 19, 2022
@softvision-raul-bucata
Copy link

softvision-raul-bucata commented Oct 19, 2022

I have performed a mozregression. Below are the results:

[inv_42/2022]

@ksy36
Copy link
Contributor

ksy36 commented Oct 26, 2022

Getting a different range, which is related to array grouping. This is also breaking in Chrome Canary.

There is a TypeError: (intermediate value).reduce is not a function in:

          items: (footerLogos?.data?.module__logo_slider?.group || []).reduce(
            (
              result: LogoSliderItem[],
              item: Record<string, any>,
            ): 
...

Looks like the site is using .group as a property of the module__logo_slider object, but since array grouping is enabled in Nightly, group becomes a method and this results in a naming conflict.

Probably contacting the site would be the best option here.
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1739648 and https://bugzilla.mozilla.org/show_bug.cgi?id=1792650

@ksy36 ksy36 modified the milestones: needsdiagnosis, needscontact Oct 26, 2022
@webcompat-bot
Copy link
Author

@ksy36 ksy36 removed the regressionwindow-wanted Issues that are likely regressions, but without identified regressor yet label Oct 26, 2022
@ksy36 ksy36 added the type-array-grouping Issues related to shipping of array grouping proposal label Nov 7, 2022
@codehag
Copy link

codehag commented Nov 7, 2022

Thanks for the report, looking into it.

Clownsw pushed a commit to Clownsw/v8 that referenced this issue Nov 8, 2022
Two web incompatibilities have been discovered:

webcompat/web-bugs#112552
webcompat/web-bugs#112923

Unship the proposal until TC39 decides next steps.

Bug: v8:12499, v8:13460
Change-Id: Ib028b2e5b2e0b1db61473fc4f023a35c06e1f237
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4010598
Commit-Queue: Shu-yu Guo <syg@chromium.org>
Reviewed-by: Adam Klein <adamk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84103}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox diagnosis-priority-p1 engine-gecko The browser uses the Gecko rendering engine priority-normal regression Issues that are not reproducible in release, but reproducible in Nightly severity-important A non-core broken piece of functionality, not behaving the way you would expect. type-array-grouping Issues related to shipping of array grouping proposal
Projects
None yet
Development

No branches or pull requests

4 participants