Closed Bug 416177 Opened 16 years ago Closed 16 years ago

gnomestripe: current tab text should not be bold

Categories

(Firefox :: Theme, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 3

People

(Reporter: u294409, Assigned: ispence)

References

Details

Attachments

(2 files)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.9b4pre) Gecko/2008020704 Fedora/8 (Werewolf) Minefield/3.0b4pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.9b4pre) Gecko/2008020704 Fedora/8 (Werewolf) Minefield/3.0b4pre

current behavior is wrong, not like the native apps does.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Actual Results:  
bold text on current tab

Expected Results:  
text not bold on current tab
.tabbrowser-tab[selected="true"] {
  margin-bottom: 0px;
  font-weight: bold;
}

should be changed to

.tabbrowser-tab[selected="true"] {
  margin-bottom: 0px;
  font-weight: normal;
}

or better, "font-weight" should be removed, since GTK indicates in visually easy way what tab is currently selected.

ps: /chrome/classic.jar/skin/classic/browser/browser.css
Jakub, please set version to Trunk.

Nominating as blocking since this differs with native application in one of the more prominent and visible areas of Fx: tabs.
Flags: blocking-firefox3?
I can confirm with:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5pre) Gecko/2008031103 Minefield/3.0b5pre
Changed version, as requested :) .
Version: unspecified → Trunk
Flags: blocking-firefox3? → blocking-firefox3-
Was hoping this could be one of the bugs that got Jakub into making patches, but alas.  Fix is simple and allows me to remove a line from my userChrome.css file
Assignee: nobody → ispence
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #309079 - Flags: review?(mano)
Ian, paths in filesystem and in chrome:// are slightly different.

Creating patches is not hard work, however here I could have little problem (; .

Hopefully, some beautiful day I'll attach a patch (like in GNOME BZ) and probably notify you :P .
Comment on attachment 309079 [details] [diff] [review]
Removes the CSS that makes text bold on the selected tab

some ux-approval would be nice.
Attachment #309079 - Flags: review?(mano) → review+
Attachment #309079 - Flags: ui-review?(faaborg)
Comment on attachment 309079 [details] [diff] [review]
Removes the CSS that makes text bold on the selected tab

I'm in favor of anything that helps make us more native, but this change does have a slight usability implication.  Switching ui-r to beltzner for his feedback.
Attachment #309079 - Flags: ui-review?(faaborg) → ui-review?(beltzner)
Usability? Funny...

All GTK engines and themes draw current tab in different way than others, so Firefox shouldn't differ from native apps...
Comment on attachment 309079 [details] [diff] [review]
Removes the CSS that makes text bold on the selected tab

uir+a=beltzner, yeah, this is OK
Attachment #309079 - Flags: ui-review?(beltzner)
Attachment #309079 - Flags: ui-review+
Attachment #309079 - Flags: approval1.9+
Keywords: checkin-needed
mozilla/browser/themes/gnomestripe/browser/browser.css 	1.212 
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3
Depends on: 437359
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: