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

 
SuggestionBug in Zip transformation Pin
Christophe Bertrand19-Mar-14 1:49
Christophe Bertrand19-Mar-14 1:49 
GeneralRe: Bug in Zip transformation Pin
Chris Maunder19-Mar-14 15:28
cofounderChris Maunder19-Mar-14 15:28 
GeneralRe: Bug in Zip transformation Pin
Christophe Bertrand20-Mar-14 6:15
Christophe Bertrand20-Mar-14 6:15 
SuggestionEdit other people's article Pin
Rage18-Mar-14 3:43
professionalRage18-Mar-14 3:43 
AnswerRe: Edit other people's article Pin
Kornfeld Eliyahu Peter18-Mar-14 5:15
professionalKornfeld Eliyahu Peter18-Mar-14 5:15 
GeneralRe: Edit other people's article Pin
Rage18-Mar-14 5:17
professionalRage18-Mar-14 5:17 
AnswerRe: Edit other people's article Pin
Kornfeld Eliyahu Peter18-Mar-14 5:20
professionalKornfeld Eliyahu Peter18-Mar-14 5:20 
GeneralRe: Edit other people's article Pin
Richard MacCutchan18-Mar-14 7:03
mveRichard MacCutchan18-Mar-14 7:03 
GeneralRe: Edit other people's article Pin
SoMad19-Mar-14 15:36
professionalSoMad19-Mar-14 15:36 
GeneralRe: Edit other people's article Pin
Richard MacCutchan19-Mar-14 23:12
mveRichard MacCutchan19-Mar-14 23:12 
SuggestionStupid ad Pin
Jörgen Andersson18-Mar-14 2:04
professionalJörgen Andersson18-Mar-14 2:04 
GeneralRe: Stupid ad Pin
Chris Maunder18-Mar-14 2:32
cofounderChris Maunder18-Mar-14 2:32 
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 

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.