Bug 10206 - Novell NetMail, buttons misaligned
Summary: Novell NetMail, buttons misaligned
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Evangelism (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: https://www.myrealbox.com
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-02 04:55 PDT by David Storey
Modified: 2008-03-03 14:08 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Storey 2006-08-02 04:55:32 PDT
minor dispaly issue, but fairly important app/site

Steps:

Log-in (I can send you our test account details offlist if needed)

Expected:
Refresh and Purge All image buttons should line up

Actual:
Opera and WebKit display the Refresh buton too low.

Reason:
Use of none-standard align="center" in the element below

<INPUT align="center" alt="Purge deleted messages" border=0 name="Item.PurgeAll" src="/p-B.FE.JO.Ph4_ouw.ECHEg.CIXVXR.BE.J" type=image vspace=2>

gecko seems to treat this the same as "middle"

fix:

use align="middle"
Comment 1 Robert Blaut 2008-02-11 00:15:56 PST
David, any update on this bug? I'm unable to confirm the issue without login.
Comment 2 Robert Blaut 2008-03-01 03:59:49 PST
(In reply to comment #1)
> David, any update on this bug? I'm unable to confirm the issue without login.
> 

No reply. I close the bug report as INVALID since there is no test case and no possibility to reproduce the bug. 

David, feel free to reopen the bug if you provide test case or step by step procedure to reproduce the bug.
Comment 3 Alexey Proskuryakov 2008-03-03 14:08:22 PST
In my testing, it looks like WebKit (as shipping with Mac OS X 10.5.2) treats center and middle identically, too.