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

cloud.ibm.com - Login form is not displayed #112923

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

cloud.ibm.com - Login form is not displayed #112923

webcompat-bot opened this issue Oct 26, 2022 · 5 comments
Labels
browser-firefox diagnosis-priority-p1 engine-gecko The browser uses the Gecko rendering engine os-linux Issues only happening on Linux. priority-normal regression Issues that are not reproducible in release, but reproducible in Nightly regressionwindow-wanted Issues that are likely regressions, but without identified regressor yet severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. type-array-grouping Issues related to shipping of array grouping proposal
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Oct 26, 2022

URL: https://cloud.ibm.com/login

Browser / Version: Firefox 108.0
Operating System: Linux
Tested Another Browser: Yes Other

Problem type: Site is not usable
Description: Page not loading correctly
Steps to Reproduce:
The ibm cloud login page does not show anything on firefox nightly.
in chromium and firefox it is loaded correctly

Affected:
Firefox Nightly 108.0a1 (it wasn't working for a time now.)

View the screenshot Screenshot
Browser Configuration
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20221025094808
  • channel: nightly
  • hasTouchScreen: false
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false

View console log messages

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Oct 26, 2022
@webcompat-bot webcompat-bot added this to the needstriage milestone Oct 26, 2022
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Oct 26, 2022
@webcompat-bot webcompat-bot changed the title In the moderation queue. cloud.ibm.com - site is not usable Oct 27, 2022
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-important and removed browser-fixme This requires manual assignment for the browser name action-needsmoderation The moderation has not yet been completed labels Oct 27, 2022
@softvision-raul-bucata softvision-raul-bucata added the os-linux Issues only happening on Linux. label Oct 27, 2022
@softvision-raul-bucata
Copy link

We appreciate your report. I was able to reproduce the issue:
2022-10-28_12-12

Tested with:

Browser / Version: Firefox Release 106.0.2 (64-bit)/ Firefox Nightly 108.0a1 (2022-10-27) (64-bit) /Chrome Version Version 107.0.5304.63 (Official Build) (64-bit)
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 Chrome and Firefox Release.

Moving this to NeedsDiagnosis for further investigations.

[qa_43/2022]

@softvision-raul-bucata softvision-raul-bucata changed the title cloud.ibm.com - site is not usable cloud.ibm.com - Login form is not displayed Oct 28, 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 severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. priority-normal and removed priority-important labels Oct 28, 2022
@ksy36 ksy36 added the status-needsinfo-ksy36 ping @ksy36 label Nov 7, 2022
@ksy36
Copy link
Contributor

ksy36 commented Nov 7, 2022

This is regressed by the array grouping proposal https://bugzilla.mozilla.org/show_bug.cgi?id=1739648

https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=41cd304ad950ac66f7496ff2995467df09acb8b3&tochange=9247e947c41c153a3a0d3180ba99e03e328c4f0e

I could see this request in network panel /login/realms?group=function group() { [native code] }, which is breaking the site.

They're building this query string using the following function as a helper:

      var t = "".concat(Hr, "/realms")
        , r = gt.getQueryParam("group");
      return r && (t += "?group=".concat(r)),

and

                getQueryParam: function(e) {
                    var t = pt.getQueryParamsHashed();
                    if (t && e)
                        return t[e]
                },

t here is ['', "": undefined], and they try to access "group", which is a function:

Screen Shot 2022-11-07 at 1 50 23 PM

This causes the unexpected "function group" in the network request.

@ksy36
Copy link
Contributor

ksy36 commented Nov 7, 2022

Filed https://bugzilla.mozilla.org/show_bug.cgi?id=1799522, but we might need to contact the site here

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

@ksy36 ksy36 added type-array-grouping Issues related to shipping of array grouping proposal and removed status-needsinfo-ksy36 ping @ksy36 labels Nov 7, 2022
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}
@codehag
Copy link

codehag commented Nov 8, 2022

As this was caused by the naming of a new JavaScript feature, the committee will be discussing a solution for the name. I will turn it off by default for nightly until then.

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 os-linux Issues only happening on Linux. priority-normal regression Issues that are not reproducible in release, but reproducible in Nightly regressionwindow-wanted Issues that are likely regressions, but without identified regressor yet severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. type-array-grouping Issues related to shipping of array grouping proposal
Projects
None yet
Development

No branches or pull requests

5 participants