Recommended Posts

Ugh, I can't edit my posts any more.

Ok so, the web developer toolbar is causing black behind the tabs and bookmarks, could there be any fix to this apart from turning it off as I really need this addon but love this theme!

Try this, https://www.neowin.net/forum/index.php?show...amp;p=591326888

We highjacked dert07's 3.7 Mockup thread while there was this perfectly good thread here dedicated to SpewBoy's 4.0 mockup...

So I'm copying some of the bug reports from there to here.

-Status bar and tab bar are not flush with the browser window... by about one or 2 pixels.

I would personally sacrifice the slight transparency to have a flush statusbar... I actually find the statusbar misalignment something of an eye-sore [tab-bar not so much].. Or course it would all be solved if Firefox did something like Chrome's statusbar. :)

post-71595-1252794976.jpg

I've also made a working mockup of a better small icon Forward/Back navigation buttons

smallnavsuggestion.jpg

One final bug that I don't have a mock-up for happens on pop-up windows. The navigation bar has an ugly black background, meant to be converted to glass aero I'm guessing.

We highjacked dert07's 3.7 Mockup thread while there was this perfectly good thread here dedicated to SpewBoy's 4.0 mockup...

So I'm copying some of the bug reports from there to here.

-Status bar and tab bar are not flush with the browser window... by about one or 2 pixels.

I would personally sacrifice the slight transparency to have a flush statusbar... I actually find the statusbar misalignment something of an eye-sore [tab-bar not so much].. Or course it would all be solved if Firefox did something like Chrome's statusbar. :)

post-71595-1252794976.jpg

I've also made a working mockup of a better small icon Forward/Back navigation buttons

smallnavsuggestion.jpg

One final bug that I don't have a mock-up for happens on pop-up windows. The navigation bar has an ugly black background, meant to be converted to glass aero I'm guessing.

thanks. you forgot:

no progress favicon for tabs when a page is loading

http://uploads.neowin.net/forum/post-71595-1252795060.jpg

I do get a throbber on the tabs with Strata40... could it be TMP?

Regarding the "bad" left and right overflow arrows there was a Stylish fix from somebody in one of the comments on SpewBoy's DeviantArt page - sorry I didn't note the name. Here's the code

.scrollbutton-up
{
margin-right: -6px !important;
}

.scrollbutton-down
{
margin-left: -5px !important;
}

And finally, about the 1-pixel "error" both on the tabbar and the statusbar, see the comments (one by myself) on SpewBoy's DeviantArt page: it seems (I tried myself) that it is not possible with CSS to draw anything ON the frame, just inside, which causes those bars to be "too short" since they cannot overlap the window border.

And finally, about the 1-pixel "error" both on the tabbar and the statusbar, see the comments (one by myself) on SpewBoy's DeviantArt page: it seems (I tried myself) that it is not possible with CSS to draw anything ON the frame, just inside, which causes those bars to be "too short" since they cannot overlap the window border.

Yeah. I don't mind the tab-bar, but the statusbar is a little on the the ugly side because of this... heck, the transparency on it is so low, that it's hardly noticeable, so it should just be like the one from glasser which is within the window frame so it has the same frame.

It's a Personal Menu issue with Strata40. Quoting from SpewBoy's DeviantArt page http://spewboy.deviantart.com/art/Strata40-v0-4-3-132191373:

To fix the Personal Menu text bug (unrelated to my theme) do one of the following:

- In Personal Menu's advanced options tab make sure "Show temporarily by pressing ALT key" is unchecked.

- Download and use Firefox 3.6 or 3.7 and uncheck "Hide menu bar" in Personal Menu's options tab. Right click on the menu bar to hide it and press ALT to show it by default.

I created an add-on that adds a page and tools toolbar button along with a home button to the tabs. Anyone interested? Here is what it looks like.

Why not? give us a download link :)

A couple questions: I've been playing with PermaTabs and Faviconize tab to obtain the same result; it needs some tweaking but the result is indistinguishable from the "real thing", so to speak ;) What still needs to be done is that FF cannot start without a page, the options are to open the home, blank or the tabs from the last session. Having the home page already loaded by permatab, I actually have TWO pages open unless I choose to open the last session tabs AND remember to close all tabs before closing FF... Does your addon have issues like that? or it simply opens the default home page AFTER the home tab?

Also, I've grown accustomed to Personal Menu for Bookmarks and History, are there any incompatibilities with it? but then maybe it won't really be needed with the page and tools buttons.

Why not? give us a download link :)

My home button addon acts just like the home toolbar button. You can single click to open in the current tab or middle click to open in a new tab. The page and tools are just extra toolbar buttons. They do not interfere with Personal Menu at all. I created it so I could have almost 1:1 look with the original mockups.

I wouldn't try to hide Bookmarks Toolbar from my tools menu, for some reason it seems to cause some problems with glasser enabled. Well download it and tell me if it works well for you. Its very much a work in progress though.

If you have tabs on top you need this extra code:

.home-tab-button {
margin-bottom: -4px !important;}

Addons.zip

Ah OK, then it's a button, not the home page already open... but I had understood it actually was the opened home tab, simply with a narrower home, not actually a button :blink: but maybe I didn't read carefully the mockup info. They actually talked about the home TAB, not the home BUTTON in the tab bar... I've always kept the home page opened in the first tab long before they even started talking about that, so I automatically thought it that way.

Edit: check here, Mozilla talks about

Home Button/Tab: Remove "Home" Button from default toolbar. Move functionality to a "Home Tab" containing your homepage.

...so the tab "contains" the home page, not just opens it in another tab (or the current one). I mean, with the standard layout we have 1 tab for the home page; with your addon we'd have the home "Tabbutton" ;) plus another tab, which in the end occupies more space than the default. The idea behind it, it seems, was to have the home page always available and for this reason occupying the least space. Thus it should be something like I obtained with Permatabs and Faviconize tab, shouldn't it? a "real" tab containing the home page, that opens at startup and cannot be closed.

Edited by r0bc
Ah OK, then it's a button, not the home page already open... but I had understood it actually was the opened home tab, simply with a narrower home, not actually a button :blink: but maybe I didn't read carefully the mockup info. They actually talked about the home TAB, not the home BUTTON in the tab bar... I've always kept the home page opened in the first tab long before they even started talking about that, so I automatically thought it that way.

Yea you're right, its supposed to be a permanent tab. I just don't know how to create something like that. So I created this button as an alternative.

I've made a tab progress line userstyle for the Strata40 0.4.3 theme in line with the most recent 3.7 mockup (which will most likely carry over in 4.0, but they're currently focusing on 3.7 since it's in the middle of "crunch time" while 4.0 is very "pie in the sky"):

21240_before.png ---> 21240_after.png

Go get it: http://userstyles.org/styles/21240 :)

Yea you're right, its supposed to be a permanent tab. I just don't know how to create something like that. So I created this button as an alternative.

Ah OK. As I said I did it with Permatabs and Faviconize tab, so actually it should reimplement something they already do

PermaTabs https://addons.mozilla.org/en-US/firefox/addon/2558

Faviconize Tab https://addons.mozilla.org/en-US/firefox/addon/3780

See here with your addon also

strata40plus2.png

Edited by r0bc
I've made a tab progress line userstyle for the Strata40 0.4.3 theme in line with the most recent 3.7 mockup (which will most likely carry over in 4.0, but they're currently focusing on 3.7 since it's in the middle of "crunch time" while 4.0 is very "pie in the sky"):

21240_before.png ---> 21240_after.png

Go get it: http://userstyles.org/styles/21240 :)

Is this meant to only work on inactive tabs? How would I alter this to also show on the current tab?

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

    • No registered users viewing this page.
  • Posts

    • War was livestreamed. Also, learn the meaning of the word "genocide". Populations do not GROW during a genocide. Zionist is not a bad word - it's the belief that Israel should exist. The cat out of the bag is your racist anitsemitism and posting of blood libels, unproven or out of context. Even BBC reported a kid supposedly being killed was a staged photo op, and AP just posted how Hamas is murdering their own people at Shifa Hospital, executing them in cold blood. You would rather lie down with murderers than think any different.
    • Neowin shudders at the many, many posts from users that block their ads
    • I'm from Australia. This posts reeks of a Nigerian scammer.
    • It's funny that iPhone users think they are getting feature, where in fact they are getting cosmetics that just do iteration circles of "improvement" of the said cosmetics. Apple just doesn't know what to do with this product anymore. There is no innovation on this areas anymore.
    • You can disable the bloat on every browser. That's not the point. I will never use a browser of a shady company. I don't trust them at all. I can still find adblocking solutions than having to rely on a browser from a shady company. Every year they try something shady lol 2016: Brave Ad Replacement https://archive.is/W0k4j#selection-203.7-203.28 2016: pay-to-win Wikipedia clone into the default search engine list https://github.com/brave/browser-laptop/issues/5475 2018: Tom Scott and other creators noticed Brave was soliciting donations in their names without their knowledge or consent. https://www.reddit.com/r/brave...aims_that_brave_is_falsely/ 2020: Brave got caught injecting URLs with affiliate codes https://www.theverge.com/2020/...-crypto-privacy-ceo-apology 2021: Brave's TOR window was found leaking DNS queries https://www.zdnet.com/article/...n-addresses-in-dns-traffic/ 2022: Brave floated the idea of further discouraging users from disabling sponsored messages. https://github.com/brave/brave-browser/issues/22066 2023: Brave got caught installing a paid VPN service on users' computers without their consent. https://www.xda-developers.com...owser-installs-vpn-windows/ 2023: Brave got caught scraping and reselling people's data with their custom web crawler, which was designed specifically not to announce itself to website owners. https://stackdiary.com/brave-s...ghted-data-for-ai-training/ 2024: Brave gave up on providing advanced fingerprint protection, citing flawed statistics https://www.bleepingcomputer.c...tion-as-it-breaks-websites/ 2025: Brave staff publish an article endorsing PrivacyTests and say they "work with legitimate testing sites" like them. This article fails to disclose PrivacyTests is run by a Brave Senior Architect! https://brave.com/blog/adblock...esting-websites-harm-users/
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      136
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!