Recommended Posts

Hello. I'm a big fan of this add-on. I have been unable to determine the cause of an issue I am experiencing and was wondering if someone could provide some assistance.

Windows 7 Enterprise 32-bit

Firefox version: 3.5.6

All-glass version: 2.1.4

The issue is that favicons are not showing for bookmarks in the Bookmark Toolbar. I have included a small screen shot as an attachment to this post.

Also, is it possible to change the degree of transparency when Firefox has the focus (is active)?

Thank you.

post-323312-1262040521.jpg

A quick update for everyone

Since some people are having problems with the new .js and .dll I'll be reverting back to the old version with the next update, along with some extra compatibility fixes for some addons etc!

- Ambroos

Hello. I'm a big fan of this add-on. I have been unable to determine the cause of an issue I am experiencing and was wondering if someone could provide some assistance.

Windows 7 Enterprise 32-bit

Firefox version: 3.5.6

All-glass version: 2.1.4

The issue is that favicons are not showing for bookmarks in the Bookmark Toolbar. I have included a small screen shot as an attachment to this post.

Also, is it possible to change the degree of transparency when Firefox has the focus (is active)?

Thank you.

Hey!

The favicon issue - I highly doubt that has anything to do with my addon, I think you'll have to look somewhere else for that...

The degree of transparency: this is controlled by Windows, and it's impossible for me to modify it from within Firefox... Sorry!

Thanks for using my addon :)

- Ambroos

awesome thing you got here bro :laugh:

but it unfortunately isn't compatible with the tree style tab add on which can be found here: https://addons.mozilla.org/en-US/firefox/addon/5890

its not that big of a deal. i having a widescreen laptop so i just like using tree style tab cuz its on the side

is this also supposed to "glass" the drop-down menus? It doesn't on my computer, which is why I'm asking. but I really like the glassed toolbars and stuff! if it only glassed the drop-down menus, it'd be perfect.

EDIT: I don't want drop-down menus to be entirely glassed, as that would make it really hard to see what they say. just slightly transparent.

Edited by herochild
is this also supposed to "glass" the drop-down menus? It doesn't on my computer, which is why I'm asking. but I really like the glassed toolbars and stuff! if it only glassed the drop-down menus, it'd be perfect.

EDIT: I don't want drop-down menus to be entirely glassed, as that would make it really hard to see what they say. just slightly transparent.

It's not supposed to do that, no. There are many Userstyles that can do that and that's why I'm not including it in my addon. Many people would think it's rather annoying (including me)!

Thanks for using my addon ^^ !

- Ambroos

awesome thing you got here bro :laugh:

but it unfortunately isn't compatible with the tree style tab add on which can be found here: https://addons.mozilla.org/en-US/firefox/addon/5890

I just registered to second this. TST + this addon gives very odd results (the text seems to move in and out of phase (basically changing between barely legible and entirely unreadable.) and I'm not sure why it would interact in this way. TST is a very nice addon for people with WS screens, btw.

Anyway, thanks for the addon. (and it would be neat if this could be fixed somehow, although I don't know whether the buggy behavior is due to this addon or TST)

That's not a bug. Don't expect add-ons like this to work with every theme or add-on out there. It looks like Aero Fox Silver uses it's own UI elements that supercede All-Glass' elements. You'd be better off contacting the author of Aero Fox Sliver to see if he's willing to make the theme compatible with All-Glass.

I use Kempelton and it looks great. You can also use Strata40, however since I tested it they've added a glass option in StrataBuddy.

I've just installed the new RC1 build of Firefox 3.6 and decided to use Glasser again. Right now, it's all black, rather than glass. I'd just like to know when you tend to get updates out for newer versions of the beta/RC builds? No rush though of course :)

Today and tomorrow I'm afraid I don't have time, but friday evening I'll have a look and make sure it's updated before monday!

^^

- Ambroos

What RC1 build? The latest beta release is 3.6b5 and the latest nightly build is 3.6b6pre. I'm using 3.6b5 and have no issues.

This one :)

Today and tomorrow I'm afraid I don't have time, but friday evening I'll have a look and make sure it's updated before monday!

^^

- Ambroos

Thank you :) If it helps, I think I have narrowed the problem down to the following code I am using to hide the whole tab bar :/ When I disable the following code in Stylish, everything is glass again :happy: I would like to use tabs, but hide the tab bar no matter how many tabs are open which is why I have to use code to do so (the reason is because I hate how a web browser looks with tabs and Firefox 3.6 has some neat tab preview features which can be accessed via keyboard shortcuts).

Here is the code I am using which causes the problem:

.tabbrowser-strip { display: none !important; }

Edited by Calum
Updated link
"This one?" :huh: I just added that code to Stylish and it did not make anything black. You may have another style or add-on that is causing that.

Hmm. For some reason I pasted the wrong link. This is the thread I meant which contains information about the new release candidate: https://www.neowin.net/forum/index.php?showtopic=862986

Using the new RC, downloading from the link provided there, causes that issue when that code is added to a new script in Stylish; the browser must be restarted for this bug to become apparent (despite not usually having to restart the browser when editing the CSS of the chrome). I know that is the case because I disabled all add-ons, except Glasser, enabled the code and disabled the code; multiple times :)

I have found other code to hide the tab bar, which works perfectly and does not disrupt Glasser - making it fully transparent:

EDIT: Hmm, that did remove the whole tab bar when I first tried it; now, somehow it's changed and just seems to display a white block in place of the tab bar :/

Hmm. For some reason I pasted the wrong link. This is the thread I meant which contains information about the new release candidate: https://www.neowin.net/forum/index.php?showtopic=862986

Using the new RC, downloading from the link provided there, causes that issue when that code is added to a new script in Stylish; the browser must be restarted for this bug to become apparent (despite not usually having to restart the browser when editing the CSS of the chrome). I know that is the case because I disabled all add-ons, except Glasser, enabled the code and disabled the code; multiple times :)

I have found other code to hide the tab bar, which works perfectly and does not disrupt Glasser - making it fully transparent:

EDIT: Hmm, that did remove the whole tab bar when I first tried it; now, somehow it's changed and just seems to display a white block in place of the tab bar :/

Just use your code you always use and in

X:\Users\7v2\AppData\Roaming\Mozilla\Firefox\Profiles\whatever.default\extensions\[email protected]\chrome\content

dwm-overlay.js just remove every +tabheight you can find ;) Didn't est it but it -should- work as a quick-fix!

Nighty!

Ambroos

Just use your code you always use and in

X:\Users\7v2\AppData\Roaming\Mozilla\Firefox\Profiles\whatever.default\extensions\[email protected]\chrome\content

dwm-overlay.js just remove every +tabheight you can find ;) Didn't est it but it -should- work as a quick-fix!

Nighty!

Ambroos

Thanks Ambroos, but for some reason it didn't seem to work, even after restarting Firefox :/ I'll just wait until you have a chance to look into it :) Night :)

I'm now using 3.6 RC1 and I don't have any black elements. Try creating a new profile and only install All-Glass. If that works fine, then it's down to process of elimination with an extension, theme, script or style you're using.

guys i need some help, is there something im missing?

i use:

Strata40

StrataBuddy

Fission

and Tab Progress Bar

and i couldn't get it to work so that i would see the green loading bar

for the tabs, i see it on the bottom of my address bar, but not on the tabs them self...

can u tell me what i'm missing?

Edited by prue3
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • It is silly there is no simple way to check whether this profile has been activated. CFRs are normal, but trying to even hide the fact if it's on / off seems silly, especially for something so user-facing. Surely Microsoft is "proud" of their engineering efforts on this one and ought to display it somwhere in the GUI.
    • Many Linux distros are not known for excellent battery life, so I'm not sure that is the best example. A more apt example may be Apple, but Apple's CPUs are simply far more efficient than Intel & AMD at single-threaded tasks like these, so "boosting" is not as power-hungry and less heat-inducing. Not to mention Apple will hardly engage P-cores for basic UI tasks; they use a pretty complicated QoS scheme to only activate P-cores for more serious workloads like HTML / JS execution or decompression or application launch. Microsoft is (smartly) doing it for launch, but also for UI tasks, which is the more nonsensical part: why ... do Windows 11's UIs need modern CPUs to boost? It should load so quickly that there's not even time for the CPU to boost.
    • I've not seen any controlled testing and, judging by Microsoft's mentality, within a year, they'll have added so much more bloat, it'll undo any perceptible latency benefit and we'll have boosted the CPU clocks for nothing.
    • It depends: heat soak is a thing. Initially on cold boot-up, the heatsinks & heatpipes are at ambient temp. After heatsinks & heatpipes warm up (through normal usage), they don't immediately cool to ambient temp when the load goes away. So their baseline is higher and the trigger point for fans is much less stress. Add a few more CPU spikes → it's too hot to stay at the same fan RPM → fans get triggered to start up up much sooner / get triggered to ramp much more quickly.
    • Can LibreOffice just shut up and worry about themselves and stop comparing themselves? Do we see Microsoft complaining about euro office?
  • Recent Achievements

    • One Year In
      slackerzz earned a badge
      One Year In
    • One Year In
      highriskpaym earned a badge
      One Year In
    • One Month Later
      highriskpaym earned a badge
      One Month Later
    • Week One Done
      highriskpaym earned a badge
      Week One Done
    • Week One Done
      FBSPL earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      501
    2. 2
      PsYcHoKiLLa
      198
    3. 3
      +Edouard
      157
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      74
  • Tell a friend

    Love Neowin? Tell a friend!