Closed Bug 184218 Opened 22 years ago Closed 15 years ago

incorrect button appearance

Categories

(Core :: Layout: Form Controls, defect)

x86
Windows 98
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: cheeaun+bugzilla, Assigned: tim)

References

Details

Attachments

(2 files)

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; MyIE2)
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5

This page demonstrates the incorecct rendering of the button tag and input tag 
of Phoenix 0.5. It should have 1px borders instead of the 'moz-borders'.

Reproducible: Always

Steps to Reproduce:
Have you reproduced this in Mozilla?

(http://texturizer.net/phoenix/bugs.html)
Could you update the URI or provide a testcase as attachment? Your page isn't
accessible (error 509 bandwidth limit exceeded).
This sounds like the recent change to Mozilla for using 'native' widgets for
other Windows platforms.

Try 

button,input{
border-width: 1px;
-moz-appearance: none;
}
Mozilla and Phoenix display the page the same way, but I don't know if they do
it right or wrong. Here's what I see: http://images.delahaye.net/sample-button.png
-moz-appearance: none;
doesn't validate though.
Oh.  Right.  I'm too used to playing with userChrome.css.
This is probably either tied to the widgets or it might be a !important in
forms.css which can't be overridden.  Have you tried looking at it with DOM
Inspector in Mozilla?
This belongs to Mozilla. Moving.
Assignee: blaker → form
Component: General → Layout: Form Controls
Product: Phoenix → Browser
QA Contact: asa → tpreston
Version: unspecified → Trunk
Depends on: 184359
bz: Is this bug valid? If so, can you explain what I should be seeing with the 
testcase? Afterwards, I will check to see if it has been fixed with bug 184359.
It's valid.  You should see 1px borders (instead of the normal 2px ones).
Attached image What I see
I reproduced this, afaik, cause I don't see any 1px black line.
s/black//

I don't think bug 184359 has fixed this.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Windows XP btw (If you couldn't tell from the Luna theme).

I gave you a filter string for email=bazookacarryingmonkeys
Tim, could you check this out?
Assignee: form → tim
It looks fixed to me in Netdemon's screenshot.  When "border-width: 1px" is 
specified, the latest build correctly drops theming and uses a 1px border, 
while the older build just left theming on and ignored the border.
Tim: Sounds reasonable. Its your call whether you want to mark this FIXED or not
since I don't know enough about this issue to feel right doing so.

Reporter: Is it fixed to your liking? You can go to
ftp://ftp.mozilla.org/pub/mozilla/nightly/latest-trunk/ and try this out. If you
find the issue still remains after the bug is VERIFIED FIXED, then you can ask
for a change of resolution if the issue still remains.
WFM per comment 15, 16
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: