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 11594 time(s), 8 post(s) 10.12.2012 21:45:22by super
super

super

10.12.2012 21:45:22
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
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
mzilic

mzilic

10.12.2012 22:12:39
Hello,

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

Regards,
Mario
Dieser Inhalt wurde noch nicht bewertet. 
2218 Reputation 300 Total posts
super

super

11.12.2012 01:42:33
sorry.. here it is..
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
ivanb

ivanb

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

Thanks.
Dieser Inhalt wurde noch nicht bewertet. 
459 Reputation 55 Total posts
super

super

19.12.2012 00:54:34
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.
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
ivanb

ivanb

19.12.2012 07:52:47
Ok, I will try simulate your situation on MonoX, and reply to you as soon as possible..
Dieser Inhalt wurde noch nicht bewertet. 
459 Reputation 55 Total posts
super

super

24.12.2012 10:38:59
Hello Ivanb, any update with this bug ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
ivanb

ivanb

24.12.2012 11:16:15
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.
Dieser Inhalt wurde noch nicht bewertet. 
459 Reputation 55 Total posts