7 Commits

Author SHA1 Message Date
Klaas van Schelven
e0e4104cae Comment-out console.log 2025-11-26 08:34:33 +01:00
Klaas van Schelven
d62d016be3 When selecting text in the stacktrace frameHeader, don't toggle the frame
The frameheader is a typical target for copy/paste actions (filenames/paths)
and having stuff jump around right after selecting is annoying
2025-08-29 14:47:46 +02:00
Klaas van Schelven
9b8409d8b2 Global trailing whitespace cleanup 2025-07-29 12:53:10 +02:00
Klaas van Schelven
35292d0ceb Replace "<a name" elements w/ id=...
Multiple problems w/ <a name

* in itself deprecated
* my approach of self-closing <a is illegal too

replaced w/ spans where necessary.

Further notes:

'topp' was never used; '#top' is taken too, so I went with first-frame (stil unused, 'maybe later')

The fixes in this and preceding commits were inspired by running "Nu Html Checker"

docker run -it --rm -p 8888:8888 ghcr.io/validator/validator:latest

files were simply saved in Firefox and then uploaded; make sure to ignore the warning which is caused by Firefox:

> A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.

I limited checking to the issue-list and various event-detail pages.
2024-09-26 15:58:42 +02:00
Klaas van Schelven
9870acf6d2 show raise/show in-app jump-to-location
TODO: when multiple buttons are pressed in quick succession, the transitions may create some
race-condition
2024-04-04 16:18:44 +02:00
Klaas van Schelven
2de91c998c Show-raise; bigger show x buttons 2024-03-30 22:40:46 +01:00
Klaas van Schelven
c6ba49269e rename issue_stacktrace.js (reflecting what it actually is)
which exposed a needed cleanup
2024-03-30 22:26:02 +01:00