Closed
Bug 294773
Opened 20 years ago
Closed 12 years ago
dragging a handle at side border of an absolutely positioned image may resize it porportionally
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ashishkagrl, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 Web Browser-Composer-image resize not working properly. Reproducible: Always Steps to Reproduce: 1. Open Web Browser-Open 3rd party testcase-"http://www.paulspages.co.uk/pcp/135/Finale.htm" 2. Click 'File'-'Edit Page', this open the web page of step 1 in a Composer window. 3. Resize one of the Images either laterally or vertically using mouse. This resizes the whole image proportionatly, i.e., equally on both X&Y axis of the image. 4. Now resize the image, by draging one of the four corners. This resizes the image perfectly on both the axis. 5. Again resize the image either laterally or vertically using mouse, this time the image is resized horzontally or vertically, but not both ways together as in Step3. Actual Results: A image resizes in both direction when tried to resize in just one direction. Expected Results: A image should resize in just one direction when either pulled laterally or vertically, but not both ways together.
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 3•19 years ago
|
||
The buggy behavior also only occurs - if the <img> is absolutely positioned and - if both width and height are not defined. This is rather rare... E.g. taken from provided URL: <img src="RoyalCrescent.jpg" style="position: absolute; left: 10px; top: 50px;" (...)> Seamonkey 1.1a rv: 1.9a1 build 2005100105 under XP Pro SP2. Setting severity to minor since the buggy behavior occurs only the first time (at step 3). CONFIRMING
Severity: normal → minor
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Summary: Image resize not working properly. → dragging a handle at side border of an absolutely positioned image may resize it porportionally
Comment 4•17 years ago
|
||
Can you reproduce with SeaMonkey v1.1.9 ?
Assignee: composer → nobody
QA Contact: composer
Version: unspecified → SeaMonkey 1.1 Branch
Can't reproduce on provided testcase, both images resizes by one side from beginning User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0 SeaMonkey/2.13a1 Build identifier: 20120712003002
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•