Script load order bug

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
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Script load order bug

Unread post by Tomaso » 2019-05-19, 11:16

Test:
http://dolske.net/mozilla/tests/prompt/ ... order.html
Expected result: "Main page alert" should appear before "subscript alert", and the page should finnish loading.
Actual result: "Main page alert" appears before "subscript alert", like it should (fixed in Pale Moon v28.5.0), but the page never finnish loading.

Note:
In Pale Moon v28.4.1, the script load order is wrong ("subscript alert" appears before "Main page alert"), but the page finnish loading just fine.

Possibly partially faulty commit:
https://github.com/MoonchildProductions ... a255669829

Reference:
https://github.com/MoonchildProductions ... -487404475

--

Perhaps someone can track down the source of the problem, so that a proper report can be filed at GitHub?

New Tobin Paradigm

Re: Script load order bug

Unread post by New Tobin Paradigm » 2019-05-19, 13:57

"So a proper report can be made". This is the faulty logic you operate under. The github issue tracker for UXP isn't largely for vauge reports. That is what the forum is for.

The issue tracker at the repo is for tracking the progress of confirmed issues to be solved that are well defined. I have been telling you this for years that this, the forum, is the proper place to work out that definition.

Do keep your self confined to here. If there is progress, someone who is not you will create a well defined issue to be resolved.

User avatar
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Re: Script load order bug

Unread post by Tomaso » 2019-05-19, 14:12

New Tobin Paradigm wrote:
2019-05-19, 13:57
The issue tracker at the repo is for tracking the progress of confirmed issues to be solved that are well defined.
I get the feeling that you keep on bashing people on pure principle.
If someone is able to "track down the source of the problem" (which I asked), then the issue has been confirmed and defined, right?
You don't have to worry about me ever reporting it at GitHub though, because I've already decided to leave that to developers from now on.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35602
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Script load order bug

Unread post by Moonchild » 2019-05-19, 18:42

Tomaso wrote:
2019-05-19, 14:12
I get the feeling that you keep on bashing people on pure principle.
I get the feeling you simply don't want to accept basic common sense as something valid to follow, and will buck any time at anyone who points that out to you.

Follow what has been laid out for you multiple times already in multiple issues.

All of this is off-topic (whee that didn't last long!) for your OP.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"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
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35602
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Script load order bug

Unread post by Moonchild » 2019-05-19, 18:46

Tomaso wrote:
2019-05-19, 11:16
Possibly partially faulty commit:
https://github.com/MoonchildProductions ... a255669829

Reference:
https://github.com/MoonchildProductions ... -487404475
No

Already answered in my comment RIGHT BELOW IT on the github issue.
That just addresses the fact that you can have multiple tab-modal prompts at the moment and that is why the order is reversed but that does NOT fix any script loading issue
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Locked