You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "mrisaliti@libero.it" <mr...@libero.it> on 2008/02/13 13:09:24 UTC

Order Items are no more visible on order view screen

Hi to all,

I have seen now that is no more visible on the order view screen the order items.
You can see this example :

https://demo.hotwaxmedia.com/ordermgr/control/orderview?orderId=WSCO10000

I didn't know actually if it's a problem with my browser and I have not the time to look at it now.
I didn't know if it related to the replace of head3 style to h3 style.

Thanks
Marco


Re: Order Items are no more visible on order view screen

Posted by Adrian Crum <ad...@hlmksw.com>.
Fixed, rev 627524.

mrisaliti@libero.it wrote:
> Hi to all,
> 
> I have seen now that is no more visible on the order view screen the order items.
> You can see this example :
> 
> https://demo.hotwaxmedia.com/ordermgr/control/orderview?orderId=WSCO10000
> 
> I didn't know actually if it's a problem with my browser and I have not the time to look at it now.
> I didn't know if it related to the replace of head3 style to h3 style.
> 
> Thanks
> Marco
> 
> 

Re: Order Items are no more visible on order view screen

Posted by Adrian Crum <ad...@hlmksw.com>.
We can't change that style because it will break a million other things. 
  I'll look into it.

-Adrian

Bilgin Ibryam wrote:
> I did not check the other screens but a change like this, solves the
> order item issue:
> 
> 
> Index: framework/images/webapp/images/maincss.css
> ===================================================================
> ---framework/images/webapp/images/maincss.css	(revision 627370)
> +++framework/images/webapp/images/maincss.css	(working copy)
> @@ -956,8 +956,7 @@
>  
>  .clear {
>  clear: both;
> -height: 0;
> -visibility: hidden;
> +height: 1%;
>  }
>  
>  /* ================================= */
> 
> 
> 

Re: Order Items are no more visible on order view screen

Posted by Bilgin Ibryam <bi...@iguanait.com>.
I did not check the other screens but a change like this, solves the
order item issue:


Index: framework/images/webapp/images/maincss.css
===================================================================
---framework/images/webapp/images/maincss.css	(revision 627370)
+++framework/images/webapp/images/maincss.css	(working copy)
@@ -956,8 +956,7 @@
 
 .clear {
 clear: both;
-height: 0;
-visibility: hidden;
+height: 1%;
 }
 
 /* ================================= */



Re: Order Items are no more visible on order view screen

Posted by Jacques Le Roux <ja...@les7arts.com>.
I confirm, 

Same problem on XPsp2 with Firefox, IE7 and Opera (last versions)

Jacques

----- Original Message ----- 
From: <mr...@libero.it>
To: "dev" <de...@ofbiz.apache.org>
Sent: Wednesday, February 13, 2008 1:09 PM
Subject: Order Items are no more visible on order view screen


> Hi to all,
> 
> I have seen now that is no more visible on the order view screen the order items.
> You can see this example :
> 
> https://demo.hotwaxmedia.com/ordermgr/control/orderview?orderId=WSCO10000
> 
> I didn't know actually if it's a problem with my browser and I have not the time to look at it now.
> I didn't know if it related to the replace of head3 style to h3 style.
> 
> Thanks
> Marco
> 
> 
>