Click here to Skip to main content
15,891,529 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: Put the Article along with the code downloads Pin
Pete O'Hanlon25-Mar-15 2:49
mvePete O'Hanlon25-Mar-15 2:49 
GeneralRe: Put the Article along with the code downloads Pin
OriginalGriff25-Mar-15 3:11
mveOriginalGriff25-Mar-15 3:11 
GeneralRe: Put the Article along with the code downloads Pin
Renganathan Iyengar25-Mar-15 3:01
professionalRenganathan Iyengar25-Mar-15 3:01 
GeneralRe: Put the Article along with the code downloads Pin
Chris Maunder25-Mar-15 6:46
cofounderChris Maunder25-Mar-15 6:46 
GeneralRe: Put the Article along with the code downloads Pin
Tom Deketelaere25-Mar-15 10:06
professionalTom Deketelaere25-Mar-15 10:06 
BugBug with the hide / show / expand ... buttons on code blocks Pin
Tom Deketelaere24-Mar-15 2:12
professionalTom Deketelaere24-Mar-15 2:12 
GeneralRe: Bug with the hide / show / expand ... buttons on code blocks Pin
Chris Maunder24-Mar-15 2:30
cofounderChris Maunder24-Mar-15 2:30 
GeneralRe: Bug with the hide / show / expand ... buttons on code blocks Pin
Tom Deketelaere24-Mar-15 2:39
professionalTom Deketelaere24-Mar-15 2:39 
Only half Smile | :)

I still get the 2 lines of buttons (the first time I open those messages without the perma-link)
Clicking the 'hide' button on the second line changes the text to 'Show' on the first line (but not on the second line)
And the first line does have the 'shrink' button no matter what the size of the code block, this first line then disappears when using the perma-link.

But since I don't have it on my message it might just have something to do with older messages or so.

Added bonus:
The 'hide' button (on those messages) doesn't work (even if using the perma-link)


I know I'm not good at explaining things so if I'm not making much sense let me know and I'll email you some screenshots Smile | :)

[EDIT]
Attempt to make it a bit clearer Smile | :)
This is the HTML I get when opening such a post (only the 2 div's that represent the 2 lines of buttons):
HTML
<div class="pre-action-link" id="premain2" style="width:100%;display:block;"><span id="prehide2" onclick="processCodeBlocks.togglePre(2);"> Hide</span>    <span id="preShrink2" onclick="processCodeBlocks.shinkExpand(2);">Shrink</span> <img id="preimg2" src="/images/arrow-up-16.png" style="height:16px;width:16px" onclick="processCodeBlocks.shinkExpand(2);">    <span onclick="return processCodeBlocks.copyCode(2);">Copy Code</span></div>

<div class="pre-action-link" id="premain2" style="width:100%;display:block;"><span id="prehide2" onclick="processCodeBlocks.togglePre(2);">Hide</span>    <span onclick="return processCodeBlocks.copyCode(2);">Copy Code</span></div>

As you can see they are identical except for the shrink button not being present on the second div.
But other than that even the id's are the same.

I tried to 'debug' it further but unfortunatly my front end programming skills aren't up for the task Frown | :( (can't find the javascript associated with these onclick events, but that might be intentional Smile | :) )
[/EDIT]
Tom

GeneralRe: Bug with the hide / show / expand ... buttons on code blocks Pin
Chris Maunder24-Mar-15 16:14
cofounderChris Maunder24-Mar-15 16:14 
GeneralRe: Bug with the hide / show / expand ... buttons on code blocks Pin
Tom Deketelaere24-Mar-15 22:25
professionalTom Deketelaere24-Mar-15 22:25 
GeneralRe: Bug with the hide / show / expand ... buttons on code blocks Pin
Brisingr Aerowing25-Mar-15 8:22
professionalBrisingr Aerowing25-Mar-15 8:22 
GeneralRe: Bug with the hide / show / expand ... buttons on code blocks Pin
Chris Maunder24-Mar-15 17:44
cofounderChris Maunder24-Mar-15 17:44 
GeneralRe: Bug with the hide / show / expand ... buttons on code blocks Pin
Tom Deketelaere24-Mar-15 22:25
professionalTom Deketelaere24-Mar-15 22:25 
BugEmail address confirmation problem Pin
johnrrambo23-Mar-15 22:41
johnrrambo23-Mar-15 22:41 
GeneralRe: Email address confirmation problem Pin
Chris Maunder24-Mar-15 2:29
cofounderChris Maunder24-Mar-15 2:29 
GeneralRe: Email address confirmation problem Pin
johnrrambo24-Mar-15 12:46
johnrrambo24-Mar-15 12:46 
GeneralRe: Email address confirmation problem Pin
Chris Maunder24-Mar-15 13:48
cofounderChris Maunder24-Mar-15 13:48 
GeneralRe: Email address confirmation problem Pin
johnrrambo24-Mar-15 22:32
johnrrambo24-Mar-15 22:32 
SuggestionDisplay-Bug on deleted Profile Pin
manchanx_Tmp23-Mar-15 11:50
manchanx_Tmp23-Mar-15 11:50 
GeneralRe: Display-Bug on deleted Profile Pin
phil.o23-Mar-15 12:14
professionalphil.o23-Mar-15 12:14 
GeneralRe: Display-Bug on deleted Profile Pin
manchanx_Tmp23-Mar-15 13:53
manchanx_Tmp23-Mar-15 13:53 
GeneralRe: Display-Bug on deleted Profile Pin
Chris Maunder23-Mar-15 14:00
cofounderChris Maunder23-Mar-15 14:00 
SuggestionArticle viewcount went the wrong way, again Pin
User 740747023-Mar-15 10:26
User 740747023-Mar-15 10:26 
GeneralRe: Article viewcount went the wrong way, again Pin
Matthew Dennis23-Mar-15 11:19
sysadminMatthew Dennis23-Mar-15 11:19 
GeneralRe: Article viewcount went the wrong way, again Pin
User 740747023-Mar-15 11:35
User 740747023-Mar-15 11:35 

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.