Possible deface of a WP-website due to error in comments section

Discussion in 'WordPress' started by Nordvind, May 13, 2010.

  1. #1
    I discovered an interesting bug recently. If you post a comment, that doesn't contain any newline or whitespace characters it all will be displayed in a single line. Probably, an error in comment-listing function (wp_list_comments())
    You can view the effect on a screenshot:
    [​IMG]
     
    Nordvind, May 13, 2010 IP
  2. rono

    rono Greenhorn

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    :)
    I can understand why this error was not spotted before.
    It's hard to write something very long without any whitespace in it.
     
    rono, May 13, 2010 IP
  3. ariffin246

    ariffin246 Well-Known Member

    Messages:
    247
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #3
    maybe it have something to do with the theme design and not wordpress core codes...
     
    ariffin246, May 13, 2010 IP
  4. DrVillain

    DrVillain Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    this is not an error, or bug in/on the server side. its a css bug.
     
    DrVillain, May 13, 2010 IP
  5. Nordvind

    Nordvind Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    DrVillain, thanks. Now I know that it's simply cured with overflow:hidden. Theme can be closed now.
     
    Nordvind, May 30, 2010 IP