-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
@bender-ui: collapsed | ||
@bender-tags: 4.8.0, feature, inlinetoolbar | ||
@bender-ckeditor-plugins: wysiwygarea, toolbar, undo, basicstyles, floatingspace, inlinetoolbar, sourcearea, list, link, elementspath, language,stylescombo, image | ||
@bender-tags: 4.8.0, feature, inlinetoolbar, 933 | ||
@bender-ckeditor-plugins: wysiwygarea, toolbar, undo, basicstyles, floatingspace, inlinetoolbar, sourcearea, list, link, elementspath, image | ||
|
||
## Complex Context Sample | ||
|
||
There are several inline toolbar listeners (from highest priority): | ||
|
||
1. `strong;em` selection should show `Bold,Underline` buttons. | ||
1. `a[href];img[*]` selection should show `Link,Unlink` buttons. | ||
1. `strong, em` selection should show `Bold,Underline` buttons. | ||
1. `a[href], img` selection should show `Link,Unlink` buttons. | ||
1. `li[*]` selection should show `BulletedList,NumberedList` buttons. | ||
|
||
### Sample Test Case | ||
|
||
1. Click inside bold text in a list. | ||
1. Click inside of bold text in a list. | ||
|
||
#### Expected | ||
|
||
Toolbar with `Bold,Underline` is shown, as it has higher priority. | ||
Toolbar with `Bold,Underline` buttons is shown, as it has higher priority. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters