-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Invalid URL detection in cell UI #4546
Comments
@wetneb Am volunteering to work on this issue |
@wetneb , please assign me this issue. |
@wetneb I created project and I had some confusion - Do I have to put above string in marked(black) one(below Image) to reproduce the issue? |
I cannot parse your sentence, I am not sure what you mean, sorry! The issue involves URLs so to reproduce it you will definitely need to have some URLs in your cell values, and I cannot see any URLs in your screenshot. |
@Binita-tech You can add URLs through the edit menu of the cells |
I would try to adapt the regex that detects the URL so that it does not accept newlines directly. It is a complicated regex though! |
Sometimes the cell UI gets URL boundaries wrong.
To Reproduce
Create a project and put the following string in a cell:
Current Results
Expected Behavior
The URL should not continue on the following line.
Versions
The text was updated successfully, but these errors were encountered: