Closed
Bug 241284
Opened 21 years ago
Closed 21 years ago
Image Properties, Dimentions tab does not function.
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 237628
People
(Reporter: jesales, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8a) Gecko/20040420
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8a) Gecko/20040420
I have added a image to a page that is 250 x 166, I don't want to edit the image
at this time. Desired size is 150 wide. Click on "Custom Size" and enter width
150 should set the width. Nothing happens.
Reproducible: Always
Steps to Reproduce:
1. Add image to a page.
2. Edit Properties
3. Edit Dimensions
Actual Results:
No change
Expected Results:
image should change to desired size
Actual code created by composer after choose file
<img alt="olv-8" title="olv-8" src="graphics/qu-olv-8.jpg"
style="width: 250px; height: 166px;">
The size remains the same using Image Properties window.
Edit size in "<HTML> Source" window as below, work fine.
<img alt="olv-8" title="olv-8" src="graphics/qu-olv-8.jpg"
style="width: 150px; height: 100px;">
Now you can't change the size from 150 using the Image Properties window.
*** This bug has been marked as a duplicate of 237628 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•