david

Results 7 comments of david

Until the Anchor API gets major browser support ( https://caniuse.com/css-anchor-positioning ), there is no good way to position a native HTML popover without JavaScript. The current implementation does not work...

I think this issue was solved in this webkit commit. https://github.com/WebKit/WebKit/commit/0db60d2b4123e101f8d16f925634f6226f7daaae It is not currently in the Safari technology preview, but it is a webkit issue, not a react ui...

Unfortunately only changes made until April 19th have made it into the Safari Technology Preview. The next release will be in 2 weeks.

This is fixed in Safari Technology Preview 219. iOS 18.5 and macOS 15.5 also released, but they do not contain the fix.

npm start in RUI will output react-ui.development.js, but in the package.json the entrypoint is defined as dist/react-ui.js. This means that no change will be reflected. I can't think of another...

Could not come up with anything, even if the files for dev and prod would be the same, I still couldn't make webpack reload on react-ui change. I don't feel...