Closed
Bug 308670
Opened 20 years ago
Closed 20 years ago
Image properties dialog should use "middle", not "center" for align attribute.
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RainerBielefeldNG, Unassigned)
References
()
Details
(Keywords: regression)
As you see in summary.
My Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8b) Gecko/20050217
always changes "middle" to "center", what's wrong.
That was ok with Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8a3)
Gecko/20040817
This is a regression of bug 102036
Reporter | ||
Comment 2•20 years ago
|
||
But WFM with Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.9a1)
Gecko/20050901 SeaMonkey/1.1a
Comment 3•20 years ago
|
||
What are the "steps to reproduce" this bug?
Reporter | ||
Comment 4•20 years ago
|
||
Steps to reproduce:
0. Open Mozilla #
"Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8b) Gecko/20050217"
1. Goto a.m. URL
2. Press W3C-Validator button
Result: valid HTML (as I am used from Mozilla composer)
3. Goto URL again and Search Source for string
'telefon2.gif" alt="Telefon" title="Telefonnummer:'
You will find in further code line: ' align="middle" height="32" width="32">'
that's ok
4. Goto URL again and save "Webpage complete"
5. Search source of saved file for
'telefon2.gif" alt="Telefon" title="Telefonnummer:'
expected: further string as under 3.
actual: you will find in further string
'align="center" height="32"'
center is wrong
<http://validator.w3.org> will find that wrong code.
You will have the same result if you open a similar existing file with this
Mozilla version.
But: "center" will not be used generally instead of "middle", only if the image
is in a special surrounding (table?), I'm just checking this.
Comment 5•20 years ago
|
||
I can reproduce with a 2005-08-30-05 build but not with 2005-08-31-02.
This was fixed by bug 192077
-> FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•