The Mouse cursor should change its state according to the edge we resize it from for added images and drawings in PDF documents
Categories
(Firefox :: PDF Viewer, enhancement)
Tracking
()
People
(Reporter: rdoghi, Assigned: calixte)
References
Details
Attachments
(1 file)
Found in
- Nightly 117.0a1 (2023-07-12)
Affected versions
- Nightly 117.0a1 (2023-07-12)
Tested platforms
- Affected platforms: ALL
Steps to reproduce
- Open a PDF file in Firefox.
- Click the Add an image button from the PDF toolbar.
- Grab one of the edges of the image in order to resize it.
Expected result
- The Mouse cursor should change its state when grabbing from the bottom side, right side or the botom right corner.
Actual result
- The Mouse cursor does not change its state when grabbing from a different edge.
Regression range
- N/A
Assignee | ||
Comment 1•2 years ago
|
||
AFAIK, when an HTML element is made resizable, the resizer is only available in the bottom right corner.
In reading the specs:
https://drafts.csswg.org/css-ui/#resizing
I don't think it's possible to have such a feature without implementing it ourselves.
Reporter | ||
Comment 2•2 years ago
|
||
Hi @Calixte, since the image can only be resized from the bottom right corner I think the mouse cursor should change to Diagonal arrows instead of the Left/Right arrows because the image will resize in both Width and Height not just the Width.
If its ok the way it is, we can close this issue as a wont fix since we can no longer grab the right or bottom edges of an image in order to resize it.
Comment 3•2 years ago
|
||
This also affects drawings.
Comment 4•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 5•2 years ago
|
||
This issue is verified as fixed in our latest Nightly build 117.0a1 (2023-07-26), it looks great !
Assignee | ||
Updated•2 years ago
|
Description
•