Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🐛 Prevent scroll-to-top on restart/fast buttons intermynal.js#13714

Merged
tiangolo merged 5 commits intofastapi:masterfrom
Ashish-Pandey62:fix-termynal-restart-fast-scroll-behaviour-fix
Aug 31, 2025
Merged

🐛 Prevent scroll-to-top on restart/fast buttons intermynal.js#13714
tiangolo merged 5 commits intofastapi:masterfrom
Ashish-Pandey62:fix-termynal-restart-fast-scroll-behaviour-fix

Conversation

@Ashish-Pandey62
Copy link
Contributor

Issue: Clicking the "restart" or "fast" buttons in the terminal widget causes the page to scroll to the top due to the href="#" attribute, which disrupts the user experience by interrupting their reading flow.

Fix: Changed href="#" to href="#" in the generateRestart and generateFinish methods of termynal.js. This prevents the scroll behavior while keeping the UI and functionality intact.

Testing: Tested locally on the FastAPI docs page. The buttons no longer cause the page to scroll to the top, and their functionality (restarting or speeding up the terminal animation) remains unchanged.

@github-actionsgithub-actionsbot added the docsDocumentation about how to use FastAPI labelMay 14, 2025
@github-actions
Copy link
Contributor

YuriiMotov

This comment was marked as outdated.

@YuriiMotovYuriiMotov changed the titlePrevent scroll-to-top on restart/fast buttons in termynal.js🐛 Prevent scroll-to-top on restart/fast buttons intermynal.jsJun 5, 2025
@Ashish-Pandey62
Copy link
ContributorAuthor

@YuriiMotov Just wanted to check if this is ready to be merged?

@YuriiMotov

This comment was marked as resolved.

@github-actions

This comment was marked as outdated.

@YuriiMotovYuriiMotov self-requested a reviewJuly 22, 2025 10:51
@Ashish-Pandey62

This comment was marked as outdated.

@YuriiMotov

This comment was marked as resolved.

@Ashish-Pandey62Ashish-Pandey62force-pushed thefix-termynal-restart-fast-scroll-behaviour-fix branch froma3b771e to6ca11e9CompareJuly 23, 2025 11:22
@github-actions
Copy link
Contributor

@Ashish-Pandey62
Copy link
ContributorAuthor

@YuriiMotov Thank you for the feedback! I've updated the PR with minimal changes as suggested - now only modifying the href attributes in both functions while keeping all other code intact.

The changes are now focused solely on:

Changing href="#" to href="#" in generateRestart() and generateFinish()Maintaining all existing formatting and structure

This should make the diff much cleaner for review while still fully resolving the scrolling issue. Please let me know if there's anything else that needs adjustment!

YuriiMotov reacted with rocket emoji

Copy link
Member

@YuriiMotovYuriiMotov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM

To check:

Copy link
Member

@tiangolotiangolo left a comment
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Nice, thank you! 🚀

And thanks a lot@YuriiMotov for the review, the detailed step by step to confirm the issue and the fix is super useful! 🙌

@tiangolotiangolo merged commit1088d2a intofastapi:masterAug 31, 2025
52 checks passed
nilslindemann added a commit to nilslindemann/fastapi that referenced this pull requestSep 1, 2025
commit176cd8cAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 15:20:12 2025 +0000    📝 Update release notes    [skip ci]commit1884d76Author: Sebastián Ramírez <tiangolo@gmail.com>Date:   Sun Aug 31 17:19:49 2025 +0200    🔧 Update sponsors: remove Platform.sh (fastapi#14027)commit8062aabAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 15:02:29 2025 +0000    📝 Update release notes    [skip ci]commitee9ccacAuthor: Sebastián Ramírez <tiangolo@gmail.com>Date:   Sun Aug 31 17:02:08 2025 +0200    🔧 Update sponsors: remove Mobb (fastapi#14026)commit5cd4c3bAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:59:17 2025 +0000    📝 Update release notes    [skip ci]commit4584f70Author: Jom Karlo Verzosa <jomkarlov@gmail.com>Date:   Sun Aug 31 18:58:56 2025 +0800    📝 Add deprecation info block about `dict()` in `docs/tutorial/body.md` (fastapi#13906)    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>commitba9c8fbAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:50:12 2025 +0000    📝 Update release notes    [skip ci]commitd9249c1Author: Valentyn <valentin.druzhinin@gmail.com>Date:   Sun Aug 31 06:49:48 2025 -0400    📝 Fix Twitter to be X (Twitter) everywhere in documentation (fastapi#13809)    Co-authored-by: Valentyn Druzhynin <v.druzhynin@zakaz.global>    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>commita973e78Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:33:32 2025 +0000    📝 Update release notes    [skip ci]commit1088d2aAuthor: Ashish Pandey <126683810+Ashish-Pandey62@users.noreply.github.com>Date:   Sun Aug 31 16:17:57 2025 +0545    🐛 Prevent scroll-to-top on restart/fast buttons in `termynal.js` (fastapi#13714)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>commit98ec6a6Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:29:48 2025 +0000    📝 Update release notes    [skip ci]commit6b4d292Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:29:27 2025 +0000    📝 Update release notes    [skip ci]commitd4ddcc5Author: z0z0r4 <z0z0r4@outlook.com>Date:   Sun Aug 31 18:29:21 2025 +0800    📝 Update testing events documentation (fastapi#13259)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>    Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>commit0e5832aAuthor: Hotah Ma <mahongtao0x7e0@163.com>Date:   Sun Aug 31 18:29:01 2025 +0800    📝 Remove obsolete `url` field in error responses in docs (fastapi#13655)    Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>commitee2acd8Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:03:35 2025 +0000    📝 Update release notes    [skip ci]commite902ed5Author: Arnaud Durand <arnaud.durand@live.com>Date:   Sun Aug 31 12:03:10 2025 +0200    📝 Bring the `scope` claim in line with the standard in `docs_src/security/tutorial005.py` (fastapi#11189)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>    Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>commitcef1f16Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 09:59:28 2025 +0000    📝 Update release notes    [skip ci]commit8e63f75Author: Soul Lee <alus20x@gmail.com>Date:   Sun Aug 31 18:59:07 2025 +0900    📝 Update TrustedHostMiddleware Documentation (fastapi#11441)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>    Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>    Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>    Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>commite1b9cc0Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 09:56:48 2025 +0000    📝 Update release notes    [skip ci]commit408b8a9Author: Denny Biasiolli <dennybiasiolli@users.noreply.github.com>Date:   Sun Aug 31 11:56:21 2025 +0200    📝 Remove links to site callbackhell.com that doesn't exist anymore (fastapi#14006)commit0817c95Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 09:16:03 2025 +0000    📝 Update release notes    [skip ci]commitc55f713Author: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>Date:   Sun Aug 31 11:15:41 2025 +0200    📝 Add permalinks to headers in English docs (fastapi#13993)    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>commit7653de2Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 09:11:36 2025 +0000    📝 Update release notes    [skip ci]commit784f068Author: Sebastián Ramírez <tiangolo@gmail.com>Date:   Sun Aug 31 11:11:15 2025 +0200    🛠️ Update `mkdocs_hooks` to handle headers with permalinks when building docs (fastapi#14025)    Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>commit6db0577Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Mon Aug 25 20:03:24 2025 +0000    📝 Update release notes    [skip ci]commit6be02e3Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Date:   Mon Aug 25 22:03:02 2025 +0200    ⬆ [pre-commit.ci] pre-commit autoupdate (fastapi#14016)    updates:    - [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.9...v0.12.10)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>commit9cf7b70Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Wed Aug 20 09:11:20 2025 +0000    📝 Update release notes    [skip ci]commitf75c153Author: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>Date:   Wed Aug 20 11:10:51 2025 +0200    ⬆ Bump `mkdocs-macros-plugin` from 1.3.7 to 1.3.9 (fastapi#14003)    Bump mkdocs-macros-plugin from 1.3.7 to 1.3.9commit5c3a70dAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Mon Aug 18 21:07:25 2025 +0000    📝 Update release notes    [skip ci]commit6a45249Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Date:   Mon Aug 18 23:07:04 2025 +0200    ⬆ [pre-commit.ci] pre-commit autoupdate (fastapi#13999)    updates:    - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.8...v0.12.9)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>commitc230516Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Mon Aug 18 06:35:06 2025 +0000    📝 Update release notes    [skip ci]commitdf77988Author: Mika <44454249+anfreshman@users.noreply.github.com>Date:   Mon Aug 18 14:34:40 2025 +0800    📝 Fix code include for Pydantic models example in `docs/zh/docs/python-types.md` (fastapi#13997)    Updated the Pydantic expiration example in the Chinese documentation
nilslindemann added a commit to nilslindemann/fastapi that referenced this pull requestSep 1, 2025
commit3e2dbf9Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 19:34:37 2025 +0000    📝 Update release notes    [skip ci]commitf5b77ffAuthor: Sebastián Ramírez <tiangolo@gmail.com>Date:   Sun Aug 31 21:34:08 2025 +0200    📝 Add documentation for Behind a Proxy - Proxy Forwarded Headers, using `--forwarded-allow-ips="*"` (fastapi#14028)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>commit176cd8cAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 15:20:12 2025 +0000    📝 Update release notes    [skip ci]commit1884d76Author: Sebastián Ramírez <tiangolo@gmail.com>Date:   Sun Aug 31 17:19:49 2025 +0200    🔧 Update sponsors: remove Platform.sh (fastapi#14027)commit8062aabAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 15:02:29 2025 +0000    📝 Update release notes    [skip ci]commitee9ccacAuthor: Sebastián Ramírez <tiangolo@gmail.com>Date:   Sun Aug 31 17:02:08 2025 +0200    🔧 Update sponsors: remove Mobb (fastapi#14026)commit5cd4c3bAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:59:17 2025 +0000    📝 Update release notes    [skip ci]commit4584f70Author: Jom Karlo Verzosa <jomkarlov@gmail.com>Date:   Sun Aug 31 18:58:56 2025 +0800    📝 Add deprecation info block about `dict()` in `docs/tutorial/body.md` (fastapi#13906)    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>commitba9c8fbAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:50:12 2025 +0000    📝 Update release notes    [skip ci]commitd9249c1Author: Valentyn <valentin.druzhinin@gmail.com>Date:   Sun Aug 31 06:49:48 2025 -0400    📝 Fix Twitter to be X (Twitter) everywhere in documentation (fastapi#13809)    Co-authored-by: Valentyn Druzhynin <v.druzhynin@zakaz.global>    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>commita973e78Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:33:32 2025 +0000    📝 Update release notes    [skip ci]commit1088d2aAuthor: Ashish Pandey <126683810+Ashish-Pandey62@users.noreply.github.com>Date:   Sun Aug 31 16:17:57 2025 +0545    🐛 Prevent scroll-to-top on restart/fast buttons in `termynal.js` (fastapi#13714)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>commit98ec6a6Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:29:48 2025 +0000    📝 Update release notes    [skip ci]commit6b4d292Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:29:27 2025 +0000    📝 Update release notes    [skip ci]commitd4ddcc5Author: z0z0r4 <z0z0r4@outlook.com>Date:   Sun Aug 31 18:29:21 2025 +0800    📝 Update testing events documentation (fastapi#13259)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>    Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>commit0e5832aAuthor: Hotah Ma <mahongtao0x7e0@163.com>Date:   Sun Aug 31 18:29:01 2025 +0800    📝 Remove obsolete `url` field in error responses in docs (fastapi#13655)    Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>commitee2acd8Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 10:03:35 2025 +0000    📝 Update release notes    [skip ci]commite902ed5Author: Arnaud Durand <arnaud.durand@live.com>Date:   Sun Aug 31 12:03:10 2025 +0200    📝 Bring the `scope` claim in line with the standard in `docs_src/security/tutorial005.py` (fastapi#11189)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>    Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>commitcef1f16Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 09:59:28 2025 +0000    📝 Update release notes    [skip ci]commit8e63f75Author: Soul Lee <alus20x@gmail.com>Date:   Sun Aug 31 18:59:07 2025 +0900    📝 Update TrustedHostMiddleware Documentation (fastapi#11441)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>    Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>    Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>    Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>commite1b9cc0Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 09:56:48 2025 +0000    📝 Update release notes    [skip ci]commit408b8a9Author: Denny Biasiolli <dennybiasiolli@users.noreply.github.com>Date:   Sun Aug 31 11:56:21 2025 +0200    📝 Remove links to site callbackhell.com that doesn't exist anymore (fastapi#14006)commit0817c95Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 09:16:03 2025 +0000    📝 Update release notes    [skip ci]commitc55f713Author: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>Date:   Sun Aug 31 11:15:41 2025 +0200    📝 Add permalinks to headers in English docs (fastapi#13993)    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>commit7653de2Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Sun Aug 31 09:11:36 2025 +0000    📝 Update release notes    [skip ci]commit784f068Author: Sebastián Ramírez <tiangolo@gmail.com>Date:   Sun Aug 31 11:11:15 2025 +0200    🛠️ Update `mkdocs_hooks` to handle headers with permalinks when building docs (fastapi#14025)    Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>commit6db0577Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Mon Aug 25 20:03:24 2025 +0000    📝 Update release notes    [skip ci]commit6be02e3Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Date:   Mon Aug 25 22:03:02 2025 +0200    ⬆ [pre-commit.ci] pre-commit autoupdate (fastapi#14016)    updates:    - [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.9...v0.12.10)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>commit9cf7b70Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Wed Aug 20 09:11:20 2025 +0000    📝 Update release notes    [skip ci]commitf75c153Author: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>Date:   Wed Aug 20 11:10:51 2025 +0200    ⬆ Bump `mkdocs-macros-plugin` from 1.3.7 to 1.3.9 (fastapi#14003)    Bump mkdocs-macros-plugin from 1.3.7 to 1.3.9commit5c3a70dAuthor: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Mon Aug 18 21:07:25 2025 +0000    📝 Update release notes    [skip ci]commit6a45249Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Date:   Mon Aug 18 23:07:04 2025 +0200    ⬆ [pre-commit.ci] pre-commit autoupdate (fastapi#13999)    updates:    - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.8...v0.12.9)    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>commitc230516Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Date:   Mon Aug 18 06:35:06 2025 +0000    📝 Update release notes    [skip ci]commitdf77988Author: Mika <44454249+anfreshman@users.noreply.github.com>Date:   Mon Aug 18 14:34:40 2025 +0800    📝 Fix code include for Pydantic models example in `docs/zh/docs/python-types.md` (fastapi#13997)    Updated the Pydantic expiration example in the Chinese documentation
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@tiangolotiangolotiangolo approved these changes

@YuriiMotovYuriiMotovYuriiMotov approved these changes

Assignees

No one assigned

Labels

docsDocumentation about how to use FastAPI

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@Ashish-Pandey62@YuriiMotov@tiangolo

Comments


[8]ページ先頭

©2009-2026 Movatter.jp