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

    • EU says Meta must restore rival chatbots' access to WhatsApp by Hamid Ganji The European Commission has ordered Meta to restore third-party AI chatbots’ access to WhatsApp after the tech giant decided to block them from operating on the popular messaging platform. After Meta banned rival AI chatbots from operating on WhatsApp, the European Commission launched an antitrust investigation to determine whether the company had abused its market dominance. As a result of Meta’s decision, third-party AI chatbots, including Microsoft’s Copilot and OpenAI’s ChatGPT, were prevented from operating on WhatsApp. At the time, Meta said it wanted to reserve the WhatsApp Business API for other types of businesses and did not allow rival chatbots to use it. This effectively prevented the WhatsApp ecosystem from being used to distribute rival chatbot services. However, the European Commission has now announced an interim measures decision requiring Meta to restore access to WhatsApp for rival general-purpose AI assistants on the same terms and conditions as before October 15, 2025. The Commission has also asked Meta to maintain that access until the antitrust investigation is concluded. The Commission argues that Meta has used its dominant market position to prevent rival AI chatbots from accessing the WhatsApp Business API. While Meta allowed rival services to return to WhatsApp by paying a fee, the European Commission still considers that arrangement to be a de facto access ban. According to EU antitrust chief Teresa Ribera, the fees introduced by Meta are so high that using WhatsApp is no longer economically sustainable for competitors. “It seems that Meta expects to leverage the vast reach and likely dominance of WhatsApp to benefit its own AI assistant and to foreclose rivals,” Ribera said. “We cannot let large digital incumbents leverage their dominance of the past to dictate who in Europe gets to compete and who gets to innovate in AI.”
    • A few years ago walmart had the 512 models on clearance for $35. I bought 3 of them. I should have purchased more.
    • I'm fine with a little reasonable promotion of Edge, but the degree which they do it right now I consider extremely unreasonable. 
    • Microsoft AI boss no longer believes that AI will replace human workers by David Uzondu Mustafa Suleyman, the head of Microsoft AI, recently took back his statements concerning white-collar jobs that he gave to the Financial Times in an interview made back in February, where he claimed that AI would replace office workers within 12 to 18 months. On Monday's episode of The Verge's Decoder, Suleyman recast the technology as more like a helpmate than a tool designed to take over your job. He explained that smaller office duties will "increasingly become digitized, automated" as people generate more digital materials. During the discussion, Suleyman emphasized a "very important distinction" between "tasks" and "jobs" to clarify his previous claims. He argued that his earlier comments only referred to individual actions that people perform at their desks. Suleyman used to work for DeepMind, the research lab he co-founded in 2010 alongside Demis Hassabis and Shane Legg, before he left in 2022 to establish Inflection AI and build an empathetic digital assistant. Microsoft hired him in March 2024 to lead its newly formed "Microsoft AI" division, placing him in charge of consumer products like Copilot, Bing, and Edge. His February comments also detailed plans for Microsoft to achieve self-sufficiency with a $140 billion infrastructure budget to train frontier models, predicting that creating a customized AI will soon feel like creating a podcast or a new blog: The 41-year-old is not the only AI executive who's softened his "AI will replace you" stance. OpenAI's CEO, Sam Altman, last month used X to push back against employment panic by arguing that his startup builds tools to assist humans rather than build replacements. He had previously garnered backlash by suggesting that many modern office roles that AI might replace did not qualify as "real work" in the first place, at least when you compare desk jobs to physical, historical labor like farming.
    • Adobe Acrobat Reader DC 2026.001.21662 by Razvan Serea Adobe Acrobat Reader DC software is the free, trusted standard for viewing, printing, signing, and annotating PDFs. Its the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. It’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices. Adobe Document Cloud is a revolutionary, modern and efficient way to get work done with documents in the office, at home or on-the-go. At the heart of Document Cloud is the all-new Adobe Acrobat DC, which will take e-signatures mainstream by delivering free e-signing with every individual subscription. Document Cloud includes a set of integrated services that use a consistent online profile and personal document hub. With Adobe Document Cloud, people will be able to create, review, approve, sign and track documents whether on a desktop or mobile device. Businesses will be able to take advantage of Document Cloud for enterprise which provides enterprise-class document services that integrate into systems of record such as CRM, HCM, CLM, and CMS, adding speed, efficiency and transparency to getting business done with documents. Adobe Acrobat Reader DC new feature highlights: Work with PDFs from anywhere with the new, free Acrobat DC mobile app for Android or iOS. Select functionality is also available on Windows Phone. Use the new Fill & Sign tool in your desktop software to complete PDF forms fast with smart autofill. Download the free Adobe Fill & Sign mobile app to add the same option to your iPad or Android tablet device. Save money on ink and toner when printing from your Windows PC. Store and access files in Adobe Document Cloud with 5GB of free storage. Get instant access to recent files across desktop, web, and mobile devices with Mobile Link. Sync your Fill & Sign autofill collection across desktop, web, and iPad devices. Adobe PDF Pack premium features includes: Convert documents and images to PDF files. Use your mobile device camera to take a picture of a paper document or form and convert it to PDF. Turn PDFs into editable Microsoft Word, Excel, PowerPoint, or RTF files. Combine multiple files into a single PDF (web only). Get signatures from others with a complete e-signature service. Send, track, and confirm delivery of documents electronically instead of using fax or overnight services (tracking not available on mobile). Store and access files online with 20GB of storage. Download: Adobe Acrobat Reader DC 64-bit | 719.0 MB (Freeware) Link: Adobe Acrobat Reader DC Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • 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
      512
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      134
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!