Koen Punt

Results 284 comments of Koen Punt

I've created a sample application, but upon creating that I think the issue might be with Spring's overall CORS implementation, and not specific to Spring GraphQL; https://github.com/koenpunt/graphiql-cors-example If you build...

I think the issue might not be isolated to CORS, but with how spring builds urls in general, or how that has changed when upgrading from spring-boot 2.7 to 3.0....

Setting the strategy has no effect, but defining a bean for `ForwardedHeaderTransformer` correctly processes the forwarded headers. This, however, also removes the headers, causing issues with a scenario where we...

We're already on Boot 3.0.4 with Framework 6.0.6, so I guess the regression isn't completely resolved then?

@rstoyanchev I'm not sure what's next; was you comment a confirmation about the bug still existing and that it should be fixed, or would this be an issue on our...

Hm, did not yet try it with a parent which has the width set to a percentage.

Thanks! Looks fine to me. @pfiller or @stof got anything to say about this?

I've rebased on latest master and checked for chzn => chosen changes, so things should be good now

`chosen:reset` is now `chosen:deselect` and I've updated the options page with the new events.