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 )

11528 put(a) pogledan, 8 odgovor(a) 10.12.2012. 21:45:22Kreirao(la) 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
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
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
Ovaj sadržaj još nije ocijenjen. 
2218 Reputacija 300 Ukupno objava
super

super

11.12.2012. 1:42:33
sorry.. here it is..
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
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.
Ovaj sadržaj još nije ocijenjen. 
459 Reputacija 55 Ukupno objava
super

super

19.12.2012. 0: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.
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
ivanb

ivanb

19.12.2012. 7:52:47
Ok, I will try simulate your situation on MonoX, and reply to you as soon as possible..
Ovaj sadržaj još nije ocijenjen. 
459 Reputacija 55 Ukupno objava
super

super

24.12.2012. 10:38:59
Hello Ivanb, any update with this bug ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
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.
Ovaj sadržaj još nije ocijenjen. 
459 Reputacija 55 Ukupno objava