[Solved] Can't get dropdown menus to work on Skinit
Moderator: trava90
Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only. The main focus here is on Pale Moon on Windows. Please direct your questions that are specific for Linux and Mac to the dedicated boards for those operating systems.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only. The main focus here is on Pale Moon on Windows. Please direct your questions that are specific for Linux and Mac to the dedicated boards for those operating systems.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
[Solved] Can't get dropdown menus to work on Skinit
I can't get dropdown menus to work on Skinit, for example: http://www.skinit.com/designs/sports-co ... distressed
Windows 8.1
PM 25.3.1 x86
Replicated in Safe Mode
Same with Compatibility Mode enabled or disabled.
Did I miss something obvious?
Thanks
Windows 8.1
PM 25.3.1 x86
Replicated in Safe Mode
Same with Compatibility Mode enabled or disabled.
Did I miss something obvious?
Thanks
- Night Wing
- Knows the dark side

- Posts: 4470
- Joined: 2011-10-03, 10:19
- Location: Texas, USA
Re: Can't get dropdown menus to work on Skinit
I clicked on your link using 64 bit linux Pale Moon 25.3.1 in 64 bit linux Mint 17 and all the drop down menus work for me. I also clicked on "Spider Man" under the Designs heading and those are some nice illustrations of Spider Man. I'm not using FF Compat mode either.
Since I'm using linux Mint 17, maybe someone else will see if they work in Windows 7 since you're using Windows (8.1).
BTW, thanks for providing the link to the site.
Since I'm using linux Mint 17, maybe someone else will see if they work in Windows 7 since you're using Windows (8.1).
BTW, thanks for providing the link to the site.
Last edited by Night Wing on 2015-04-03, 23:23, edited 1 time in total.
Linux Mint 20.1 (Ulyssa) Xfce 64 Bit with 64 Bit linux Pale Moon
Re: Can't get dropdown menus to work on Skinit
Site linked to works perfectly fine (although slow loading) on my system:
Windows 7
PM 25.3.1 x86
Fine in normal mode with FF compat mode off (haven't tried with it on since it's late)
Windows 7
PM 25.3.1 x86
Fine in normal mode with FF compat mode off (haven't tried with it on since it's late)
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss


-
megaman
Re: Can't get dropdown menus to work on Skinit
I am not having issues with the drop-down as well.
The site took a little while to load, but that shouldn't deter us from the issue.
Your browser must've gotten corrupted over time, do a clean installation.
Try a new Profile, just incase. I know SafeMode can overrule a lot, but it doesn't hurt to try.
The site took a little while to load, but that shouldn't deter us from the issue.
Your browser must've gotten corrupted over time, do a clean installation.
Try a new Profile, just incase. I know SafeMode can overrule a lot, but it doesn't hurt to try.
-
Supernova
Re: Can't get dropdown menus to work on Skinit
I use this custom button code, with the custom button extension, to get a quick switch for the compat mode :Moonchild wrote:Fine in normal mode with FF compat mode off (haven't tried with it on since it's late)
Code: Select all
const gPref = Services.prefs.getBranch("general.useragent.compatMode.");
var imageOn = "chrome://custombuttons/skin/stdicons/gbutton.png";
var imageOff = "chrome://custombuttons/skin/stdicons/rbutton.png";
if (gPref.getBoolPref("firefox")) this.image = imageOn;
else this.image = imageOff;
this.onclick = function(e) {
if (e.button == 0) {
var enable = gPref.getBoolPref("firefox") != true ? true : false;
gPref.setBoolPref("firefox", enable);
if (enable) this.image = imageOn;
else this.image = imageOff;
} }
Re: Can't get dropdown menus to work on Skinit
Well jeesh. Nothing like a reboot for a totally different issue to solve the problem. Sorry to bother you all.
-
megaman
Re: Can't get dropdown menus to work on Skinit
Glad to be of service?x-15a2 wrote:Well jeesh. Nothing like a reboot for a totally different issue to solve the problem. Sorry to bother you all.
Anyway, glad to be of service.
Re: [Solved] Can't get dropdown menus to work on Skinit
Off-topic:
(in fact, I have only switched it on to check reported sites in the past few months, never needed for my normal, widely varied browsing otherwise)
It was just too late to do a more thorough check, is all.
I don't mind the extra few seconds it takes to go through options - I hardly ever need to switch it onSupernova wrote:custom button extension, to get a quick switch for the compat mode
It was just too late to do a more thorough check, is all.
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss



