-
I have separately been developing the `unigame` framework, which carries the "any" aspect of `anyCards` further (basically supporting any game that has players taking turns). This is made possible by…
-
I am using vuejs-dialog in a NUXT project.
My modals are with custom rendering (component).
Here is my setup:
```javascript
// ~/nuxt.config.js
export default {
...
plugins: [
…
-
I am maintaining the Rust wrapper of libui-ng and [one of my users reported](https://github.com/libui-rs/libui/issues/8) that the menu bar items under MacOS (14.3 & 14.5) become _unclickable_ after a …
-
## Bug report
### Current Behavior
1. Open CodeSandbox.
2. Click the Dialog button.
3. The Dialog element will open.
4. Inside the dialog, click the Popover.
5. The Popover will open.
6. Sele…
-
- 質問内容・実現したいこと
編集ボタンをクリックしたら、モーダルが切り替わり、日付や回数、セット数が変更できる。
その変更内容がカレンダーに反映される。
- 現状発生している問題・エラーメッセージ
編集ボタンをクリックしても、モーダルが切り替わらない。
- 該当のソースコード
app/views/calendars/show.html.erb
```
…
-
This is a continuation of #7319.
I request that a `::top-layer` pseudo element is added. As Bramus proposed:
> What if we had a top-layer pseudo element, i.e. ::top-layer? It would be a pseudo-e…
-
Bit of a hard explain, basically the Always On Top setting affects the other smaller menus that disable moving the TAStudio window.
In comparison to BizHawk itself where these Setting menus that susp…
-
In an offline discussion it was mentioned that interest invokers could potentially be used to invoke modal dialogs on hover or focus. While that is not mentioned in the explainer as a use case (my tak…
-
I'm curious to the DOM order of the close button in the ModalBox, and I was hoping this could be a discussion so we could arrive at the best possible modal experience.
Currently, the close button i…
-
### Description
In a recent commit to the new Popover component the host element was set to hidden (see https://github.com/vaadin/web-components/pull/7671), so it will be aligned with other modal-r…