Javier-DarthPalpatine / firefox-hide-caption-titlebar-plus

Automatically exported from code.google.com/p/firefox-hide-caption-titlebar-plus
22 stars 0 forks source link

[FXchrome Theme] A grey casing arround the Home-Buttun under FF v5 with FXchrome v3 Theme #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.update of FF
2.Update of FXchrome theme (appearance)

What is the expected output?
Orange Home-Button labeled "Firefox"
What do you see instead?
Orange Home-Button labeled "Firefox" with grey surroundings

What version of "Hide Caption Titlebar Plus" addon are you using?
2.3.0
What version of Firefox?
5.0
On what operating system?
Windows 7 x64

- Please provide any additional information below.

- Please provide your system info by using this url (with installed hct+):Name 
of the browser (appName)    Netscape
Name of the browser vendor (vendor) 
Code name of the browser (appCodeName)  Mozilla
Engine of the browser (product) Gecko
Build number of the browser engine (productSub) 20100101
Version and platform of the browser (appVersion)    5.0 (Windows)
Version of the browser given by the vendor (vendorSub)  
Build identifier of the browser (buildID)   20110615151330
User-agent request header (userAgent)   Mozilla/5.0 (Windows NT 6.1; WOW64; 
rv:5.0) Gecko/20100101 Firefox/5.0
Language of the browser (language)  he
Cookies are enabled (cookieEnabled) true
Operating system (platform) Win32
Information about the OS and CPU (oscpu)    Windows NT 6.1; WOW64
System is online (onLine)   true
- If there are visual issues, please provide also screenshot/s (preferred
uploaded here instead of external link)

Original issue reported on code.google.com by Grp...@gmail.com on 18 Jul 2011 at 12:26

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in new versions 2.40.rc (AMO Development Channel) and 2.4.0 

Please confirm if It is working well for you now :-)

tks

Original comment by redlibr...@gmail.com on 21 Jul 2011 at 6:11

GoogleCodeExporter commented 9 years ago
when appx the 2.4.0 release be ready ?

THNX

Original comment by Grp...@gmail.com on 27 Jul 2011 at 4:44

GoogleCodeExporter commented 9 years ago
v2.4.1 Fixed one problem and created two other
Look here plz https://forums.mozilla.org/addons/viewtopic.php?f=8&t=3689
The same happens with FF5 default theme.

Original comment by Grp...@gmail.com on 11 Aug 2011 at 10:25

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, tks for reporting this!

I can't reproduce your last issue (button & content overlapping), I've tested 
also with Firefox 6 using a new profile.  Could you test it with a blank 
profile too? Its easy, simple run this command: (You can even leave open your 
usual Firefox window)
    firefox.exe -no-remote -profile  "c:\_FF_temp_VOLATILE_3"

Also, I have a new version with improved compatibility in this area, and *may* 
fix this issue.
Please give it a test with this version: 
  http://code.google.com/p/firefox-hide-caption-titlebar-plus/downloads/detail?name=hidecaptionplus-2.4.5b1.xpi

Original comment by redlibr...@gmail.com on 21 Aug 2011 at 11:34

GoogleCodeExporter commented 9 years ago

Also, In *FXchrome theme* I've identified some css than can improve It's 
compatibility with others addons (besides mine), If you are into these kind of 
things, you can apply this css in your Firefox's userChrome.css file: (and even 
pass this to FXChrome author)
tks!

/* FXChrome theme improved compatibility with other addons */
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar[inactive] ~ 
#TabsToolbar {
    -moz-padding-start: 0px !important; 
    -moz-padding-end:   0px !important; 
}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar[inactive] ~ 
#TabsToolbar  .titlebar-placeholder {
    display: -moz-box;
    max-width: 0px;  /* override 'width' attribute */
}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar[inactive] ~ 
#TabsToolbar  .titlebar-placeholder[type="appmenu-button"] {
    -moz-padding-start: 42px !important; 
}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar[inactive] ~ 
#TabsToolbar  .titlebar-placeholder[type="caption-buttons"] {
    -moz-padding-end:   104px !important; 
}

Original comment by redlibr...@gmail.com on 21 Aug 2011 at 11:41

GoogleCodeExporter commented 9 years ago
Yes Sir !
Your 2.4.5b1 version fixed the issue on my current profile.
Do you still suggest applying the CSS code to FXchrome ??
"Don't fix what's not broken" that's what I've been told...

THNX ALOT

Original comment by Grp...@gmail.com on 22 Aug 2011 at 9:02

GoogleCodeExporter commented 9 years ago
Problem occur again in FF v7.0.1 with FXchrome v7.0.6
I hope you can fix it.

THNX 

Original comment by Grp...@gmail.com on 18 Oct 2011 at 10:17