-
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
1 parent
4b03576
commit b3f3940
Showing
2 changed files
with
8 additions
and
8 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
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,17 +1,17 @@ | ||
@bender-tags: 4.9.0, bug, 1348 | ||
@bender-tags: 4.9.1, bug, 1348 | ||
@bender-ui: collapsed | ||
@bender-ckeditor-plugins: wysiwygarea, sourcearea, toolbar, image2, link, undo | ||
@bender-ckeditor-plugins: wysiwygarea, toolbar, image2 | ||
|
||
1. Double click on the image to popup dialog. | ||
2. Change url of the image to `/tests//_assets/lena.jpg`. | ||
3. Ensure that the image is locked. | ||
1. Double click on the image to open dialog. | ||
2. Change url of the image to `/tests/_assets/lena.jpg`. | ||
3. Ensure that image aspect ratio is locked. | ||
4. Change `width` to `400`. | ||
5. Click `OK` button. | ||
|
||
## Expected | ||
|
||
The image has preserved aspect ratio. | ||
The inserted image has preserved aspect ratio. | ||
|
||
## Unexpected | ||
|
||
The image is streched, aspect ratio is not preserved. | ||
The inserted image has is streched, aspect ratio is not preserved. |