Opened 22 months ago
Last modified 6 months ago
#18184 assigned defect (bug)
Wrong area is cropped when using arrow keys to adjust the position of the crop box
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Media | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
When using the crop tool to modify an image, if you select an area and then use the arrow keys to move it around, when you click on the crop button, the wrong area has been cropped. If you do the same thing using the mouse to move the crop box, it works well.
Attachments (1)
Change History (6)
- Owner set to azaozz
- Status changed from new to assigned
- Version changed from 3.2.1 to 2.9
SergeyBiryukov — 21 months ago
comment:2
SergeyBiryukov — 21 months ago
- Keywords has-patch added
comment:3
SergeyBiryukov — 17 months ago
- Milestone changed from Awaiting Review to 3.4
comment:5
SergeyBiryukov — 6 months ago
Related: #22786
Note: See
TracTickets for help on using
tickets.

imgAreaSelect's onSelectEnd() doesn't fire on a key press.
18184.patch moves setCropSelection() to onSelectChange().