Thanks. I can confirm that the pulldowns work with Firefox 139.0.1 (64-bit).
On 8/15/25 12:06 PM, Tilmann wrote:
I think I fixed the site, the menu seems to work again. Please let me
know if you find more issues.
The current setup is somewhat outdated, it uses the "content"
subfolder and ".htaccess". Without these the website didn't show at all.
Also thank to Tobias for reviewing the initial PR.
Best,
Til
On 14/08/2025 23:25, Julian Hyde wrote:
Correct. For me, the drop-downs with white text at the top of the
page don’t work. The blue hyperlinks elsewhere on the page work fine.
On Aug 13, 2025, at 4:29 PM, Rick Hillegas <rick.hille...@gmail.com>
wrote:
I think I see now. Or at least I see something. The links lower down
on the page work, but nothing happens when I click on the pulldowns
in the banner-line, the ones labelled "General", "Subprojects", and
"Foundation". Is the problem you are describing? Is the problem
bigger than that on your browsers?
On 8/13/25 1:58 PM, Julian Hyde wrote:
FWIW, the nav buttons don’t work on my browser either. (Chrome on
macOS.)
On Aug 13, 2025, at 1:19 PM, Elric V <elri...@melnib.one> wrote:
I don't understand what is meant by "navigation is broken". I see
no problem when I click the top level links on
https://db.apache.org/ using Firefox 139.0.1 (64-bit). More
detail would be appreciated.
Interesting. The top navigation buttons don't do anything on my
end, neihter in Firefox 141 nor in Chrome.
Developer Tools suggest that there are some issues with
Content-Security-Policy and loading data from a Cloudflare CDN.
I'm assuming the most problematic one is this:
Content-Security-Policy: The page’s settings blocked a script
(script-src-elem) at
https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js
from being executed because it violates the following directive:
“script-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval'
https://www.apachecon.com/ https://www.communityovercode.org/
https://*.apache.org/ https://apache.org/ https://*.scarf.sh/”
db.apache.org
This ultimately results in JQuery not loading, and Bootstrap
apparently needs it to render a menu (which makes zero sense, but
whatever).
Uncaught Error: Bootstrap's JavaScript requires jQuery
<anonymous>
https://db.apache.org/js/bootstrap/3.3.7/bootstrap.min.js:6
Not quite sure why that would break on my browser and not on
yours. Maybe my newer FF version is stricter about these things?
Best,
- Elric