Page 4 of 4

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-08, 20:43
by JustOff
Doelli wrote:GKeep Symbol is larger in Pale Moon 28.0.00b3 (32-bit) as in Pale Moon 27.9.3 (32-bit).
This is because the keep-16.png inside the add-on is actually of size 32x32.

You can fix it by adding this to userChrome.css:

Code: Select all

#gkp-toolbar-button > .toolbarbutton-icon {
  width: 32px;
  height: 24px;
  padding: 3px 7px;
}
I have no idea why Pale Moon 27 display the correct size, perhaps Lootyhoof or Moonchild know :coffee:

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-09, 01:06
by GMforker
AFAIK - because "keep-16.png" has MIME type of "image/x-icon"

Pushlog (for other developers):
https://hg.mozilla.org/mozilla-central/ ... 6941bd3794
bug #1201796 Add downscale-during-decode support for the ICO decoder
bug #1196066 Make the ICO decoder work correctly when it receives data in very small chunks
bug #1146663 Remove ImageLib's HQ scaling code, which has been replaced by downscale-during-decode

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-09, 01:52
by Walter Dnes
@JustOff... any word on ANM (Advanced Night Mode)? It does not work on linux 28.0 beta 2 (32-bit).

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-09, 03:36
by Doelli
JustOff wrote:
Doelli wrote:GKeep Symbol is larger in Pale Moon 28.0.00b3 (32-bit) as in Pale Moon 27.9.3 (32-bit).
This is because the keep-16.png inside the add-on is actually of size 32x32.

You can fix it by adding this to userChrome.css:

Code: Select all

#gkp-toolbar-button > .toolbarbutton-icon {
  width: 32px;
  height: 24px;
  padding: 3px 7px;
}
I have no idea why Pale Moon 27 display the correct size, perhaps Lootyhoof or Moonchild know :coffee:
It does work, thank you for the support! :-)

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-09, 13:18
by JustOff
GMforker wrote:AFAIK - because "keep-16.png" has MIME type of "image/x-icon"
[...]
Thanks, this explains the reason, and this is not regression then.
Walter Dnes wrote:any word on ANM (Advanced Night Mode)? It does not work on linux 28.0 beta 2 (32-bit).
It works just fine with the official beta, perhaps something is wrong with your custom builds. If you have any details please write to the ANM support topic.

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-10, 14:31
by Thehandyman1957
[quote="Thehandyman1957"]I just got done sending the TMP folks an email and thought I would share what I sent them.
I'm going to try to get a hold of the TST folks and give the information I have found so far. ;)
Ok, I opened a pull request from the author of this fork of TST here.
https://github.com/piroor/treestyletab/pull/1974

Apparently the author is MIA for a awhile and this is a dead issue now.
So unless someone who has an understanding of this add on and wants to fork
it, it will only work on PM 28 by doing the things I described in a previous post. :geek:

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-19, 18:35
by Thehandyman1957
As I said on another post. The folks at TMP have fixed the issue of dragging the links to the tab bar and
I found another issue with the hide tab bar not working right and sent them the info. Hopefully this will
be fixed soon and we will have a official TMP for PM 28.

As for TST. It's dead in the water unless someone forks it. :thumbdown:

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-28, 16:51
by CraigPD
Any chance Tab Groups 0.3 will be reconstituted to be compatible with PM 28? It's one of two among thirty-odd extensions that didn't properly transition from 27, the other being FireGestures advanced wheel gestures, i.e. switching tabs when scrolling wheel on tab bar.

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-28, 17:09
by Moonchild
CraigPD wrote:Any chance Tab Groups 0.3 will be reconstituted to be compatible with PM 28? It's one of two among thirty-odd extensions that didn't properly transition from 27, the other being FireGestures advanced wheel gestures, i.e. switching tabs when scrolling wheel on tab bar.
I'm afraid I won't have the opportunity to work on that. Anyone else is free to give it a go, though.

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-07-28, 22:54
by SpockFan02
Moonchild wrote:
CraigPD wrote:Any chance Tab Groups 0.3 will be reconstituted to be compatible with PM 28? It's one of two among thirty-odd extensions that didn't properly transition from 27, the other being FireGestures advanced wheel gestures, i.e. switching tabs when scrolling wheel on tab bar.
I'm afraid I won't have the opportunity to work on that. Anyone else is free to give it a go, though.
Oh, that's too bad. I was looking at it a few weeks ago and made some progress but it was still broken. Tab Groups is essential for me. Thanks for the heads up that you won't be working on it.

Re: Unstable 28 Alpha 2: problem extensions

Posted: 2018-08-08, 13:03
by ShonkaiDJ
Hey there. Regarding the Tab Groups (essential for my workflow or flowless work) I opened a topic here:
viewtopic.php?f=63&t=19840

Greatfull Naikaze directed me here but I rather keep it in the above topic since that has Tab Groups in it's title. If this one would have I may have found it easier. There are solutions.