Skip to content

doc: Allow resizing of doxygen side-nav#20511

Merged
benpicco merged 1 commit intoRIOT-OS:masterfrom
Remmirad:enable-tree-nav-resizeing
Mar 27, 2024
Merged

doc: Allow resizing of doxygen side-nav#20511
benpicco merged 1 commit intoRIOT-OS:masterfrom
Remmirad:enable-tree-nav-resizeing

Conversation

@Remmirad
Copy link
Copy Markdown
Contributor

Contribution description

Fixes the bug that the side-nav on RIOT-doxygen website can not be resized (in Firefox) (See #20414).

Testing procedure

Open https://doc.riot-os.org/ and try to resize the side-nav on the left (using Firefox).

Issues/PRs references

Closes #20414

Currently it is not possible to resize the side-nav of the RIOT doxygen website in firefox.
This is caused by the window resize_handler being called even for resizing inside the window.
The resize_handler resets the side-nav to a cached size preventing resizing. This commit fixes
this by checking if the window was actually resized.
@github-actions github-actions bot added the Area: doc Area: Documentation label Mar 27, 2024
@mguetschow mguetschow added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Mar 27, 2024
@riot-ci
Copy link
Copy Markdown

riot-ci commented Mar 27, 2024

Murdock results

✔️ PASSED

084c42c doc: Allow resizing of side-nav

Success Failures Total Runtime
1 0 1 14s

Artifacts

@maribu maribu enabled auto-merge March 27, 2024 12:58
@maribu maribu added this pull request to the merge queue Mar 27, 2024
@maribu
Copy link
Copy Markdown
Member

maribu commented Mar 27, 2024

Thanks for the quick fix and congratulation for getting the first PR to RIOT upstream 🍰

@maribu
Copy link
Copy Markdown
Member

maribu commented Mar 27, 2024

I was made aware that you already have contributed to riot-wrappers. Sorry for the confusion and thanks for the continuous help ❤️

@miri64 miri64 added CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation labels Mar 27, 2024
@benpicco benpicco removed this pull request from the merge queue due to a manual request Mar 27, 2024
@benpicco benpicco added this pull request to the merge queue Mar 27, 2024
Merged via the queue into RIOT-OS:master with commit 1b4f45f Mar 27, 2024
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.04 milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: doc Area: Documentation CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow resizing of the side-nav (in Firefox)

7 participants