Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong linenumber in search-result, when line is to long #29136

Closed
zokkis opened this issue Feb 11, 2024 · 3 comments · Fixed by #29260
Closed

Wrong linenumber in search-result, when line is to long #29136

zokkis opened this issue Feb 11, 2024 · 3 comments · Fixed by #29260
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented type/bug
Milestone

Comments

@zokkis
Copy link
Contributor

zokkis commented Feb 11, 2024

Description

When creating files with extra long lines, the text wraps and the linenumber is on the wrong line

Gitea Version

1.21.5

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

image
Line 9 should be the line with "89485bfaa6a42365fbb052f9b34fc809e1bf6d3ed0c3b29376a22104030780c12"

Git Version

No response

Operating System

No response

How are you running Gitea?

Download and systemd

Database

SQLite

@yp05327
Copy link
Contributor

yp05327 commented Feb 15, 2024

Can you provide a sample?

@zokkis
Copy link
Contributor Author

zokkis commented Feb 15, 2024

Can you provide a sample?

There is a screenshot? What do you want more?

  • make a file with a long line
  • Search your repo for this line
  • see the result

@yp05327
Copy link
Contributor

yp05327 commented Feb 19, 2024

After several tries, successfully reproduced this issue.
image
image

@yp05327 yp05327 added the issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented label Feb 19, 2024
@lunny lunny added this to the 1.21.8 milestone Mar 1, 2024
wxiaoguang added a commit that referenced this issue Mar 6, 2024
Fix #29136

Before: The result is a table and all line numbers are all in one row.

After: Use a separate table column for the line numbers.

---------

Co-authored-by: wxiaoguang <[email protected]>
GiteaBot pushed a commit to GiteaBot/gitea that referenced this issue Mar 6, 2024
Fix go-gitea#29136

Before: The result is a table and all line numbers are all in one row.

After: Use a separate table column for the line numbers.

---------

Co-authored-by: wxiaoguang <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants