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

    • SQL Server Management Studio 22.7 brings "What's New" page, T-SQL formatting, and lots more by Usama Jawad SQL Server Management Studio (SSMS) is the tool of choice for most developers working with SQL infrastructure and data. Microsoft recently released SSMS version 22, and in the past few months, it has been steadily releasing point upgrades to refine the integrated development environment (IDE). Now, it has released SSMS version 22.7.0 with a bunch of new features and interfaces. For starters, SSMS 22.7 has netted a native "What's New" page, which highlights the top features and bug fixes present in the latest release. However, Microsoft says that this page won't annoy you much as it will only show up each time you update SSMS, and once you dismiss it, it won't be shown again to you until the next release. Secondly, Microsoft has finally introduced T-SQL formatting inside SSMS. The good thing about this is that it does not require installing any additional components, as it is built into the native experience. All you have to do is right-click the query editor window and select Format SQL from the context menu. Additionally, you also have several customization options at your disposal, such as the ability to automatically place semicolons at the end of a statement, split clauses across multiple lines, and more. However, this capability is only in preview for now. Additionally, Microsoft has introduced a preview of Agent Mode, which allows the AI model to automatically perform complex workflows on your behalf. Furthermore, Agent Mode will operate in read-only mode by default, so that you don't have to worry about the AI model accidentally deleting your data. On a related note, Microsoft is finally allowing users to configure the execution context of GitHub Copilot. This can be controlled per database using the CONSTITUTION.md file, where you specify the user details for the agentic executor. You can find details about this and additional bugfixes in Microsoft's blog post here.
    • I only use 3 extensions in Zen. I don't need or want a ton of stuff in my browser i don't use.
    • I prefer to choose my own ad bockers, not what the browser seems to think I need. i remember the days when a browser was just that, now they try and be everything and add stuff in that not all of us want. I bet Brave is full of AI rubbish? I will stick with Zen, not perfect, but better than others.
    • PDF-XChange Editor 11.0.1.0 by Razvan Serea PDF-XChange Editor is a comprehensive PDF editor that allows you to create, view, edit, annotate, and digitally sign PDF documents with ease. With advanced features like OCR, document security, and PDF optimization, PDF-XChange Editor is a powerful tool for both personal and professional use. Whether you need to edit text, images, or links, or add comments, stamps, or watermarks, PDF-XChange Editor provides all the necessary tools to make your PDFs look perfect. Additionally, it supports a wide range of file formats, including PDF, XPS, and DOCX, making it easy to convert and share your documents. PDF-XChange Editor key features: Edit text and images in PDF documents Add and remove pages from PDF files Annotate and markup PDFs with comments, highlights, and stamps Use OCR to convert scanned documents into searchable text Create and fill out PDF forms Sign and certify PDF documents digitally Add and edit hyperlinks within PDFs Extract text and images from PDF files Batch process multiple PDF files at once Customize the interface to your preferences Work with multiple documents in tabs Convert PDFs to other formats such as Word, Excel, and HTML Use advanced redaction tools to permanently remove sensitive information Add customizable headers and footers to PDFs Merge multiple PDF documents into a single file Split PDF documents into multiple files Add watermarks to PDF documents Use the measurement tools to calculate distances and areas in PDFs ....and much more PDF-XChange Editor 11.0.1.0 changelog: Fixed a crash in the new Open/Save dialog box when creating a new folder in an unavailable network path. (49552) Fixed a rare/infrequent crash on some dynamic XFA forms after changing their field values. [installer] Fixed an issue where shortcuts were lost during an upgrade from the previous version. [installer] Fixed an issue preventing migration of serial keys during updates from version 10. Fixed the issues with the shell context menu after installation of version 11. Fixed the issue with filtering comments. (49478) Fixed the issue that caused "Error [IO subsystem]: Invalid access mode." when converting PDFs to MS Office formats. Fixed an issue with the context menu position on some multi-monitor systems. (48467) Fixed an issue with handling complex custom file filters, displayed by JS, in the new Open/Save Files dialog box. (49486) Fixed several issues with the new 'Select Folder' dialog box. (49505) Fixed an issue with the new custom 'Open File' dialog box when using double-click to open it. (49498) Fixed an 'infinite' loop/proliferation in the 'Open Files' and 'Manage Places' dialog boxes. (49526) Fixed an issue with handling the mouse wheel inside the document "Find" box. (49539) Fixed an incorrect behaviour in the 'Go back (Alt+Left)' button in the new Open/Save Files dialog box. (49510) Fixed an issue with the shortcut keys (Alt+Left/Right) after navigating via breadcrumb paths in the new Open/Save Files dialog box. (49554) [installer] Fixed an issue with redrawing the progress text in the EXE installers. Fixed the issue where a mouse click outside of the polyline/polygon context menu during annotation creation would cancel the annotation. (49475) We switched back to using the system Open/Save/SelectFolder dialog box by default, instead of using the new one, because some popular features such as the QuickAccess/Recent items are missing in the new version. These will be added in a future release. Replaced the 'Extension' column in the new Open/Save File dialog box with a more user-friendly 'Type' column. Also fixed some issues when handling the 'Show file extension' option. (49497) Added the ability to authenticate local network shares in the new Open/Save Files dialog box. (49557) Improved the handling of dates after 01.01.2030 in XFA files - now such dates are stored properly when set via the dropdown widget. Flags NoZoom and NoRotate are now respected for only a limited subset of annotations. Download: PDF-XChange Editor (64-bit) | Portable ~300.0 MB (Shareware) Download: PDF-XChange Editor (32-bit) | Portable ~200.0 MB Download: PDF-XChange ARM64 | 276.0 MB Download: PDF-XChange Portable @PortableApps.com | 97.0 MB View: PDF-XChange Editor Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • 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
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      +Edouard
      144
    4. 4
      ATLien_0
      86
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!