Order Items are no more visible on order view screen

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Order Items are no more visible on order view screen

mrisaliti@libero.it
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

Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
I confirm,

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

Jacques

----- Original Message -----
From: <[hidden email]>
To: "dev" <[hidden email]>
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
>
>
>
Reply | Threaded
Open this post in threaded view
|

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

Bilgin Ibryam
In reply to this post by mrisaliti@libero.it
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%;
 }
 
 /* ================================= */


Reply | Threaded
Open this post in threaded view
|

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

Adrian Crum
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%;
>  }
>  
>  /* ================================= */
>
>
>
Reply | Threaded
Open this post in threaded view
|

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

Adrian Crum
In reply to this post by mrisaliti@libero.it
Fixed, rev 627524.

[hidden email] 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
>
>