aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/jquery/ocdialog.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-22/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(oc-dialog): Get rid of the overlayJEEEEEEEEEEEEEEEEEEEEEED2024-04-081-1/+1
| | | | | | | | - Icrement Z-index of oc-dialog-dim - Increment z-index of oc-dialog- Insert oc-dialog-dim before oc-dialog Co-authored-by: Co-author RayanBekri <rmt.bekri@gmail.com>" Signed-off-by: JEEEEEEEEEEEEEEEEEEEEEED <118366366+jadjoud@users.noreply.github.com>
* enh(a11y): Add aria-modal to dialogsChristopher Ng2023-07-201-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Trap focus in dialogsChristopher Ng2023-04-241-1/+20
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add label and switch ocdialog close button to button elementChristopher Ng2023-03-061-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Rename a11y helper functionChristopher Ng2022-06-091-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add a11y utility functionChristopher Ng2022-06-091-3/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Activate the primary dialog button on enter if there is a single inputChristopher Ng2022-06-091-0/+15
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use keyboard controls with the action buttonsChristopher Ng2022-06-091-2/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Prevent pressing enter key without control focus from activating the primary ↵Christopher Ng2022-06-091-12/+0
| | | | | | button Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Handle keyboard navigation in the file pickerChristopher Ng2022-06-081-4/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Explicitly close div elementLouis Chemineau2022-04-041-2/+2
| | | | | | Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-3/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/eslint-config and peersJohn Molakvoæ (skjnldsv)2020-07-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-12/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make closing dialogs callback with falseGary Kim2020-06-301-0/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Fix modal support for vue appsJoas Schilling2020-06-151-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-16/+16
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-153/+153
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move jQuery plugins into modules and add them to the bundleChristoph Wurst2019-01-291-0/+270
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>