open-ui icon indicating copy to clipboard operation
open-ui copied to clipboard

Maintain an open standard for UI and promote its adherence and adoption.

Results 287 open-ui issues
Sort by recently updated
recently updated
newest added

Currently there is 1. Move the pop-up to the top layer, and remove the UA display:none style. 2. Fire the show event, synchronously. I'd expect show event to be cancelable...

popup

The explainer currently [says this](https://github.com/openui/open-ui/blob/main/research/src/pages/popup/popup.research.explainer.mdx#classes-of-ui---dismiss-behavior-and-interactions) about the behavior for `popup=hint` (which I'll call "tooltips" for clarity): > Hint/Tooltip (popup=hint) > - When opened, force-closes only other hints, but leaves all...

popup

Chrome 103.0.5060.114 When an option is "selected" using the "selected" attribute, shouldn't the style of that option supersede the style of the select ? Use case: colours set on select...

stale
select-v2

The CSSWG is discussing adding a pseudo-class (or pseudo-classes) to let authors select and apply styling to an input where the user has changed its value. https://github.com/w3c/csswg-drafts/issues/1533 I searched this...

CSSWG

A goal of `` is that it is accessible by default. The way this will be achieved is that when an author provides their own instances of the ``'s predefined...

select
agenda+
needs edits

markup 'selected' attribute and option element as code

Mixing sync and async event dispatch is error prone. If one removes a popup from dom (that triggers async hide) and then adds it back and opens the popup, there...

popup

I don't know if this is a spec bug or implementation bug? ![1](https://user-images.githubusercontent.com/1276859/183237755-7c29a896-2bbb-4958-b03b-ffc2eb7701d3.gif) ``` 按钮1 弹窗1 按钮2 弹窗2 .popup { width: 100px; height: 100px; display: grid; place-content: center; position: absolute;...

popup

Filter logic optimization

_NOTE: this issue was originally written when the popup proposal still included a `` element. It has since been edited, but there may be some inconsistencies_ ## The problem The...

popup