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

    • Absolutely 👍
    • Exactly what I was thinking. All of a sudden in span of a month multiple CEO's from scam altman to this clown has had sudden change of heart does not seem organic change lol
    • Microsoft releases Visual Studio Code 1.124 with smarter autonomous AI agents by Paul Hill Microsoft has just released Visual Studio Code 1.124 with a focus on faster agent workflows and improved agent autonomy. Microsoft outlined the following features as the key items in this update: Autopilot: Autopilot, enabled by default, is now smarter to determine when a task is truly done. Background sessions: Quickly send a request in the background and keep composing the next session. Session navigation: Search, jump, and step through agent sessions with the keyboard. Browser history: Revisit and search pages you've already opened in the integrated browser. With VS Code 1.124, Microsoft has enabled Autopilot by default. For those that don’t know, Autopilot is a chat permission level that you can pick to give agents permission to take initiative and act autonomously, without needing explicit user approval for each action. Also related to Autopilot, Microsoft introduced Advanced Autopilot, which changes how Autopilot decides when to keep iterating and when to finish. This helps you get more complete results without manually monitoring loops. This feature works using a small utility model that reads a transcript of the chat and decides when the task is done. Another new feature in 1.124 is the Agents window, which lets you easily explore, iterate on, and review agent sessions across projects and machines. Previously, starting a new agent session meant waiting for it to load before you could compose the next one. With this update, sessions can be requested in the background. This VS Code update also brings session navigation updates to switch between them more quickly. The update also lets you reload or reopen the Agents window so that it no longer loses your layout, so you will land back where you left off. If you use the integrated browser in VS Code, you will notice that it now retains the history of visited pages. Suggestions will now show when typing in the URL bar and can be managed by using Ctrl+H within a browser tab. The browser now also lets you customize the toolbar more; just right-click on the toolbar area to the right of the URL input. Finally, the browser has faster agentic text entry. Another improvement is experimental enterprise-managed Copilot plugin policies that allow admins to centrally control which chat plugins and plugin marketplaces are available to developers. If you have VS Code installed, 1.124 should install automatically, or you'll get a prompt. If you don't have it installed, get it here.
  • Recent Achievements

    • First Post
      X-No-file earned a badge
      First Post
    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • 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
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      214
    3. 3
      +Edouard
      145
    4. 4
      Steven P.
      86
    5. 5
      ATLien_0
      84
  • Tell a friend

    Love Neowin? Tell a friend!