-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dialogs system implementation #15285
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d33a7f8 - Browse repository at this point
Copy the full SHA d33a7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f8095 - Browse repository at this point
Copy the full SHA f2f8095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 156d8a8 - Browse repository at this point
Copy the full SHA 156d8a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ead72f - Browse repository at this point
Copy the full SHA 0ead72fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e62786 - Browse repository at this point
Copy the full SHA 2e62786View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13bbe25 - Browse repository at this point
Copy the full SHA 13bbe25View commit details -
Code refactoring: Split the modal plugin into a plugin and separate v…
…iews. Brought support for focus cycling integration with child views.
Configuration menu - View commit details
-
Copy full SHA for 47057f9 - Browse repository at this point
Copy the full SHA 47057f9View commit details -
Integrated find and replace, media embed, source editing, and special…
… characters with in-modal focus tracking.
Configuration menu - View commit details
-
Copy full SHA for c9a4615 - Browse repository at this point
Copy the full SHA c9a4615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd180c - Browse repository at this point
Copy the full SHA 1fd180cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2c8ac - Browse repository at this point
Copy the full SHA ac2c8acView commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c531114 - Browse repository at this point
Copy the full SHA c531114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc7b07 - Browse repository at this point
Copy the full SHA 2fc7b07View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a22131 - Browse repository at this point
Copy the full SHA 0a22131View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb1f1f - Browse repository at this point
Copy the full SHA eeb1f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 962e7ef - Browse repository at this point
Copy the full SHA 962e7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5c4e0 - Browse repository at this point
Copy the full SHA 6d5c4e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e5d75 - Browse repository at this point
Copy the full SHA 51e5d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4938fc6 - Browse repository at this point
Copy the full SHA 4938fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e03dcf - Browse repository at this point
Copy the full SHA 7e03dcfView commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7de287 - Browse repository at this point
Copy the full SHA a7de287View commit details -
Decoupled the dialog drag logic and the dialog header logic. Made the…
… entire Dialog a DraggableView. Improved performance of the DraggableViewMixin.
Configuration menu - View commit details
-
Copy full SHA for 59c92a6 - Browse repository at this point
Copy the full SHA 59c92a6View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1ac32c - Browse repository at this point
Copy the full SHA d1ac32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 674cfac - Browse repository at this point
Copy the full SHA 674cfacView commit details -
Configuration menu - View commit details
-
Copy full SHA for f332880 - Browse repository at this point
Copy the full SHA f332880View commit details -
Added extra configuration options to Dialog#show() to improve the DX …
…and simplify dialog creation for most integrators.
Configuration menu - View commit details
-
Copy full SHA for a227ec2 - Browse repository at this point
Copy the full SHA a227ec2View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 458523b - Browse repository at this point
Copy the full SHA 458523bView commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28feff6 - Browse repository at this point
Copy the full SHA 28feff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54a12dc - Browse repository at this point
Copy the full SHA 54a12dcView commit details
Commits on Nov 16, 2023
-
Integrated the ClassicEditor's sticky panel with the Dialog system to…
… ensure dialogs don't obscure the panel if not positioned manually.
Configuration menu - View commit details
-
Copy full SHA for ae9a20b - Browse repository at this point
Copy the full SHA ae9a20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8a7c0 - Browse repository at this point
Copy the full SHA 4a8a7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 770a728 - Browse repository at this point
Copy the full SHA 770a728View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d553c - Browse repository at this point
Copy the full SHA d4d553cView commit details
Commits on Nov 17, 2023
-
Made focus cycling in various dialogs easier by moving the generic in…
…tegration code to the DialogView class.
Configuration menu - View commit details
-
Copy full SHA for 4cf6f39 - Browse repository at this point
Copy the full SHA 4cf6f39View commit details -
Used the CSS visibility property instead of an absolute position to p…
…re-render the dialog before it gets displayed to avoid uncontrolled viewport movement on iOS.
Configuration menu - View commit details
-
Copy full SHA for 7120447 - Browse repository at this point
Copy the full SHA 7120447View commit details -
Merge pull request #15348 from ckeditor/ck/14973-dialogs-initial-posi…
…tion Internal (ui): Implemented configurable initial dialog positions. Constrained dialog positions (and drag&drop) to the viewport.
Configuration menu - View commit details
-
Copy full SHA for 106b512 - Browse repository at this point
Copy the full SHA 106b512View commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f73e41 - Browse repository at this point
Copy the full SHA 7f73e41View commit details -
Merge pull request #15369 from ckeditor/ck/14973-dialogs-easier-focus…
…-cycling Internal (ui): Made focus cycling in various dialogs easier by moving the generic integration code to the DialogView class.
Configuration menu - View commit details
-
Copy full SHA for 57c30ba - Browse repository at this point
Copy the full SHA 57c30baView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c9b3e1 - Browse repository at this point
Copy the full SHA 2c9b3e1View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbc8f1b - Browse repository at this point
Copy the full SHA fbc8f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db4fe3 - Browse repository at this point
Copy the full SHA 8db4fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 360b197 - Browse repository at this point
Copy the full SHA 360b197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f42e0e - Browse repository at this point
Copy the full SHA 3f42e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a84e00 - Browse repository at this point
Copy the full SHA 9a84e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 017f080 - Browse repository at this point
Copy the full SHA 017f080View commit details -
Configuration menu - View commit details
-
Copy full SHA for c54a4b2 - Browse repository at this point
Copy the full SHA c54a4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe515b - Browse repository at this point
Copy the full SHA 1fe515bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51062c4 - Browse repository at this point
Copy the full SHA 51062c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11de6a5 - Browse repository at this point
Copy the full SHA 11de6a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe9362 - Browse repository at this point
Copy the full SHA dbe9362View commit details -
Configuration menu - View commit details
-
Copy full SHA for f645209 - Browse repository at this point
Copy the full SHA f645209View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bfaf51 - Browse repository at this point
Copy the full SHA 1bfaf51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e94152 - Browse repository at this point
Copy the full SHA 1e94152View commit details -
Configuration menu - View commit details
-
Copy full SHA for eab853f - Browse repository at this point
Copy the full SHA eab853fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bebd50a - Browse repository at this point
Copy the full SHA bebd50aView commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5b6af8 - Browse repository at this point
Copy the full SHA c5b6af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0022b - Browse repository at this point
Copy the full SHA 9b0022bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4918e3 - Browse repository at this point
Copy the full SHA d4918e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4832012 - Browse repository at this point
Copy the full SHA 4832012View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2049a27 - Browse repository at this point
Copy the full SHA 2049a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for fba4be2 - Browse repository at this point
Copy the full SHA fba4be2View commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 99a30af - Browse repository at this point
Copy the full SHA 99a30afView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9de8a2 - Browse repository at this point
Copy the full SHA d9de8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63bf891 - Browse repository at this point
Copy the full SHA 63bf891View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f63a2a - Browse repository at this point
Copy the full SHA 3f63a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9261be3 - Browse repository at this point
Copy the full SHA 9261be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 901d00c - Browse repository at this point
Copy the full SHA 901d00cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1503736 - Browse repository at this point
Copy the full SHA 1503736View commit details -
Used a static refence to the Dialog plugin to manage dialog interacti…
…ons between multiple editors. Ensured the view injected into a dialog survives dialog destruction process (re-usablity). Streamlined focus tracking in a dialog.
Configuration menu - View commit details
-
Copy full SHA for b8329df - Browse repository at this point
Copy the full SHA b8329dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad356e2 - Browse repository at this point
Copy the full SHA ad356e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for adc53fc - Browse repository at this point
Copy the full SHA adc53fcView commit details
Commits on Nov 28, 2023
-
Ensured the dialog view is removed from the body collection and the g…
…lobal focus tracker when it gets hidden.
Configuration menu - View commit details
-
Copy full SHA for 5682e27 - Browse repository at this point
Copy the full SHA 5682e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6991ebf - Browse repository at this point
Copy the full SHA 6991ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c5bc9 - Browse repository at this point
Copy the full SHA 66c5bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1b140 - Browse repository at this point
Copy the full SHA 5c1b140View commit details -
Merge pull request #15417 from ckeditor/ck/dialogs-single-instance
Internal (ui): One dialog instance across all the editor instances. Introduced `isOn` state for the find and replace button. Destroy and recreate the `DialogView` instead of resetting it. Improvements to focus tracking. Code refactoring.
Configuration menu - View commit details
-
Copy full SHA for e874486 - Browse repository at this point
Copy the full SHA e874486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04030c8 - Browse repository at this point
Copy the full SHA 04030c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a3245 - Browse repository at this point
Copy the full SHA 23a3245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 601d99c - Browse repository at this point
Copy the full SHA 601d99cView commit details -
Moved the dialog and multi-root integration to the Dialog and built i…
…t on top of differ to avoid a direct coupling with MultiRootEditor.
Configuration menu - View commit details
-
Copy full SHA for cc3169d - Browse repository at this point
Copy the full SHA cc3169dView commit details -
Merge pull request #15421 from ckeditor/ck/dialogs-multiroot
Internal (ui): Added the smooth integration between dialogs and multi-root editor (including root attaching/detaching).
Configuration menu - View commit details
-
Copy full SHA for 479d323 - Browse repository at this point
Copy the full SHA 479d323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b184d - Browse repository at this point
Copy the full SHA 98b184dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d139dda - Browse repository at this point
Copy the full SHA d139ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e51f8d - Browse repository at this point
Copy the full SHA 2e51f8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e6d10 - Browse repository at this point
Copy the full SHA b2e6d10View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da96e0d - Browse repository at this point
Copy the full SHA da96e0dView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c45d311 - Browse repository at this point
Copy the full SHA c45d311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46cd4d8 - Browse repository at this point
Copy the full SHA 46cd4d8View commit details -
Tests: Added tests for the integration between the Dialog plugin and …
…ClassicEditor's sticky panel (toolbar).
Configuration menu - View commit details
-
Copy full SHA for 230417d - Browse repository at this point
Copy the full SHA 230417dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7287369 - Browse repository at this point
Copy the full SHA 7287369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b03c0 - Browse repository at this point
Copy the full SHA 39b03c0View commit details -
Tests: Updated StickyPanelView after StickyPanelView#_contentPanel be…
…came StickyPanelView#contentPanelElement.
Configuration menu - View commit details
-
Copy full SHA for cf4c647 - Browse repository at this point
Copy the full SHA cf4c647View commit details -
Configuration menu - View commit details
-
Copy full SHA for abdf143 - Browse repository at this point
Copy the full SHA abdf143View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3bf160 - Browse repository at this point
Copy the full SHA a3bf160View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed28362 - Browse repository at this point
Copy the full SHA ed28362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 201e66a - Browse repository at this point
Copy the full SHA 201e66aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac7aee - Browse repository at this point
Copy the full SHA 6ac7aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a28dbd2 - Browse repository at this point
Copy the full SHA a28dbd2View commit details -
Merge pull request #15438 from ckeditor/ck/14973-dialogs-unit-tests
Tests (ui): Added unit tests for the dialogs system.
Configuration menu - View commit details
-
Copy full SHA for 3765442 - Browse repository at this point
Copy the full SHA 3765442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ad3ba - Browse repository at this point
Copy the full SHA 10ad3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b38d02b - Browse repository at this point
Copy the full SHA b38d02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82bfba5 - Browse repository at this point
Copy the full SHA 82bfba5View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b012363 - Browse repository at this point
Copy the full SHA b012363View commit details -
Configuration menu - View commit details
-
Copy full SHA for b814ac5 - Browse repository at this point
Copy the full SHA b814ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for da22b28 - Browse repository at this point
Copy the full SHA da22b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5897d1 - Browse repository at this point
Copy the full SHA e5897d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26778f8 - Browse repository at this point
Copy the full SHA 26778f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 885b958 - Browse repository at this point
Copy the full SHA 885b958View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8214f - Browse repository at this point
Copy the full SHA db8214fView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e438066 - Browse repository at this point
Copy the full SHA e438066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317602d - Browse repository at this point
Copy the full SHA 317602dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d812a - Browse repository at this point
Copy the full SHA 19d812aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fc29e - Browse repository at this point
Copy the full SHA e0fc29eView commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a270e56 - Browse repository at this point
Copy the full SHA a270e56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929ff29 - Browse repository at this point
Copy the full SHA 929ff29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 519bdf6 - Browse repository at this point
Copy the full SHA 519bdf6View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6cc4475 - Browse repository at this point
Copy the full SHA 6cc4475View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d360f1 - Browse repository at this point
Copy the full SHA 8d360f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad0943 - Browse repository at this point
Copy the full SHA 5ad0943View commit details -
Merge pull request #15441 from ckeditor/ck/14973-dialogs-tooltip-visi…
…bility Internal (ui): Increased tooltips' `z-index` to make them visible over the dialog element.
Configuration menu - View commit details
-
Copy full SHA for 3fd8384 - Browse repository at this point
Copy the full SHA 3fd8384View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47b89f - Browse repository at this point
Copy the full SHA f47b89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9e0d0 - Browse repository at this point
Copy the full SHA 8b9e0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b268972 - Browse repository at this point
Copy the full SHA b268972View commit details -
Enabled styles in the find and replace form view styles that were mis…
…sing a parent selector.
Configuration menu - View commit details
-
Copy full SHA for 9f0f8c3 - Browse repository at this point
Copy the full SHA 9f0f8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61cf38b - Browse repository at this point
Copy the full SHA 61cf38bView commit details -
Deferred FindAndReplaceFormView creation to the moment the dialog is …
…about to show up.
Configuration menu - View commit details
-
Copy full SHA for b47f62b - Browse repository at this point
Copy the full SHA b47f62bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 737d850 - Browse repository at this point
Copy the full SHA 737d850View commit details -
Tests: Added a test that asserts deferred form creation with in-dialo…
…g configuration.
Configuration menu - View commit details
-
Copy full SHA for 2d1a2d7 - Browse repository at this point
Copy the full SHA 2d1a2d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a034999 - Browse repository at this point
Copy the full SHA a034999View commit details -
Configuration menu - View commit details
-
Copy full SHA for c668829 - Browse repository at this point
Copy the full SHA c668829View commit details -
Configuration menu - View commit details
-
Copy full SHA for d62ea90 - Browse repository at this point
Copy the full SHA d62ea90View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac16fb1 - Browse repository at this point
Copy the full SHA ac16fb1View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e42a71 - Browse repository at this point
Copy the full SHA 8e42a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f504f - Browse repository at this point
Copy the full SHA 02f504fView commit details -
Merge pull request #15457 from ckeditor/ck/14973-dialogs-f&r-redesigned
Internal (find-and-replace): Changed the layout of the view. Unified the layout for use in dropdowns and dialogs.
Configuration menu - View commit details
-
Copy full SHA for dc47ad7 - Browse repository at this point
Copy the full SHA dc47ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5e7f0f - Browse repository at this point
Copy the full SHA b5e7f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 862eb42 - Browse repository at this point
Copy the full SHA 862eb42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3afd6ba - Browse repository at this point
Copy the full SHA 3afd6baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 141df67 - Browse repository at this point
Copy the full SHA 141df67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ec624 - Browse repository at this point
Copy the full SHA 34ec624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855458a - Browse repository at this point
Copy the full SHA 855458aView commit details
Commits on Dec 13, 2023
-
Merge pull request #15496 from ckeditor/ck/14973-dialogs-fix-ci
Internal (list): Fixed failing test.
Configuration menu - View commit details
-
Copy full SHA for cdd0eb0 - Browse repository at this point
Copy the full SHA cdd0eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 143e2d5 - Browse repository at this point
Copy the full SHA 143e2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf59b1c - Browse repository at this point
Copy the full SHA bf59b1cView commit details -
Merge pull request #15497 from ckeditor/ck/14973-dialogs-oncreate
Internal (ui): Add the `onCreate()` callback to the definition of the dialog action buttons.
Configuration menu - View commit details
-
Copy full SHA for d6662a8 - Browse repository at this point
Copy the full SHA d6662a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2f63e - Browse repository at this point
Copy the full SHA 7c2f63eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a74c10a - Browse repository at this point
Copy the full SHA a74c10aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c4303 - Browse repository at this point
Copy the full SHA 11c4303View commit details -
Extracted several dialog CSS property values to custom properties to …
…allow for easier customization.
Configuration menu - View commit details
-
Copy full SHA for c968fe5 - Browse repository at this point
Copy the full SHA c968fe5View commit details -
Merge pull request #15498 from ckeditor/ck/14973-dialogs-lark-theme
Internal (ui,theme-lark): Split dialog styles into proper files in proper directories.
Configuration menu - View commit details
-
Copy full SHA for e6540de - Browse repository at this point
Copy the full SHA e6540deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a2b17 - Browse repository at this point
Copy the full SHA f6a2b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1529da3 - Browse repository at this point
Copy the full SHA 1529da3View commit details -
Merge pull request #15481 from ckeditor/ck/14973-dialogs-a11y
Internal (ui): Improved dialogs accessibility.
Configuration menu - View commit details
-
Copy full SHA for 2075d07 - Browse repository at this point
Copy the full SHA 2075d07View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 094ba34 - Browse repository at this point
Copy the full SHA 094ba34View commit details
Commits on Dec 15, 2023
-
Improved TextareaView by making it update its size if its value has b…
…een change while it was invisible. Do not update DialogView's position when it is invisible.
Configuration menu - View commit details
-
Copy full SHA for 9f0614c - Browse repository at this point
Copy the full SHA 9f0614cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c0dcc - Browse repository at this point
Copy the full SHA f3c0dccView commit details -
Merge branch 'ck/14973-dialogs' into ck/14973-dialogs-improved-textar…
…ea-and-dialogview
Configuration menu - View commit details
-
Copy full SHA for 1762466 - Browse repository at this point
Copy the full SHA 1762466View commit details -
Used ResizeObserver because IntersectionObserver is acting up when it…
… comes to absolutely positioned elements.
Configuration menu - View commit details
-
Copy full SHA for 8839b41 - Browse repository at this point
Copy the full SHA 8839b41View commit details -
Merge pull request #15538 from ckeditor/ck/14973-dialogs-improved-tex…
…tarea-and-dialogview Internal (ui): Improved TextareaView by making it update its size if its value has been changed while it was invisible. Do not update DialogView's position while it stays invisible.
Configuration menu - View commit details
-
Copy full SHA for d707467 - Browse repository at this point
Copy the full SHA d707467View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8147595 - Browse repository at this point
Copy the full SHA 8147595View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10ae87 - Browse repository at this point
Copy the full SHA b10ae87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ea9fd - Browse repository at this point
Copy the full SHA 06ea9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b89d7b - Browse repository at this point
Copy the full SHA 7b89d7bView commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68fdd62 - Browse repository at this point
Copy the full SHA 68fdd62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57791df - Browse repository at this point
Copy the full SHA 57791dfView commit details
Commits on Dec 20, 2023
-
Merge pull request #15552 from ckeditor/ck/14973-dialogs-unify-headers
Internal (ui): Unified `FormHeaderView` height across features.
Configuration menu - View commit details
-
Copy full SHA for d5ee1d1 - Browse repository at this point
Copy the full SHA d5ee1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e4395a - Browse repository at this point
Copy the full SHA 7e4395aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3423ef8 - Browse repository at this point
Copy the full SHA 3423ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb3a205 - Browse repository at this point
Copy the full SHA eb3a205View commit details -
Tests: Added a dialog integration unit test. Code refactoring: wrappe…
…d dialog integration tests into a category.
Configuration menu - View commit details
-
Copy full SHA for 070b070 - Browse repository at this point
Copy the full SHA 070b070View commit details -
Merge pull request #15566 from ckeditor/ck/14973-dialogs-source-mode-v2
Internal (source-editing): Hide the visible dialog when switching to the source editing mode.
Configuration menu - View commit details
-
Copy full SHA for f4c7f3f - Browse repository at this point
Copy the full SHA f4c7f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b379cdb - Browse repository at this point
Copy the full SHA b379cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f676220 - Browse repository at this point
Copy the full SHA f676220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4117568 - Browse repository at this point
Copy the full SHA 4117568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a29007 - Browse repository at this point
Copy the full SHA 1a29007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a98e20 - Browse repository at this point
Copy the full SHA 7a98e20View commit details -
Merge pull request #15553 from ckeditor/ck/14973-dialogs-proper-keyst…
…rokes Internal (find-and-replace): Changed the handling of the Ctrl/Cmd+F keystroke so it never closes the dialog.
Configuration menu - View commit details
-
Copy full SHA for ffe9d0b - Browse repository at this point
Copy the full SHA ffe9d0bView commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b39b993 - Browse repository at this point
Copy the full SHA b39b993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34bd7de - Browse repository at this point
Copy the full SHA 34bd7deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce2da1 - Browse repository at this point
Copy the full SHA 8ce2da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e8175 - Browse repository at this point
Copy the full SHA f3e8175View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9de3f1 - Browse repository at this point
Copy the full SHA e9de3f1View commit details
Commits on Dec 22, 2023
-
Merge pull request #15577 from ckeditor/ck/14973-dialogs-optional-close
Internal (ui): Made the `close` button in the header optional. Added the `source` information to the `DialogViewCloseEvent`.
Configuration menu - View commit details
-
Copy full SHA for d556b9b - Browse repository at this point
Copy the full SHA d556b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb0e7f - Browse repository at this point
Copy the full SHA eeb0e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d6f24a - Browse repository at this point
Copy the full SHA 9d6f24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dee7bfd - Browse repository at this point
Copy the full SHA dee7bfdView commit details -
Merge pull request #15587 from ckeditor/ck/14973-dialogs-safari-resur…
…rection Internal (ui): Fixed quirks related to `TouchEvent` being unsupported by desktop Safari.
Configuration menu - View commit details
-
Copy full SHA for aa1627c - Browse repository at this point
Copy the full SHA aa1627cView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69c5d6b - Browse repository at this point
Copy the full SHA 69c5d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c05756 - Browse repository at this point
Copy the full SHA 5c05756View commit details
Commits on Jan 3, 2024
-
Merge pull request #15614 from ckeditor/ck/14973-dialogs-cycling-fix
Internal (ui): Fixed tab key cycling in a dialog that only has action buttons (no close button).
Configuration menu - View commit details
-
Copy full SHA for d577c13 - Browse repository at this point
Copy the full SHA d577c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for d84499e - Browse repository at this point
Copy the full SHA d84499eView commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0860906 - Browse repository at this point
Copy the full SHA 0860906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 430e86a - Browse repository at this point
Copy the full SHA 430e86aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a702c - Browse repository at this point
Copy the full SHA f0a702cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc7226 - Browse repository at this point
Copy the full SHA ddc7226View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93f5fad - Browse repository at this point
Copy the full SHA 93f5fadView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 607b2ad - Browse repository at this point
Copy the full SHA 607b2adView commit details -
Docs: Migrated enums to JS objects for Umberto compatibility. Extende…
…d dialog API docs.
Configuration menu - View commit details
-
Copy full SHA for 4c7259c - Browse repository at this point
Copy the full SHA 4c7259cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c35d6f - Browse repository at this point
Copy the full SHA 6c35d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eff91c8 - Browse repository at this point
Copy the full SHA eff91c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d6a26 - Browse repository at this point
Copy the full SHA 15d6a26View commit details -
Merge pull request #15632 from ckeditor/ck/15631-unified-focuscycler-…
…collection Other (ui): `FocusCycler`'s `#focusables` collection should only contain `FocusableView` instances. Closes #14973. MINOR BREAKING CHANGE (ui): The view collection `focusables` required by [`FocusCycler#constructor()`](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_focuscycler-FocusCycler.html#function-constructor) must only contain views implementing the [`FocusableView`](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_focuscycler-FocusableView.html) interface. Failing to do so will result in a TypeScript error. If your custom code creates `FocusCycler` instances, please make sure that all views passed in `focusables` implement the `focus()` method.
Configuration menu - View commit details
-
Copy full SHA for bd80b20 - Browse repository at this point
Copy the full SHA bd80b20View commit details -
FocusCycler's #next and #previous should point to the same view even …
…if that's the only focusable view (#15623) Internal (ui): `FocusCycler#next` and `#previous` should point to the same view even if that's the only focusable view to allow for easier nested cyclers' integration. Previously they were set to `null`.
Configuration menu - View commit details
-
Copy full SHA for 932712a - Browse repository at this point
Copy the full SHA 932712aView commit details
Commits on Jan 9, 2024
-
Update packages/ckeditor5-ui/src/dialog/dialog.ts
Co-authored-by: Szymon Cofalik <s.cofalik@cksource.com>
Configuration menu - View commit details
-
Copy full SHA for 802c234 - Browse repository at this point
Copy the full SHA 802c234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4420a2a - Browse repository at this point
Copy the full SHA 4420a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d552d3 - Browse repository at this point
Copy the full SHA 2d552d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 142e50b - Browse repository at this point
Copy the full SHA 142e50bView commit details