Click here to Skip to main content
15,887,175 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: Hot key navigation... Pin
  Forogar  17-Apr-19 2:38
professional  Forogar  17-Apr-19 2:38 
GeneralRe: Hot key navigation... Pin
Chris Maunder17-Apr-19 5:37
cofounderChris Maunder17-Apr-19 5:37 
GeneralRe: Hot key navigation... Pin
  Forogar  17-Apr-19 5:40
professional  Forogar  17-Apr-19 5:40 
GeneralRe: Hot key navigation... Pin
Chris Maunder17-Apr-19 6:30
cofounderChris Maunder17-Apr-19 6:30 
GeneralRe: Hot key navigation... Pin
  Forogar  17-Apr-19 7:26
professional  Forogar  17-Apr-19 7:26 
GeneralRe: Hot key navigation... Pin
Chris Maunder17-Apr-19 7:52
cofounderChris Maunder17-Apr-19 7:52 
BugBookmark button missing for articles in IE. Pin
OriginalGriff5-Apr-19 0:05
mveOriginalGriff5-Apr-19 0:05 
GeneralRe: Bookmark button missing for articles in IE. Pin
Richard Deeming5-Apr-19 1:52
mveRichard Deeming5-Apr-19 1:52 
Probably because IE has some script errors:





SCRIPT1002: Syntax error
article.min.js (10,5305)

SCRIPT5009: 'ReadLaterList' is undefined
Simple-Software-for-Optimal-Control (2460,1)

SCRIPT5009: 'processCodeBlocks' is undefined
Simple-Software-for-Optimal-Control (2449,4)


The first one seems to be caused by an arrow function[^], which isn't supported in any version of IE:
JavaScript
t=n.filter(n=>n.Title.toLowerCase().indexOf(i)>-1);

The other two are probably collateral damage from the first one.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Bookmark button missing for articles in IE. Pin
Chris Maunder7-Apr-19 10:17
cofounderChris Maunder7-Apr-19 10:17 
GeneralRe: Bookmark button missing for articles in IE. Pin
OriginalGriff7-Apr-19 10:38
mveOriginalGriff7-Apr-19 10:38 
GeneralRe: Bookmark button missing for articles in IE. Pin
Chris Maunder7-Apr-19 14:27
cofounderChris Maunder7-Apr-19 14:27 
SuggestionStrange display in Answers list Pin
OriginalGriff3-Apr-19 21:41
mveOriginalGriff3-Apr-19 21:41 
GeneralRe: Strange display in Answers list Pin
Richard Deeming3-Apr-19 22:22
mveRichard Deeming3-Apr-19 22:22 
GeneralRe: Strange display in Answers list Pin
OriginalGriff3-Apr-19 22:55
mveOriginalGriff3-Apr-19 22:55 
GeneralRe: Strange display in Answers list Pin
Richard Deeming4-Apr-19 4:20
mveRichard Deeming4-Apr-19 4:20 
AnswerRe: Strange display in Answers list Pin
Matthew Dennis4-Apr-19 11:30
sysadminMatthew Dennis4-Apr-19 11:30 
GeneralRe: Strange display in Answers list Pin
OriginalGriff4-Apr-19 19:44
mveOriginalGriff4-Apr-19 19:44 
GeneralRe: Strange display in Answers list Pin
Richard Deeming5-Apr-19 3:51
mveRichard Deeming5-Apr-19 3:51 
GeneralRe: Strange display in Answers list Pin
Chris Maunder7-Apr-19 10:18
cofounderChris Maunder7-Apr-19 10:18 
GeneralRe: Strange display in Answers list Pin
OriginalGriff7-Apr-19 10:42
mveOriginalGriff7-Apr-19 10:42 
GeneralRe: Strange display in Answers list Pin
Chris Maunder7-Apr-19 14:27
cofounderChris Maunder7-Apr-19 14:27 
BugAbout Tags and CodeProject's Search Engine Pin
Huseyin Atasoy3-Apr-19 20:27
Huseyin Atasoy3-Apr-19 20:27 
GeneralRe: About Tags and CodeProject's Search Engine Pin
Chris Maunder7-Apr-19 10:19
cofounderChris Maunder7-Apr-19 10:19 
GeneralRe: About Tags and CodeProject's Search Engine Pin
Huseyin Atasoy10-Apr-19 20:00
Huseyin Atasoy10-Apr-19 20:00 
SuggestionCode design not yet fixed ! Pin
wseng3-Apr-19 16:44
wseng3-Apr-19 16:44 

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.