Mono Support Bug report:: Blog comment list 

Viewed 11129 time(s), 8 post(s), 12/10/2012 9:45:22 PM - by super
12/10/2012 9:45:22 PM
6018 Reputation 709 Total posts

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

1
12/10/2012 10:12:39 PM
2218 Reputation 300 Total posts

Hello,

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

Regards,
Mario

2
12/11/2012 1:42:33 AM
6018 Reputation 709 Total posts

sorry.. here it is..

3
12/11/2012 10:42:47 AM
459 Reputation 55 Total posts

Super,
I believe this is HTML/CSS issue. Can you please send the code, so I can inspect that.

Thanks.

4
12/19/2012 12:54:34 AM
6018 Reputation 709 Total posts

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.

5
12/19/2012 7:52:47 AM
459 Reputation 55 Total posts

Ok, I will try simulate your situation on MonoX, and reply to you as soon as possible..

6
12/24/2012 10:38:59 AM
6018 Reputation 709 Total posts

Hello Ivanb, any update with this bug ?

7
12/24/2012 11:16:15 AM
459 Reputation 55 Total posts

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.

8
This is a demo site for MonoX. Please visit Mono Software for more info.