Stefan Puchta

Results 16 comments of Stefan Puchta

@Westbrook I have restructured the demo to create that error: https://studio.webcomponents.dev/edit/rjLEOAa2OyhLlWzxllP9 The difference is that we are currently using a real `` which creates the error. I have seen that...

@hunterloftis Yes this seems a great approach, thx for pointing me to this.

I am still unsure, if the tooltip should show after closing ActionMenu and _not_ hovering the ActionMenu. Imho tooltip should only be shown when a user hovers over ActionMenu and...

Did you try listen to `dblclick` event to avoid timers here?

lots of good stuff here. Can we add a storybook use case for providing a defaultValue via slider attribute? Also can we add a test, that compares the (provided from...

If it's not clear whether Escape or Enter or any other key might be used I vote for skipping it now and update later. If we decide to use Escape...

@TarunAdobe Agree, stop the bubbling isn't a good idea, so feel free to follow a11y suggestions, what key to use. I'd really appreciate a separate property/attribute `default-value` to be set...

looks good to me so far - one question: If the slider is part of an overlaid popover or modal dialog and we want to leverage a default-value: If the...

As another requirement: the double click to `default-value` use case should also work for editable sliders, as most of our use cases have editable versions and need that feature working...

It would be even better if tooltip hides when user moves mouse out of button over tooltip - as it logically shouldn't trigger any pointerover or hover events when the...