carbon icon indicating copy to clipboard operation
carbon copied to clipboard

fix: switch to onClick from onMouseDown in modal components

Open davidmenendez opened this issue 8 months ago • 6 comments

Closes #16846

switches the outside click detector event in Modal and ComposedModal from onMouseDown to onClick in order to alleviate some strange behaviors noticed with components built on ListBox inside of modal components.

Changelog

Changed

  • switched onMouseDown event to onClick in Modal and ComposedModal

Testing / Reviewing

  • view the steps / description in the issue #16846 and follow the same steps against these changes

davidmenendez avatar Jun 21 '24 19:06 davidmenendez