Pale Moon 26 (Goanna) beta1 feedback thread

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 38475
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by Moonchild » 2015-08-13, 20:15

Nigaikaze wrote:
DarthVitrial wrote:The Nvidia Driver site (http://www.geforce.com/drivers) seems to think Pale Moon 26 is an "outdated browser", so useragent sniffing, I guess. Firefox compatibility mode does not help.
Ugh. This site looks like it's specifically sniffing the "rv:" slice of the UA string. I've played around with adding "Firefox" and "Gecko" to it, but the only way I could get the "outdated browser" pop-up to go away was to up the value associated with the "rv:" piece.
Well, 2 options: either they get their sniffing fixed or I'll have to add a site-specific override.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Layla2015

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by Layla2015 » 2015-08-14, 04:13

This New Version is way more faster than the latest palemoon 25.6 for me... :clap:

But :cry: its incompatible to IDM (Internet Download Manager) which most user used for fast downloading...
And also noticed smartbox detect my browser as Mobile :lol: thats ok....

So far so good :thumbup: But please fix the IDM issue.... :cry:

User avatar
cartel
Astronaut
Astronaut
Posts: 515
Joined: 2014-03-16, 21:57
Location: Chilliwack, BC

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by cartel » 2015-08-14, 09:43

Moonchild wrote:
Nigaikaze wrote:
DarthVitrial wrote:The Nvidia Driver site (http://www.geforce.com/drivers) seems to think Pale Moon 26 is an "outdated browser", so useragent sniffing, I guess. Firefox compatibility mode does not help.
Ugh. This site looks like it's specifically sniffing the "rv:" slice of the UA string. I've played around with adding "Firefox" and "Gecko" to it, but the only way I could get the "outdated browser" pop-up to go away was to up the value associated with the "rv:" piece.
Well, 2 options: either they get their sniffing fixed or I'll have to add a site-specific override.
The page works, just close the warning box.
ImageImage

User avatar
cartel
Astronaut
Astronaut
Posts: 515
Joined: 2014-03-16, 21:57
Location: Chilliwack, BC

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by cartel » 2015-08-14, 09:51

Nigaikaze wrote:It looks like Adobe's download page for Flash player (https://get.adobe.com/flashplayer/) is sniffing for both "Firefox" and "Gecko." I tried FF compatibility mode and a variety of user agents, and the only way I could download any of the installers is with a UA string that included both "Firefox" and "Gecko" in it.
Use this:
https://fpdownload.macromedia.com/get/f ... player.exe
and
https://fpdownload.macromedia.com/get/f ... plugin.exe

https://www.adobe.com/products/flashpla ... tion3.html
ImageImage

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3020
Joined: 2012-08-19, 20:32

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by back2themoon » 2015-08-14, 09:54

I've come across a forum that uses Invision Power Board and doesn't work properly (Reply buttons have no effect). I'd rather not post the forum here, please PM me if required.

LimboSlam

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by LimboSlam » 2015-08-14, 19:26

Thanks again MC, the portable seems to be working out. Only thing is I lost my recent modifications in about:config, but that's all.

DarthVitrial
Apollo supporter
Apollo supporter
Posts: 45
Joined: 2015-02-03, 04:53
Location: Colorado

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by DarthVitrial » 2015-08-15, 03:14

As far as I can tell, PM 26b1 also breaks the "Give a Llama" button on DeviantArt - you click the "give" confirmation button and nothing happens.
There might be some other weird cause aside from Goanna, but if there is I haven't found it.

New Tobin Paradigm

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by New Tobin Paradigm » 2015-08-15, 06:38

Several things on dA are known not to work and has been since around their uninspired logo change... For example the download image button.. Though a middle click seems to work as a work around..

megaman

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by megaman » 2015-08-16, 05:54

Upon visiting http://www.watchcartoononline.com/
It goes to the mobile site first, when it shouldn't.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 38475
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by Moonchild » 2015-08-16, 06:49

OK, several general remarks about site compatibility:
  • Sites can, will, and often do sniff the presented user agent in several ways. Beta 1 doesn't have a very compatible user agent string by default, since it's "unknown".
  • As a result, you may be presented with fallback layouts that are limited in function.
  • As a result you may also be presented with the mobile version of the site instead of the desktop version.
  • As a result, some sites that don't have fallbacks for unknown browsers, may even completely break when they see something unknown
These issues aren't caused by the browser itself per se, or by the inability of the browser to render the sites, but rather by the sites presenting different web page code to the browser because of what it thinks the browser is. Unfortunately in this day and age where we've gone from emerging standards back to a million drafts and random implementations of browser-specific code, sites that want to be "modern" (meaning relying on bleeding edge code that may not be supported or even standard) often end up doing this cheap, outdated "browser detection" and choke on the user agent string presented.

Beta 2 will address some of these issues by introducing a second "compatibility slice" to indicate it's "like Gecko". Ultimately, though, it may be necessary to maintain an on-line list of compatibility strings if sites are slow or unwilling to adopt better practices.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
cartel
Astronaut
Astronaut
Posts: 515
Joined: 2014-03-16, 21:57
Location: Chilliwack, BC

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by cartel » 2015-08-16, 07:55

The beta still freezes when watching YouTube and trying to upload to Imgur.
http://forum.palemoon.org/viewtopic.php?f=29&t=8345
ImageImage

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 38475
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by Moonchild » 2015-08-16, 10:51

cartel wrote:The beta still freezes when watching YouTube and trying to upload to Imgur.
http://forum.palemoon.org/viewtopic.php?f=29&t=8345
Did you read the first post of this thread? I don't think you did. Please only comment on things that are specific to this beta.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

flaxthejute
Apollo supporter
Apollo supporter
Posts: 37
Joined: 2014-10-03, 21:21
Location: Scotland

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by flaxthejute » 2015-08-17, 13:51

Hi all

I tried using the beta to access a Business Objects XI application. It works pretty well, but right-clicking doesn't bring up the BOXI menu, it brings up the normal Pale Moon context menu. I tried accessing the same app in Pale Moon 25 and everything works as expected. Any suggestions?

11ryanc

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by 11ryanc » 2015-08-17, 18:02

Overheard some things about Deviantart. The download button does work if you middle click it, or open in a separate tab. It was connected to adblocking, actually. See whenever you access the download option, an ad GUI may come up. You must close it to proceed. With adblocking enabled, it simply does not work at all. This isn't isolated to just Pale Moon, I've noticed it even in Firefox ESR. Love DA as a service, use it on a daily basic. It has become a little headache inducing though. Luckily found a few userstyles, from a da fan, which fixes the UI back a little. And yeah, the beta uses it's own UA. Sites won't always recognize. You could always enable FF Compatibility Mode, or pull over the 25.x useragent.override strings.
On another note, I do have something to report though. It may very well just be an extension compatibility issue, maybe not. Using the last supported Classic Toolbar Buttons addon does work in the latest beta. However, the customize options within main browser GUI became somewhat broken. If I were to move an element around, often context menu items would become unclickable until next browser restart. Does not occur in 25.6.0.

New Tobin Paradigm

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by New Tobin Paradigm » 2015-08-17, 20:21

If you figure out an exception rule for ABL for the dA issue please let me know.

11ryanc

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by 11ryanc » 2015-08-17, 23:04

None, as far as I know. Maybe a small script could suffice for that purpose? Trigger button into a tab automatically. I'm novice in this area, so I'm honestly guessing. At least the element allows native browser context menu access though. If this were reliant on in-built site controls, it would be messy..
Off-topic:
Shocked Google has not done anything like that yet. Probably just jinxed us all :thumbup:
Last edited by 11ryanc on 2015-08-18, 00:46, edited 1 time in total.

New Tobin Paradigm

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by New Tobin Paradigm » 2015-08-18, 00:13

Off-topic:
11ryanc to use the offtopic tag properly make sure your text is within the opening and closing offtopic tags. Sorry it has bugged me for years now :P

Code: Select all

[offtopic]This is off topic text[/offtopic]

11ryanc

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by 11ryanc » 2015-08-18, 00:48

Matt A Tobin wrote:
Off-topic:
11ryanc to use the offtopic tag properly make sure your text is within the opening and closing offtopic tags. Sorry it has bugged me for years now :P

Code: Select all

[offtopic]This is off topic text[/offtopic]
Off-topic:
Uhh.. Sorry, it's been a while. You can put your OCD at ease now lol

leomate

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by leomate » 2015-08-19, 16:02

Some website (example kaskus.co.id) Always redirect to mobile version (no matter even when i click desktop version in footer)

11ryanc

Re: Pale Moon 26 (Goanna) beta1 feedback thread

Post by 11ryanc » 2015-08-19, 17:53

leomate wrote:Some website (example kaskus.co.id) Always redirect to mobile version (no matter even when i click desktop version in footer)
Have you tried issuing a useragent.override for the site? FF Compat Mode also still exist in 26.0, it just is not enabled.