egui-modal icon indicating copy to clipboard operation
egui-modal copied to clipboard

Focus is not bounded in modal window

Open SDesya74 opened this issue 2 years ago • 3 comments

When a modal window is open, the user should not be able to interact with elements outside of this window.

Reproducing:

  • cargo run --example example
  • Open modal
  • Use tab key to change focus

SDesya74 avatar Jan 16 '23 12:01 SDesya74