Scott McGhee

Results 19 comments of Scott McGhee

@pskelin , The SuccessFactors header is structured like this: ``` #shadow-root #shadow-root #shadow-root ``` We have our own webcomponent called `xweb-shellbar` which is used to wrap the shellbar, and several...

Looking at the code, I might suggest some changes to the following lines: https://github.com/jquery/jquery/blob/5d5ea015114092c157311c4948f7cc3d8c8e7f8a/src/ajax.js#L272-L279 At this place I think there is enough information in the `response` and the `isSuccess` (which...

@dmethvin , Thanks for the link - it does look very similar to that one. In this case, however, the dataType is "jsonp" and not "script" - so I wonder...

To facilitate - here is my attempt at a PR: https://github.com/medialize/URI.js/pull/416

As an update - from our side, we have other resources that might require UTF-8 charset, so we will fix this issue from our side by consistently using UTF-8 charset....

I proposed a straight forward issue with a straight forward fix, no comments and no follow-up? Any tips to get something done here?

@sdirix , I agree, `@jsonforms/core` is not the place to put the logic; however, in my eyes the `@jsonforms/material-renderers` can/should be updated with a built-in support for precisely the state/option...

Any ideas on this one? Is this the right repository for this type of issue? I wasn't sure about it because I don't know where the actual minify mistake occurs....

Please note - this issue impacts the ui5 webcomponent react documentation here: Steps: Go to the following storybooks without refreshing the page 1. https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/data-display-table--docs 2. https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/legacy-components-table--docs Actual display: Expected display...