[Beta1] Can't access Certificates validation options Topic is solved

This board is for discussions, bug reports, etc. for pre-releases of the v27 milestone codenamed "Tycho".

Since the beta phase is over, this board is closed for new posts/topics.
JustOff

[Beta1] Can't access Certificates validation options

Unread post by JustOff » 2016-10-07, 05:05

In Alpha&Beta1@Windows "Tools->Options->Advanced->Certificates->Validation" results to complete browser lock.

New Tobin Paradigm

Re: [Beta1] Can't access Certificates validation options

Unread post by New Tobin Paradigm » 2016-10-07, 05:22

It isn't an actual lock.. or a hang or a crash.. On Windows (and maybe mac) the Preferences (Options on Windows) Window and stuff it pops up.. in some cases are children of the windows they spawned from. Thus, disabling them from clicks.. If you had say another window open.. That would still work.. It is just a quirk of when things go wrong on child windows.

According to http://xref.palemoon.org/tycho-trunk/source/browser/components/preferences/advanced.js#648 this button is to spawn a child window with that chrome url.. However, it seems this UI has gone missing..

Actually, it is the last commit in toolkit/mozapps/preferences on Tycho's defunct repo kept around for historical reference .. Recorded here: https://github.com/MoonchildProductions/Tycho/commit/fe85da606784ea9486b1cebaa8879aead192d8a9

What would seem to need to happen is we must either revert this commit.. OR we should follow suite with an adapted version of the browser parts.. Taking into account that our preferences are not the in-content version..

Thanks for noticing this issue!

Reminder to my self.. Create an issue on github and fix this..
Off-topic:
Reminder to everyone else.. I am still awesome!

New Tobin Paradigm

Re: [Beta1] Can't access Certificates validation options

Unread post by New Tobin Paradigm » 2016-10-08, 18:40

You do not have the required permissions to view the files attached to this post.

JustOff

Re: [Beta1] Can't access Certificates validation options

Unread post by JustOff » 2016-10-08, 18:44

Matt A Tobin wrote:This has been RESOLVED FIXED
That's cool! Looking forward for Beta2 8-)