Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#13374 closed defect (bug) (invalid)

Possible WP-page mutilation due to error in wp_list_comments

Reported by: nordvind's profile Nordvind Owned by:
Milestone: Priority: normal
Severity: major Version: 2.9.2
Component: Comments Keywords: comments, wp_list_comments
Focuses: Cc:

Description

I discovered that there's no sign limitation for a string in comments. So, if user passes a looong string with no white-spaces or new-line characters, it will be shown all its way straight ahead, as it is in the screenshot:
http://img192.imageshack.us/img192/2859/wpbug.jpg

I think it is annoying bug, that allows to mutilate blogs without a comment premoderation.

Change History (1)

#1 @ocean90
15 years ago

  • Milestone Unassigned deleted
  • Resolution set to invalid
  • Status changed from new to closed

Not a WordPress Bug. You can use CSS to break it.

word-wrap: break-word;
Note: See TracTickets for help on using tickets.