GithubHelp home page GithubHelp logo

tab_utilities_phoenix's People

Contributors

stux2000 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tab_utilities_phoenix's Issues

break tab context command "bookmark all tabs"

win7 x64
pale moon 28.7.2 (x64)
tab utilities phoenix 2.1.0

when tab utilities phoenix is enable: tab contextmenu command "bookmark all tabs" show "new bookmarks" window is break, click "add bookmarks" button do nothing.

Sound icon on tabs needs a fix

Pale Moon 28.3.0 introduced icons and controls to tabs to indicate if sound is playing in the tab and if so, allowing the user to mute it with a click without activating that tab.
Tab Utilities Phoenix puts this sound icon on the left side although it should be on the right.
Also if I click on the sound icon from other tabs Tab Utilities Phoenix mutes that tab, but also activates that tab, which is not default behavior.

Could you try to fix this, please?

New Tab button not working with New Tab Position Toggle extension

Hello,

I still have issue with this extension, because I am using New Tab Position Toggle extension, which have function opening new tab next to the current with mouse middle click (this function isn't implement in Tab Utilities) .

But when I am using Tab Utilities with this New Tab Position Toggle exntention, New Tab button not working anymore.

I had this issue in original Tab Utilities or in any other clone.

Thank you in advance for any respond. I am using the latest Palemoon 28.7.1 (32bit) .

Vertical tabs seem to be hiding other UI elements.

As mentioned in Issue #8:
Also during testing on current PM stable (28.10.0) when using the tabs on Left or Right feature, the print preview keeps showing the tabs and also returns to a different tab.

IT was also mentioned that the same vertical bar hides the main menu when trying to use it.

(This will be confirmed and tested later.)

Close tab button: UI glitch on Tabs Toolbar

Small glitch when moving the mouse over different tabs. Toggling the following two options doesn't make a difference. Small video attached.

  • Mouse click (down and release) to focus a tab
  • Mouse hover to focus a tab with a delay of x ms

Problem appears when these two are enabled:

Appearance/Tab Bar/Show on tab bar/[Close Tab] button:

  • on pointed tab only
  • on active/pointed tab

Win 10 Pro x64, Pale Moon 28.0.0a4 (PM 27 is ok)

UI glitch.zip

Version 28.11.0 broke "Open new tabs next to current tab"

After installing 28.11.0 open new tabs next to current tab doesn't work anymore.
Maybe it has something to do with the new pref browser.tabs.insertAllAfterCurrent, but it is disabled by default, so...

EDIT: I'm not sure about this, because I'm using Mypal - fork of Pale Moon, so I'm going to close this issue for now.

"Reload Tab Every" is not working

I have two pinned tabs with "Reload Tab Every" enabled. But, they are not reloading. I have tried toggling on/off and different intervals. Still NG.
Pale Moon
Version: 32.2.0 (64-bit)
Build identifier: 20230515
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Goanna/6.2 Firefox/102.0 PaleMoon/32.2.0

Tab group Tab Twisty is not working in Pale Moon 28.

The Tab Groups' tab twisty icon does not show up in Pale Moon 28, I have been unable to determine why.

Workarounds:

  • The keystroke [Ctrl][Alt]-[+] will expand the current selected tab group
    ** (or all tab groups if none are selected or the current tab group is already expanded)
  • The keystroke [Ctrl][Alt]-[-] will collapse the current selected tab group
    ** (or all tab groups if none are selected or the current tab group is already collapsed)
  • Right click on a tab group tab, under the "Tab Stack" submenu select "Expand Stack" or "Collapse" stack as needed.

Navigation and Tab toolbars do not appear when hovered near top in fullscreen mode

Normally in base PM when you hover on top of the screen during full screen, Tab and Navigation toolbar should appear (with address bar and all).
After installing this addon, this hover behavior is no longer possible. Tested with no other addons enabled and fresh profile on PM32.
This makes it difficult to operate in full screen.
The only possible "fix" I found was to have those bars always visible in full screen, but that kinda defeats the purpose of using full screen to begin with.

Hopefully it is possible to bring back this mouse hover behavior back.

Upgrade?

Hello there:

seeing as PaleMoon has recently upgraded the code for the latest version (31) your add-on no longer functions.

I use this add-on, is there an upgrade in the works for version 31?

thx

Print Preview Does not behave properly when new "browser.tabs.insertAllAfterCurrent" setting is set to true

As reported on IRC:

The following commit in PM unstable introduces a new feature "browser.tabs.insertAllAfterCurrent":

If this feature is enabled and the "Print Preview" feature is used, after closing the preview a different tab from what was previewed is shown. This may be caused by clashes in how PM and TU handle tab creation.

Also during testing on current PM stable (28.10.0) when using the tabs on Left or Right feature, the print preview keeps showing the tabs and also returns to a different tab.

Conflicts with TooManyTabs addon since PM28: cannot show or hide toolbars

Here's what right-clicking on empty space in a toolbar does in a fresh profile with either TUP or TMT (or neither) enabled:

https://i.imgur.com/Tc9Ypkj.png

Here's what the same action looks like when both are enabled:

https://i.imgur.com/0YAmBU0.png

This only started after I upgraded to PM28. The developers of TMT are completely unresponsive, so is there a chance you could fix this or at least identify what might be causing this? Thanks in advance.

Add Support for browser.tabs.fadeLabels in PM 32.1

The beta for PM 32.1 changes how long tab names are handled. Instead of cutting off the name with an ellipsis (...), the name simply fades. This behavior is now handled by the following about:config option:

  • browser.tabs.fadeLabels

This enhancement would add a checkbox to the "Tab Bar" section under "Apperance" in the "Tab Utilities Options" screen. It should say something like "Fade Tab Labels" or similar.

Pinned Tabs expand to normal tab width when loading

Hi!

For some versions of Palemoon now, pinned tabs expand to normal tab width when loading.
The last version of Palemoon where the problem didn´t occur is 31.2.0.1.
The position of the tab bar is not relevant.
If I disable Tab_Utilities it works as intended, but I miss many function of your addon. :(
I can reproduce it on two different systems, which also have, at least partly, different addons in Palemoon.

It would be really nice if you could look into it.

Regards,
ironduke57

Doesnt play well with some other extensions, relies on inappropriate DOM node to place tab bar left/right

Other extensions modify or add toolbars. Then the incorrect parent node is selected in tabutils-vt.js for left/right/bottom location.

CODE LOCATION: tabutils-vt.js last part, switch statement:

  • switch (TU_getPref("extensions.tabutils.tabBarPosition"))

Tested with TabGroupsManager, which adds an extra tab groups bar above the tabs bar. Result:

  • appcontent.parentNode.insertBefore(tabsToolbar, appcontent) which should be left of the screen, is actually right of the screen.

Solution

The node that the tab bar is placed before/after, needs to be specified in a way thats less likely to be affected by other extensions adding toolbars.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.