Closed Bug 44355 Opened 24 years ago Closed 24 years ago

Tooltips look silly in Classic skin

Categories

(SeaMonkey :: Themes, defect, P3)

x86
Windows 2000
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mozilla, Assigned: bugs)

Details

Attachments

(3 files)

The tooltips in the Classic skin look silly, here is a patch that makes them identical to Window "real" tooltips except for the system font.
Nikhil please see if you can apply this patch to fix the windows tooltips and also make sure Mac and Linux look good.
Assignee: hangas → nbhatla
Status: NEW → ASSIGNED
Personally I think that the following settings should be used: border : 1px solid windowframe; padding : none;
Padding none does not look like a real Windows tooltip. See attachment. Maybe 1px will work here.
Attached image Various paddings.
I checked out all sorts of padding, ranging from 0px to 2px along all four sides, and i think this looks the best: padding : 0px 1px 0px 2px; Any comments? It is slightly off-centered, but if you look at windows tooltips, you'll see something similar.
That last comment was from me, not Lake. Old cookie on this PC i guess.
Anything in particular holding up a check in of one of these patches, or is it just that busy around there?
I'll submit the fix hopefully sometime today
Ok, I finallu checked the code in to fix the tooltip. Let me know how it looks.
marking fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
They look like buttons! that's worse than silly, people are going to try to click on these things, and become frustrated when they fail.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Tooltips in the classic Windows skin are OK. I guess we should solicit patches for each of the platforms so that they can all have native looking tooltips. Not sure about modern, but I don't think many people will be using the modern skin anyway.
Joseph, what platform are you on? I'm not seeing this in Win98. Be sure to check tomorrow's verified build for the complete fix.
If there are no more complaints, I'm marking this one as fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → FIXED
Why were the tooltips changed to padding: 2px? They look too "fat" on Windows.
For what it's worth, tooltips in the win32 072608 build with the classic skin on look absolutely fine to me, and exactly as windows tooltips should look...
The reason I changed it to 2px is because Windows (at least Win98) is inconsistent in its tool-tip padding. Netscape 4.x/IE 5 tooltips on Windows have padding of 3px top, 2px right, 3px bottom, and 3px left. Note that this isn't necessarily the "padding: " style values, but the actual end pixel counts so it includes margin spacing as well. The Windows inconsistency is here: On the "Minimize/Maximize" tooltips, the padding is 4px top, 2px right, 4px bottom, and 3px left. In an effort to maintain some consistency within this inconsistency (even the AOL client has abnormal paddings even larger than these, as do other apps), I chose to follow exactly what Win 98 system services do (like the "Minimize" tooltip). This is the reason for the padding: 2px setting.
In 2000072708 WinNT4, the tooltips for the classic skin now seem to be back to how they are in the Modern skin. How'd that happen?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Yep. Ben Goodger changed them back on the 26th. Ugh.
I'll talk to Ben and get this fixed.
Status: REOPENED → ASSIGNED
-> ben, who made the changes because he wanted the tooltips to match Office 2K look
Assignee: nbhatla → ben
Status: ASSIGNED → NEW
Intentional. Office 2000 tooltips look like this, & they look nothing at all like buttons.
Status: NEW → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → WONTFIX
The tooltips seem to look a little better (or their borders do) without the infobackground...what's that used for?
I disagree with the proposed patch. I use this instead: .tooltip { background-color : infobackground; border : 1px solid windowframe; color : infotext; font : smaller; padding : 0px 1px 0px 1px; }
actually, after playing with the outset borders for a few days, I agree. I like the windows look better. reopening ;)
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Status: REOPENED → ASSIGNED
have the modified patch in my tree, will commit with next round of classic skin changes.
I think you also need to specify text color in this section as well: .tooltip > .popup-internal-box { border: 0px; + color: infotext; padding: 0px; }
this is fixed.
so let's mark it as such
Status: ASSIGNED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → FIXED
Updated QA contact
QA Contact: paw → pmac
Fixed in windows (2000-09-11-08-M18).
Status: RESOLVED → VERIFIED
Mass removing self from CC list.
Now I feel sumb because I have to add back. Sorry for the spam.
Product: Core → SeaMonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: