Click here to Skip to main content
15,912,205 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
QuestionNotifications without emails? Pin
Ron Beyer19-Aug-13 9:44
professionalRon Beyer19-Aug-13 9:44 
AnswerRe: Notifications without emails? Pin
Thomas Daniels19-Aug-13 20:45
mentorThomas Daniels19-Aug-13 20:45 
GeneralRe: Notifications without emails? Pin
Ron Beyer20-Aug-13 3:58
professionalRon Beyer20-Aug-13 3:58 
SuggestionMail Confirmation - Page Not Found Pin
Ryszard Dżegan19-Aug-13 2:53
professionalRyszard Dżegan19-Aug-13 2:53 
GeneralRe: Mail Confirmation - Page Not Found Pin
Chris Maunder19-Aug-13 16:35
cofounderChris Maunder19-Aug-13 16:35 
GeneralRe: Mail Confirmation - Page Not Found Pin
Ryszard Dżegan29-Aug-13 15:03
professionalRyszard Dżegan29-Aug-13 15:03 
SuggestionMember can report his/her own comment as Spam/Abusive Pin
Thanks787219-Aug-13 1:57
professionalThanks787219-Aug-13 1:57 
GeneralRe: Member can report his/her own comment as Spam/Abusive Pin
Ron Beyer19-Aug-13 5:37
professionalRon Beyer19-Aug-13 5:37 
GeneralRe: Member can report his/her own comment as Spam/Abusive Pin
Sean Ewington19-Aug-13 5:47
staffSean Ewington19-Aug-13 5:47 
GeneralRe: Member can report his/her own comment as Spam/Abusive Pin
PB 369,78319-Aug-13 5:48
PB 369,78319-Aug-13 5:48 
GeneralRe: Member can report his/her own comment as Spam/Abusive Pin
Chris Maunder20-Aug-13 3:16
cofounderChris Maunder20-Aug-13 3:16 
GeneralRe: Member can report his/her own comment as Spam/Abusive Pin
Thanks787220-Aug-13 6:29
professionalThanks787220-Aug-13 6:29 
GeneralRe: Member can report his/her own comment as Spam/Abusive Pin
Pete O'Hanlon20-Aug-13 10:46
mvePete O'Hanlon20-Aug-13 10:46 
GeneralRe: Member can report his/her own comment as Spam/Abusive Pin
PB 369,78321-Aug-13 1:30
PB 369,78321-Aug-13 1:30 
GeneralRe: Member can report his/her own comment as Spam/Abusive Pin
Nelek21-Aug-13 12:22
protectorNelek21-Aug-13 12:22 
SuggestionMessage Removed Pin
17-Aug-13 22:22
Ahmed Nour El-Dean17-Aug-13 22:22 
BugBug in formatting: lines breaks added to the comment text Pin
Sergey Alexandrovich Kryukov17-Aug-13 20:43
mvaSergey Alexandrovich Kryukov17-Aug-13 20:43 
This is the bug which was just introduced.

Please see my comment: http://www.codeproject.com/script/comments/View.aspx?cmt=497349[^].

The source text of the comment was this:
HTML
<a href="http://whathaveyoutried.com"><u>http://whathaveyoutried.com</u></a>?
—SA


When we view the rendering of the text, the question mark appears on the separate line. We know that line breaks in HTML are rendered by the site software as <br/>, it's okay. But I did not insert these line breaks. When I click "edit" icon I can see that my original HTML text was mangled to:
XML
<a href="http://whathaveyoutried.com">
    <u>http://whathaveyoutried.com</u>
  </a>?
—SA

I cannot fix it. Which is apparently wrong.

[EDIT]

The problem was observed using Mozilla browser: Seamonkey 2.20.

—SA
Sergey A Kryukov


modified 19-Aug-13 15:24pm.

GeneralRe: Bug in formatting: lines breaks added to the comment text Pin
Thanks787217-Aug-13 21:25
professionalThanks787217-Aug-13 21:25 
GeneralRe: Bug in formatting: lines breaks added to the comment text Pin
Sergey Alexandrovich Kryukov17-Aug-13 21:31
mvaSergey Alexandrovich Kryukov17-Aug-13 21:31 
GeneralRe: Bug in formatting: lines breaks added to the comment text Pin
Manfred Rudolf Bihy19-Aug-13 6:26
professionalManfred Rudolf Bihy19-Aug-13 6:26 
GeneralRe: Bug in formatting: lines breaks added to the comment text Pin
Sergey Alexandrovich Kryukov19-Aug-13 7:02
mvaSergey Alexandrovich Kryukov19-Aug-13 7:02 
GeneralRe: Bug in formatting: lines breaks added to the comment text Pin
Manfred Rudolf Bihy19-Aug-13 9:11
professionalManfred Rudolf Bihy19-Aug-13 9:11 
GeneralRe: Bug in formatting: lines breaks added to the comment text Pin
Sergey Alexandrovich Kryukov19-Aug-13 9:25
mvaSergey Alexandrovich Kryukov19-Aug-13 9:25 
GeneralRe: Bug in formatting: lines breaks added to the comment text Pin
Manfred Rudolf Bihy19-Aug-13 9:15
professionalManfred Rudolf Bihy19-Aug-13 9:15 
GeneralRe: Bug in formatting: lines breaks added to the comment text Pin
Sergey Alexandrovich Kryukov19-Aug-13 9:23
mvaSergey Alexandrovich Kryukov19-Aug-13 9:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: FixedAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.