I have just noticed a small bug in the new design.. This is a small issue when it comes to Posting or replying onto a particular thread or article.

Please check my attachment to notice how its appearing on my system on (IE 8, Firefox and Chrome ).
I have just checked through the HTML syntax and have noticed a small difference in normal posts which appear all good and the code for the Post Message.

<div class="post-userinfo"> 
        <div>
            <a href="/members/294382/Sky-Diploma"><img class="avatar" src="http://static.daniweb.com/images/avatars/avatar294382.gif" width="80" height="80" alt="Member Avatar"></a>
        </div>
            <a href="/members/294382/Sky-Diploma" class="username">Sky Diploma</a> <div class="usertitle">
            Practically a Posting Shark

        </div> 
        <div class="posts-since"><span class="posts">826 posts</span> since Mar 2008</div> <div class="usertip"> <div>Reputation Points: 673</div> <div>Solved Threads: 125</div> </div> 
        </div>

The above codes hows the Normal Avatar and link which should look as its supposed to..

<div class="post-userinfo"> 
    <a href="/members/294382/Sky-Diploma"><img class="avatar" src="http://static.daniweb.com/images/avatars/avatar294382.gif" width="80" height="80" alt="Member Avatar"></a> 
    <a href="/members/294382/Sky-Diploma" class="username">Sky Diploma</a> 
    </div>

This now represents the Code for the reply dialog.. I have noticed that we are missing a <div> </div> around the Avatar which is causing the bug to happen.

TrustyTony commented: This is real programmer error bug report which cause and fix included! +0

Recommended Answers

All 3 Replies

Tested, confirmed, fixed, and pushed to staging. It should make it to production today or tomorrow. Thanks for the report. :)

Great :). Will mark this as "SOLVED" . btw awesome work on the site. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.