Commit Graph

19 Commits (66ccb4f41c4d77d8dbfdd41fdc0c6bb26b0cf145)

Author SHA1 Message Date
tugcekucukoglu 4991b82e00 Fixed #7316 2025-02-25 11:05:59 +03:00
Mehdi Rande f6293cf4f5 Fix: Trigger outsideClickListener in capture phase to handle stopPropagation
This commit addresses the issue where the overlay in components does not hide
when clicking outside the component, if the click event is stopped using
stopPropagation on an element or its parents.

The solution changes the event listener for detecting outside clicks to be
triggered in the capture phase instead of the bubbling phase.
This ensures that the outside click is correctly detected even if
stopPropagation is called.
2025-02-11 18:34:43 +01:00
Mert Sincan 9ac4c5a07f fix: update '@primeuix/styles' imports to use 'style' instead of 'theme' across multiple components 2025-01-28 12:37:54 +00:00
tugcekucukoglu 4852576beb Fixed #7153 - Port all styles to @primeuix/styles 2025-01-27 14:52:25 +03:00
Tuğçe Küçükoğlu 2780f5a568
Merge pull request #6591 from KumJungMin/fix/issue-6525
fix(ConfirmPopup): set this.target to document.activeElement when this.target is empty
2024-11-13 10:47:43 +03:00
tugcekucukoglu d00b7599cc Refactor #6681 - For ConfirmPopup 2024-10-30 12:20:03 +03:00
KumJungMin 2b195ff849 fix: set this.target to document.activeElement when this.target is empty 2024-10-16 21:45:16 +09:00
崮生 1500542e62
fix: #5903 (#6088)
* fix: #5903

* renaming GlobalComponentConstructor https://github.com/primefaces/primevue/pull/6088#issuecomment-2374917228

* Delete package-lock.json

* Update how component types are defined
2024-10-09 09:04:31 +01:00
uros 0402704c18 - fix: use focus instead of DomHandler.focus 2024-08-01 23:35:51 +02:00
Tuğçe Küçükoğlu e70a844997
Merge pull request #6142 from clemvnt/fix/dialog-focus
Dialog: Cherry pick 're-focus original element on close' fix to v4
2024-08-01 15:22:32 +03:00
Tuğçe Küçükoğlu 07b9211927
Merge pull request #5975 from ajm13/fix-overlay-arrow
Fix positioning of overlay arrows
2024-08-01 14:24:25 +03:00
clemvnt e3a52f689e cherry pick 2024-07-29 22:11:41 +02:00
tugcekucukoglu 573c04179e Refactor #6075 2024-07-26 12:23:04 +03:00
Mike Kutnik 3851e6f06a fix: missing default labels in ConfirmDialog and ConfirmPopup 2024-07-17 14:24:49 +02:00
Alex McNerney 2a4625780a
Fix positioning of overlay arrows 2024-06-26 20:11:44 -07:00
Mert Sincan 796edf4c11 Fixed #5968 - Improve utils methods in all packages 2024-06-26 08:46:26 +01:00
Mert Sincan 2fdfe2f13e Fixed #5898 - Themes are installed by the wrong package 2024-06-15 07:14:31 +01:00
Mert Sincan f02874cc18 Refactor on d.ts 2024-06-12 00:08:08 +01:00
Mert Sincan 61929eae75 Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00