Piotrek Koszuliński
|
0668ee80d2
Merge branch 'master' into t/ckeditor5/447
|
8 years ago |
Aleksander Nowodzinski
|
7cb292d9c0
Got rid of config.ui.balloonLimiter in. Using ContextualBalloon#positionLimiter instead.
|
8 years ago |
Aleksander Nowodzinski
|
6bad7f5e51
Tests: Updated link tests to make sure ui.balloonLimiter config is used.
|
8 years ago |
Aleksander Nowodzinski
|
a5ab9a4cf3
Merge branch 'master' into t/ckeditor5/447
|
8 years ago |
Piotrek Koszuliński
|
7e8d22ab5f
Code style: Aligned code style to new ESLint version.
|
8 years ago |
Kamil Piechaczek
|
ede05d4c8b
Upgraded tests to the latest Chai and Sinon version.
|
8 years ago |
Aleksander Nowodzinski
|
c45fd8983b
Merge branch 'master' into t/ckeditor5/447
|
8 years ago |
Aleksander Nowodzinski
|
86fe4b7df1
Ensured the Tab key focuses the LinkFormView with the high priority.
|
8 years ago |
Aleksander Nowodzinski
|
45aa7b26c1
Internal: The clickOutsideHandler helper should use mousedown instead of mouseup event (see ckeditor/ckeditor5-ui#281).
|
8 years ago |
Aleksander Nowodzinski
|
061e4f0188
Fix: Unlink button in the balloon should be visible when a link is partially selected. Closes #141.
|
8 years ago |
Oskar Wróbel
|
7a0873fecf
Bound LabeledInputView#isReadOnly to the LinkCommand#isEnabled.
|
8 years ago |
Oskar Wróbel
|
92a1662823
Switched LinkForm to the read-only mode when link and unlink commands are disabled.
|
8 years ago |
Aleksander Nowodzinski
|
71d206e5af
Code refactoring: re–formatted the keystrokes to match the general code–style rules.
|
8 years ago |
Aleksander Nowodzinski
|
b9a0f00b8a
Fix: Keyboard listener should check if the command is enabled before opening the balloon. Closes #128.
|
8 years ago |
Aleksander Nowodzinski
|
4918dd2ce8
Aligned Link package to the synchronous UI API.
|
8 years ago |
Aleksander Nowodzinski
|
f8dcaaec90
Fix: URL input value should not be 'undefined' when no link is selected. Closes #123.
|
8 years ago |
Kamil Piechaczek
|
0a69f62da4
Code style: Switched to ESLint.
|
8 years ago |
Oskar Wróbel
|
dae0b8e937
Merge pull request #122 from ckeditor/t/23
|
8 years ago |
Aleksander Nowodzinski
|
21939d9fd8
Fix: The editing UI should show up when the selection encloses a link. Closes #23.
|
8 years ago |
Aleksander Nowodzinski
|
8e9200acbc
Fix: The URL field's value should be updated each time the form shows up. Closes #78.
|
8 years ago |
Aleksander Nowodzinski
|
6934fcda17
Improved panel behavior upon document#render in certain situations.
|
8 years ago |
Aleksander Nowodzinski
|
6662e6b17e
Tests: Refactoring in Link tests.
|
8 years ago |
Aleksander Nowodzinski
|
7c2d98f83b
Fix: Link balloon should update its position upon external document changes. Closes #113.
|
8 years ago |
Oskar Wróbel
|
e86b105b72
Fix: Link balloon should hide unlink button when creating a link. Closes #53.
|
8 years ago |
Aleksander Nowodzinski
|
92fdece505
Fix: Link balloon should hide unlink button when creating a link. Closes #53.
|
8 years ago |
Oskar Wróbel
|
07012a7376
Added test case checking link and focus tracker integration.
|
8 years ago |
Aleksander Nowodzinski
|
e899bb932b
Tests: Removed obsolete Link Plugin test (already tested by ContextualBalloon).
|
8 years ago |
Aleksander Nowodzinski
|
f1623d2154
Tests: Clean up DOM after test execution.
|
8 years ago |
Aleksander Nowodzinski
|
f19e7c26e8
Made Link Plugin's #showPanel and #hidePanel methods @protected.
|
8 years ago |
Aleksander Nowodzinski
|
39fa983867
Tests: Refactoring in Link tests.
|
8 years ago |