Website menu issue

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!
whoami

Website menu issue

Unread post by whoami » 2018-03-26, 10:00

Hallo,

palemoon can't show some pages in right way. i. e.
https://3druck.com/jobs/
looks by using firefox O.K., but by using palemoon the menue is always down and overlap the text.

with regards
whoami
Last edited by Moonchild on 2018-03-26, 10:32, edited 1 time in total.

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

Re: Website menu issue

Unread post by badnick » 2018-03-26, 18:36

Same to me.

PM 28.8.2/64
Win 10/64
Windows 10 pro /64 (version 1809)
PM last/64

GMforker

Re: Website menu issue

Unread post by GMforker » 2018-03-26, 18:56

Pushlog (for other developers):
https://hg.mozilla.org/mozilla-central/ ... c44ba4fb20

bug #1071646 (Issue #900) is the suspect.

In the source page:

PM:

Code: Select all

<ul class="sub-menu">
vs. (others)

Code: Select all

<ul class="sub-menu" style="float: none; display: none;">

Locked