Click here to Skip to main content
15,899,754 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

 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Sean Ewington13-Jan-17 7:59
staffSean Ewington13-Jan-17 7:59 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Anton Angelov13-Jan-17 8:09
Anton Angelov13-Jan-17 8:09 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Sean Ewington13-Jan-17 8:18
staffSean Ewington13-Jan-17 8:18 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Anton Angelov13-Jan-17 8:21
Anton Angelov13-Jan-17 8:21 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Sean Ewington13-Jan-17 8:52
staffSean Ewington13-Jan-17 8:52 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Anton Angelov14-Jan-17 0:38
Anton Angelov14-Jan-17 0:38 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Chris Maunder14-Jan-17 8:38
cofounderChris Maunder14-Jan-17 8:38 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Anton Angelov15-Jan-17 21:49
Anton Angelov15-Jan-17 21:49 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Sean Ewington16-Jan-17 3:13
staffSean Ewington16-Jan-17 3:13 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Anton Angelov18-Jan-17 11:02
Anton Angelov18-Jan-17 11:02 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Chris Maunder18-Jan-17 17:00
cofounderChris Maunder18-Jan-17 17:00 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Anton Angelov19-Jan-17 7:06
Anton Angelov19-Jan-17 7:06 
GeneralRe: Can you check what is the problem with polled status of my site feed Pin
Chris Maunder19-Jan-17 8:16
cofounderChris Maunder19-Jan-17 8:16 
BugWeighted reputation for article downloads Pin
Thomas Daniels11-Jan-17 19:43
mentorThomas Daniels11-Jan-17 19:43 
SuggestionNot Receiving Forum Notifications for 2017 Pin
.dan.g.11-Jan-17 15:02
professional.dan.g.11-Jan-17 15:02 
GeneralRe: Not Receiving Forum Notifications for 2017 Pin
Chris Maunder11-Jan-17 17:03
cofounderChris Maunder11-Jan-17 17:03 
GeneralRe: Not Receiving Forum Notifications for 2017 Pin
.dan.g.11-Jan-17 19:40
professional.dan.g.11-Jan-17 19:40 
BugArticle formatting screwed up (sine a long time?) Pin
Andreas Gieriet10-Jan-17 11:53
professionalAndreas Gieriet10-Jan-17 11:53 
GeneralRe: Article formatting screwed up (sine a long time?) Pin
Sean Ewington11-Jan-17 3:01
staffSean Ewington11-Jan-17 3:01 
GeneralRe: Article formatting screwed up (sine a long time?) Pin
Wendelius11-Jan-17 4:04
mentorWendelius11-Jan-17 4:04 
GeneralRe: Article formatting screwed up (sine a long time?) Pin
Chris Maunder11-Jan-17 7:23
cofounderChris Maunder11-Jan-17 7:23 
GeneralRe: Article formatting screwed up (sine a long time?) Pin
Andreas Gieriet11-Jan-17 17:44
professionalAndreas Gieriet11-Jan-17 17:44 
PraiseRe: Article formatting screwed up (sine a long time?) Pin
Wendelius11-Jan-17 20:35
mentorWendelius11-Jan-17 20:35 
GeneralRe: Article formatting screwed up (sine a long time?) Pin
Andreas Gieriet12-Jan-17 8:05
professionalAndreas Gieriet12-Jan-17 8:05 
Hello Chris,

the highlighting works at places where the article sources did not get screwed up themselves somehow. E.g. see Invent your own Dynamic LINQ parser[^] at the first pre-block. The source view shows that the embedded highlighting in the pre-block got converted over time into plain code... (likewise other highlighting in the same article and others of mine).

The other similar issue is about background color. I did use to simulate console output by giving the foreground color white and the background color black in some pre-block. This used to work in the (distant?) past. Now, it looks like it's kind of filtered: the foreground color is still respected, the background got removed completely. You seem to have some stripping/processing/whatever machinery that processes ***existing*** articles once in a while (my interpretation of the situation). E.g. see Escaping in C#: characters, strings, string formats, keywords, identifiers[^], the pre-block after "results in" used to be started like <pre lang="text" style="background:black;color:white;">... but now is truncated to <pre lang="text" style="color: white">.

Finally, the pre-block attributes countlines and countstart got stripped off somehow from the sources... E.g. see my History section, V1.2 comment in Invent your own Dynamic LINQ parser[^].

Are these any deprecated features?

Regards
Andi
GeneralRe: Article formatting screwed up (sine a long time?) Pin
Chris Maunder12-Jan-17 17:22
cofounderChris Maunder12-Jan-17 17:22 

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

Flags: Fixed

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