stable

Clone or download

Read-only

fix request #32310 Improve Lazybox click event handling

How to test: - In tlp-doc, click on the second lazybox to open its dropdown. Then, click on the first lazybox to open its dropdown. Only the first dropdown should be open, the second one should be closed. - When you click inside the dropdown, for example on a section title, the dropdown stays open. - If you open the second dropdown and click on the "clear selection button" of the first lazybox, it should close the second dropdown. Change-Id: I9cda9a0bc65ce6ab83b249224945b3a2aa0b179b

Modified Files

Name
M lib/frontend/lazybox/src/LazyboxElement.test.ts +19 −19 Go to diff View file
M lib/frontend/lazybox/src/LazyboxElement.ts +9 −8 Go to diff View file
M lib/frontend/lazybox/src/selection/ClearSelectionTemplate.ts +1 −2 Go to diff View file