Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4402 closed defect (bug) (fixed)

Slides URL field in submit video form is cutting the URL

Reported by: casiepa's profile casiepa Owned by: dd32's profile dd32
Milestone: Priority: normal
Component: WordPress.tv Keywords:
Cc:

Description

When submitting a video using the form on https://wordpress.tv/submit-video/ the 'Slides URL' field is cutting the link if it's slightly longer.
Adding the full URL in the WPTV backend works fine.

Align the form field to the maximum length allowed in the backend.

Change History (4)

#1 follow-up: @BrashRebel
5 years ago

@casiepa just wanted to get clarification on this ticket and go over options. When you say "cutting", are you experiencing the URL value actually being changed/truncated when saved or is it simply not visibly showing the entire URL when you insert it? And what would you suggest as a solution? I cannot envision a simple way to solve the problem without changing the layout of the form.

#2 in reply to: ↑ 1 @casiepa
5 years ago

@BrashRebel
Not being visible is not an issue, but the field has a maxlength="100"
Try to paste https://conimpeto.be/community/talk-wordcamp-rotterdam-2019-maak-een-gutenberg-compatibel-thema-basics-the-quest/ into the field and you will see that it gets cut at <...>thema-basi

Replying to BrashRebel:

@casiepa just wanted to get clarification on this ticket and go over options. When you say "cutting", are you experiencing the URL value actually being changed/truncated when saved or is it simply not visibly showing the entire URL when you insert it? And what would you suggest as a solution? I cannot envision a simple way to solve the problem without changing the layout of the form.

#3 @dd32
5 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 9177:

WordPress.TV: Increase the allowed length for the Slides URL to 200char.

Fixes #4402.

This ticket was mentioned in Slack in #wptv by casiepa. View the logs.


5 years ago

Note: See TracTickets for help on using tickets.