Download buttons not working on adev-addon.ru

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
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!
Letto

Download buttons not working on adev-addon.ru

Unread post by Letto » 2020-05-01, 11:08

My Pale Moon browser does not open link in this website
Image
When i click on this buttons nothing happens

Download button on this site is not working too
Image
Last edited by Moonchild on 2020-05-01, 14:15, edited 1 time in total.
Reason: Updated topic title. please see forum rules.

User avatar
therube
Board Warrior
Board Warrior
Posts: 1651
Joined: 2018-06-08, 17:02

Re: Bug in Pale Moon

Unread post by therube » 2020-05-01, 11:53

Confirmed.

Is it just the particular code being used?

Code: Select all

<div class="advantages-box-text"><p style="text-align:center"><b><div class="box-new">Содержит архив со всем необходимым для работы скрипта. Включает в себя CLEO, SAMPFUNCS, MOONLOADER и все необходимые библиотеки для последнего. Перемести все напрямую в папку игры с заменой файлов, после запуска у Вас появится уведомление об успешном запуске, если ничего не появилось - обращайтесь в нашу службу поддержки, мы обязательно поможем исправить проблему!</div></b></p></div>

    <div class="box-button"><button type="button" class="btn btn-primary"><a href="luafiles/update/install.rar" download="" style="text-decoration: none; color: #fff;">Скачать</a></button></div>
    </div>

In FF, this loads (displays) the (local created file) Samuel.TXT in the browser window.
In PM, nothing.

downloadbuttontest.html:

Code: Select all

<div class="box-button"><button type="button" class="btn btn-primary"><a href="Samuel.TXT" download="" #fff;">download ME :-)</a></button></div>
Last edited by therube on 2020-05-01, 12:05, edited 2 times in total.

User avatar
badnick
Astronaut
Astronaut
Posts: 670
Joined: 2017-03-23, 19:56

Re: Bug in Pale Moon

Unread post by badnick » 2020-05-01, 12:02

Same for me for the red buttons (fresh profile).
The download is not working in my main profile but works in the fresh profile (probably due to adblockers) but my AV says the download is an infected file and it blocks it
Attachments
Screenshot (973).png
Windows 10 pro /64 (version 1809)
PM last/64

User avatar
Pentium4User
Board Warrior
Board Warrior
Posts: 1132
Joined: 2019-04-24, 09:38

Re: Bug in Pale Moon

Unread post by Pentium4User » 2020-05-01, 12:50

All working fine in Win 7 with new profile, also in Linux with new profile, but not in Linux on my old profile with nMatrix, but no blocked scripts.
The profile picture shows my Maico EC30 E ceiling fan.

User avatar
gepus
Keeps coming back
Keeps coming back
Posts: 943
Joined: 2017-12-14, 12:59

Re: Bug in Pale Moon

Unread post by gepus » 2020-05-01, 13:53

@Letto
You should use a descriptive title!
Pentium4User wrote:
2020-05-01, 12:50
All working fine in Win 7 with new profile, ...
Can't confirm. Red buttons don't work for me (Win7/Pale Moon 28.9.2).
Last edited by gepus on 2020-05-01, 14:07, edited 1 time in total.

User avatar
Pentium4User
Board Warrior
Board Warrior
Posts: 1132
Joined: 2019-04-24, 09:38

Re: Bug in Pale Moon

Unread post by Pentium4User » 2020-05-01, 14:03

gepus wrote:
2020-05-01, 13:53
@Letto
You should use a descriptive title!
Pentium4User wrote:
2020-05-01, 12:50
All working fine in Win 7 with new profile,...
Can't confirm. Red buttons don't work for me (Win7/Pale Moon 28.9.2).
I only tried the яндекс диск, not ADEV.
I can confirm that the download buttons from the first link don't work.
The profile picture shows my Maico EC30 E ceiling fan.

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

Re: Download buttons not working on adev-addon.ru

Unread post by Moonchild » 2020-05-01, 14:18

This is the same thing I've already explained in several other posts.

Using a <button> and expecting content within that button to respond interactively. <button> elements don't work that way. You want a button-like link, then style the link as a button, OR use the button's onclick handler to navigate. Anything inside of a <button> is "phrasing content" i.e. display only.

Please contact the website owner to fix their incorrect use of <button>s
"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
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Re: Download buttons not working on adev-addon.ru

Unread post by Tomaso » 2020-05-01, 19:10

Is this the same issue which prevents the menu toggle button from working @ https://pudding.cool/?
(in the bottom left corner)

User avatar
adesh
Board Warrior
Board Warrior
Posts: 1277
Joined: 2017-06-06, 07:38

Re: Download buttons not working on adev-addon.ru

Unread post by adesh » 2020-05-01, 19:42

Yes. Developers don't need to learn HTML today to create websites.

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

Re: Download buttons not working on adev-addon.ru

Unread post by Moonchild » 2020-05-01, 21:34

Tomaso wrote:
2020-05-01, 19:10
Is this the same issue which prevents the menu toggle button from working @ https://pudding.cool/?
(in the bottom left corner)
Use inspector and you'll see it is so
Image1.jpg
"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