MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Bug report:: Blog comment list  (Mono Support )

Viewed 10448 time(s), 8 post(s) 12/10/2012 9:45:22 PMby super
super

super

12/10/2012 9:45:22 PM
In the "Blog comment list" wap part, there is a Design Bug.

The profile picture and profile name is not showing properly, see the attached screenshot.

Browser: IE 9

In this situation, I have moved the blog container in left column and blog comments list in right column by following this post::HERE
This content has not been rated yet. 
6018 Reputation 709 Total posts
mzilic

mzilic

12/10/2012 10:12:39 PM
Hello,

I believe you have forgot to upload the screenshot. Can you please upload it? Thanks.

Regards,
Mario
This content has not been rated yet. 
2218 Reputation 300 Total posts
super

super

12/11/2012 1:42:33 AM
sorry.. here it is..
This content has not been rated yet. 
6018 Reputation 709 Total posts
ivanb

ivanb

12/11/2012 10:42:47 AM
Super,
I believe this is HTML/CSS issue. Can you please send the code, so I can inspect that.

Thanks.
This content has not been rated yet. 
459 Reputation 55 Total posts
super

super

12/19/2012 12:54:34 AM
I don't know what HTML/CSS (which css class etc) you need....I have not made any changes in the monox 4.7 official release...

You can test with the official monox release css stylesheet because that's that I have downloaded and found this bug.
This content has not been rated yet. 
6018 Reputation 709 Total posts
ivanb

ivanb

12/19/2012 7:52:47 AM
Ok, I will try simulate your situation on MonoX, and reply to you as soon as possible..
This content has not been rated yet. 
459 Reputation 55 Total posts
super

super

12/24/2012 10:38:59 AM
Hello Ivanb, any update with this bug ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
ivanb

ivanb

12/24/2012 11:16:15 AM
Hi Super,
did you update your MonoX to latest version?  I just simulate your page and everything looks fine. Here's code:
<%@ Page Language="C#"
AutoEventWireup="true"
CodeBehind="test_comments.aspx.cs"
Inherits="MonoSoftware.MonoX.Pages.test_comments"
MasterPageFile="/MonoX/MasterPages/DefaultSmallHeader.master" %>
 
<%@ Register TagPrefix="MonoX" TagName="BlogComments" Src="/MonoX/ModuleGallery/Blog/BlogComments.ascx" %>
 
 
<asp:Content ID="Content1" ContentPlaceHolderID="cp" Runat="Server">
<div class="container">
     <div class="row-fluid">
         <div class="span6"></div>
         <div class="span6">
            <MonoX:BlogComments runat="server" ID="ctlComments"></MonoX:BlogComments>
         </div>
     </div>
</div>
</asp:Content>
As you can see, I put blog comments in right 6 column container (and in left 6 column container where you have blog posts I leave empty) and everything works. Please review if that work for you.

Greetings.
This content has not been rated yet. 
459 Reputation 55 Total posts