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: Stupid ad Pin
Jörgen Andersson18-Mar-14 2:53
professionalJörgen Andersson18-Mar-14 2:53 
GeneralRe: Stupid ad Pin
Chris Maunder18-Mar-14 3:23
cofounderChris Maunder18-Mar-14 3:23 
GeneralRe: Stupid ad Pin
Yuriy Loginov18-Mar-14 6:21
professionalYuriy Loginov18-Mar-14 6:21 
GeneralRe: Stupid ad Pin
Jörgen Andersson19-Mar-14 23:55
professionalJörgen Andersson19-Mar-14 23:55 
GeneralRe: Stupid ad Pin
Chris Maunder20-Mar-14 4:21
cofounderChris Maunder20-Mar-14 4:21 
GeneralRe: Stupid ad Pin
Jörgen Andersson20-Mar-14 8:58
professionalJörgen Andersson20-Mar-14 8:58 
GeneralRe: Stupid ad Pin
Jörgen Andersson20-Mar-14 11:48
professionalJörgen Andersson20-Mar-14 11:48 
GeneralRe: Stupid ad Pin
Yuriy Loginov24-Mar-14 3:22
professionalYuriy Loginov24-Mar-14 3:22 
The z-index on the IFrame that contains the Ad is 10. All the z-indices inside of the IFrame are relative to the HTML document that contains them, this means that the dropdown menu only needs z-index of 11 or higher to overlay the Ad. The catch is that "z-index only works on positioned elements (position:absolute, position:relative, or position:fixed)", so it may be getting ignored no matter how high the z-index value is. It looks like the class="tooltip-flyout" has high z-index and is positioned, but it's children class="list-item" is not inheriting this value which may be causing them to hide behind the Ad. With that being said I was not able to reproduce the issue, not even in IE11.
SuggestionApproval of articles in moderation queue. Pin
OriginalGriff17-Mar-14 22:40
mveOriginalGriff17-Mar-14 22:40 
GeneralRe: Approval of articles in moderation queue. Pin
Chris Maunder18-Mar-14 9:37
cofounderChris Maunder18-Mar-14 9:37 
SuggestionBrowse Code Problem Pin
Uzi Granot17-Mar-14 10:38
Uzi Granot17-Mar-14 10:38 
GeneralRe: Browse Code Problem Pin
Chris Maunder19-Mar-14 15:29
cofounderChris Maunder19-Mar-14 15:29 
GeneralRe: Browse Code Problem Pin
Uzi Granot20-Mar-14 1:43
Uzi Granot20-Mar-14 1:43 
GeneralRe: Browse Code Problem Pin
Uzi Granot23-Mar-14 2:35
Uzi Granot23-Mar-14 2:35 
Bugbug in html line feeds in article editor Pin
Christophe Bertrand17-Mar-14 8:40
Christophe Bertrand17-Mar-14 8:40 
GeneralRe: bug in html line feeds in article editor Pin
Marco Bertschi17-Mar-14 8:47
protectorMarco Bertschi17-Mar-14 8:47 
GeneralRe: bug in html line feeds in article editor Pin
Christophe Bertrand17-Mar-14 9:00
Christophe Bertrand17-Mar-14 9:00 
GeneralRe: bug in html line feeds in article editor Pin
Marco Bertschi17-Mar-14 9:05
protectorMarco Bertschi17-Mar-14 9:05 
GeneralRe: bug in html line feeds in article editor Pin
Christophe Bertrand17-Mar-14 9:45
Christophe Bertrand17-Mar-14 9:45 
GeneralRe: bug in html line feeds in article editor Pin
Marco Bertschi17-Mar-14 9:56
protectorMarco Bertschi17-Mar-14 9:56 
GeneralRe: bug in html line feeds in article editor Pin
Christophe Bertrand17-Mar-14 10:19
Christophe Bertrand17-Mar-14 10:19 
GeneralRe: bug in html line feeds in article editor Pin
Marco Bertschi17-Mar-14 10:22
protectorMarco Bertschi17-Mar-14 10:22 
GeneralRe: bug in html line feeds in article editor Pin
Chris Maunder17-Mar-14 13:03
cofounderChris Maunder17-Mar-14 13:03 
GeneralRe: bug in html line feeds in article editor Pin
Marco Bertschi17-Mar-14 21:30
protectorMarco Bertschi17-Mar-14 21:30 
SuggestionBug in rep history Pin
Johnny J.17-Mar-14 5:41
professionalJohnny J.17-Mar-14 5:41 

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.