Hi,
There is a graphical bug in the screen https://demo904.ofbiz.org/catalog/control/EditCategoryProducts?productCategoryId=SERV-001 The "Edit Category Products" title is really really big. Cimballi |
In which theme and with which browser, do you see the same problem in trunk ?
Jacques From: "Cimballi" <[hidden email]> > Hi, > > There is a graphical bug in the screen > https://demo904.ofbiz.org/catalog/control/EditCategoryProducts?productCategoryId=SERV-001 > The "Edit Category Products" title is really really big. > > Cimballi > |
Hi Jacques,
I don't see the problem anymore with the "light blue" theme in the 9.04 version. Now, if you click on my previous link, the page layout looks bad with the "black and yellow" theme, but this is the 9.04 version, in the trunk version it seems ok. Cimballi On Wed, Aug 19, 2009 at 9:49 AM, Jacques Le Roux<[hidden email]> wrote: > In which theme and with which browser, do you see the same problem in trunk > ? > > Jacques > > From: "Cimballi" <[hidden email]> >> >> Hi, >> >> There is a graphical bug in the screen >> >> https://demo904.ofbiz.org/catalog/control/EditCategoryProducts?productCategoryId=SERV-001 >> The "Edit Category Products" title is really really big. >> >> Cimballi >> > |
I have experienced strange behavior with Business Time theme in trunk. As I navigate, do searches, etc. the size of elements on the page seem to get bigger including buttons, fonts, the size of everything in a table. This is just a general observation. I haven't taken the time to document a reproducible bug.
Vince Clark www.globalera.com [hidden email] (303) 493-6723 office (303) 523-4843 cell ----- Original Message ----- From: "Cimballi" <[hidden email]> To: [hidden email], "Jacques Le Roux" <[hidden email]> Sent: Thursday, August 20, 2009 6:27:17 AM GMT -07:00 US/Canada Mountain Subject: Re: Bug in visual theme when you go in Catalog, Services, Products Hi Jacques, I don't see the problem anymore with the "light blue" theme in the 9.04 version. Now, if you click on my previous link, the page layout looks bad with the "black and yellow" theme, but this is the 9.04 version, in the trunk version it seems ok. Cimballi On Wed, Aug 19, 2009 at 9:49 AM, Jacques Le Roux<[hidden email]> wrote: > In which theme and with which browser, do you see the same problem in trunk > ? > > Jacques > > From: "Cimballi" <[hidden email]> >> >> Hi, >> >> There is a graphical bug in the screen >> >> https://demo904.ofbiz.org/catalog/control/EditCategoryProducts?productCategoryId=SERV-001 >> The "Edit Category Products" title is really really big. >> >> Cimballi >> > |
Are you using firefox ? if so, I have been experiencing the same
problem. But I have never had the chance to reproduce it. Just with a refresh, it is gone... Le 20/08/2009 17:12, Vince Clark a écrit : > I have experienced strange behavior with Business Time theme in trunk. As I navigate, do searches, etc. the size of elements on the page seem to get bigger including buttons, fonts, the size of everything in a table. This is just a general observation. I haven't taken the time to document a reproducible bug. > > Vince Clark > www.globalera.com > [hidden email] > (303) 493-6723 office > (303) 523-4843 cell > -- - Erwan - |
In reply to this post by Cimballi
Yes I am using Firefox. Is there another kind of Browser? ;-)
I'll try the refresh. Vince Clark www.globalera.com [hidden email] (303) 493-6723 office (303) 523-4843 cell ----- Original Message ----- From: "Erwan de FERRIERES" <[hidden email]> To: [hidden email] Sent: Thursday, August 20, 2009 9:27:46 AM GMT -07:00 US/Canada Mountain Subject: Re: Bug in visual theme when you go in Catalog, Services, Products Are you using firefox ? if so, I have been experiencing the same problem. But I have never had the chance to reproduce it. Just with a refresh, it is gone... Le 20/08/2009 17:12, Vince Clark a écrit : > I have experienced strange behavior with Business Time theme in trunk. As I navigate, do searches, etc. the size of elements on the page seem to get bigger including buttons, fonts, the size of everything in a table. This is just a general observation. I haven't taken the time to document a reproducible bug. > > Vince Clark > www.globalera.com > [hidden email] > (303) 493-6723 office > (303) 523-4843 cell > -- - Erwan - |
Le 20/08/2009 17:42, Vince Clark a écrit : > Yes I am using Firefox. Is there another kind of Browser? ;-) for end users, sometimes.... > > I'll try the refresh. >../.. -- - Erwan - |
In reply to this post by Vince Clark
I noticed that yesterday. I created and Example in the Example
component. The initial data entry screen had large labels. After I clicked Save and the page refreshed, the labels got smaller. I was using Firefox. -Adrian Vince Clark wrote: > I have experienced strange behavior with Business Time theme in trunk. As I navigate, do searches, etc. the size of elements on the page seem to get bigger including buttons, fonts, the size of everything in a table. This is just a general observation. I haven't taken the time to document a reproducible bug. > > Vince Clark > www.globalera.com > [hidden email] > (303) 493-6723 office > (303) 523-4843 cell > > > ----- Original Message ----- > From: "Cimballi" <[hidden email]> > To: [hidden email], "Jacques Le Roux" <[hidden email]> > Sent: Thursday, August 20, 2009 6:27:17 AM GMT -07:00 US/Canada Mountain > Subject: Re: Bug in visual theme when you go in Catalog, Services, Products > > Hi Jacques, > > I don't see the problem anymore with the "light blue" theme in the 9.04 version. > Now, if you click on my previous link, the page layout looks bad with > the "black and yellow" theme, but this is the 9.04 version, in the > trunk version it seems ok. > > Cimballi > > > On Wed, Aug 19, 2009 at 9:49 AM, Jacques Le Roux<[hidden email]> wrote: >> In which theme and with which browser, do you see the same problem in trunk >> ? >> >> Jacques >> >> From: "Cimballi" <[hidden email]> >>> Hi, >>> >>> There is a graphical bug in the screen >>> >>> https://demo904.ofbiz.org/catalog/control/EditCategoryProducts?productCategoryId=SERV-001 >>> The "Edit Category Products" title is really really big. >>> >>> Cimballi >>> > |
In reply to this post by Vince Clark
This can easily be corrected. I have fixed this in most of our custom
backend themes, but I have not yet had a chance to create a patch to fix this in the trunk. If one of the committers on this list can take this and run with it, it is a pretty easy fix. The problem is related to the reset at the beginning of style.css. The reset does not baseline a font size so the browser uses its default font size (which I believe is 16px). That would explain the increasing font size. All that is needed is to add the following: html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border:0; margin:0; outline:0; padding:0; font-size: 100%; add font size to reset background:transparent; vertical-align: baseline; } body {line-height: 1; color: black; background: white;} reset line height and baseline colors Add a font-size of 100% to the first reset, and set the line height of the body to 1. This should fix the problem. Ryan Foster HotWax Media 801.671.0769 [hidden email] On Aug 20, 2009, at 9:42 AM, Vince Clark wrote: > Yes I am using Firefox. Is there another kind of Browser? ;-) > > I'll try the refresh. > > Vince Clark > www.globalera.com > [hidden email] > (303) 493-6723 office > (303) 523-4843 cell > > > ----- Original Message ----- > From: "Erwan de FERRIERES" <[hidden email]> > To: [hidden email] > Sent: Thursday, August 20, 2009 9:27:46 AM GMT -07:00 US/Canada > Mountain > Subject: Re: Bug in visual theme when you go in Catalog, Services, > Products > > Are you using firefox ? if so, I have been experiencing the same > problem. But I have never had the chance to reproduce it. Just with a > refresh, it is gone... > > Le 20/08/2009 17:12, Vince Clark a écrit : >> I have experienced strange behavior with Business Time theme in >> trunk. As I navigate, do searches, etc. the size of elements on the >> page seem to get bigger including buttons, fonts, the size of >> everything in a table. This is just a general observation. I >> haven't taken the time to document a reproducible bug. >> >> Vince Clark >> www.globalera.com >> [hidden email] >> (303) 493-6723 office >> (303) 523-4843 cell >> > -- > - Erwan - |
Thanks Ray for your explain and correction :) .
We search a solution since few month but we aren't css expert as you and we never solve this problem. Nicolas Ryan Foster a écrit : > This can easily be corrected. I have fixed this in most of our custom > backend themes, but I have not yet had a chance to create a patch to > fix this in the trunk. If one of the committers on this list can take > this and run with it, it is a pretty easy fix. The problem is related > to the reset at the beginning of style.css. The reset does not > baseline a font size so the browser uses its default font size (which > I believe is 16px). That would explain the increasing font size. All > that is needed is to add the following: > > html, body, div, span, applet, object, iframe, > h1, h2, h3, h4, h5, h6, p, blockquote, pre, > a, abbr, acronym, address, big, cite, code, > del, dfn, em, font, img, ins, kbd, q, s, samp, > small, strike, strong, sub, sup, tt, var, > b, u, i, center, > dl, dt, dd, ol, ul, li, > fieldset, form, label, legend, > table, caption, tbody, tfoot, thead, tr, th, td { > border:0; > margin:0; > outline:0; > padding:0; > font-size: 100%; add font size to reset > background:transparent; > vertical-align: baseline; > } > > body {line-height: 1; color: black; background: white;} reset line > height and baseline colors > > Add a font-size of 100% to the first reset, and set the line height of > the body to 1. This should fix the problem. > > Ryan Foster > HotWax Media > 801.671.0769 > [hidden email] > > > > > On Aug 20, 2009, at 9:42 AM, Vince Clark wrote: > >> Yes I am using Firefox. Is there another kind of Browser? ;-) >> >> I'll try the refresh. >> >> Vince Clark >> www.globalera.com >> [hidden email] >> (303) 493-6723 office >> (303) 523-4843 cell >> >> >> ----- Original Message ----- >> From: "Erwan de FERRIERES" <[hidden email]> >> To: [hidden email] >> Sent: Thursday, August 20, 2009 9:27:46 AM GMT -07:00 US/Canada Mountain >> Subject: Re: Bug in visual theme when you go in Catalog, Services, >> Products >> >> Are you using firefox ? if so, I have been experiencing the same >> problem. But I have never had the chance to reproduce it. Just with a >> refresh, it is gone... >> >> Le 20/08/2009 17:12, Vince Clark a écrit : >>> I have experienced strange behavior with Business Time theme in >>> trunk. As I navigate, do searches, etc. the size of elements on the >>> page seem to get bigger including buttons, fonts, the size of >>> everything in a table. This is just a general observation. I haven't >>> taken the time to document a reproducible bug. >>> >>> Vince Clark >>> www.globalera.com >>> [hidden email] >>> (303) 493-6723 office >>> (303) 523-4843 cell >>> >> -- >> - Erwan - > > -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : http://www.neogia.org/ ------- Société LibrenBerry Tél : 02.48.02.56.12 Site : http://www.librenberry.net/ |
Administrator
|
In reply to this post by Ryan Foster
Thanks Ryan,
Commited in trunk and release 9.04 Jacques From: "Ryan Foster" <[hidden email]> This can easily be corrected. I have fixed this in most of our custom backend themes, but I have not yet had a chance to create a patch to fix this in the trunk. If one of the committers on this list can take this and run with it, it is a pretty easy fix. The problem is related to the reset at the beginning of style.css. The reset does not baseline a font size so the browser uses its default font size (which I believe is 16px). That would explain the increasing font size. All that is needed is to add the following: html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border:0; margin:0; outline:0; padding:0; font-size: 100%; add font size to reset background:transparent; vertical-align: baseline; } body {line-height: 1; color: black; background: white;} reset line height and baseline colors Add a font-size of 100% to the first reset, and set the line height of the body to 1. This should fix the problem. Ryan Foster HotWax Media 801.671.0769 [hidden email] On Aug 20, 2009, at 9:42 AM, Vince Clark wrote: > Yes I am using Firefox. Is there another kind of Browser? ;-) > > I'll try the refresh. > > Vince Clark > www.globalera.com > [hidden email] > (303) 493-6723 office > (303) 523-4843 cell > > > ----- Original Message ----- > From: "Erwan de FERRIERES" <[hidden email]> > To: [hidden email] > Sent: Thursday, August 20, 2009 9:27:46 AM GMT -07:00 US/Canada > Mountain > Subject: Re: Bug in visual theme when you go in Catalog, Services, > Products > > Are you using firefox ? if so, I have been experiencing the same > problem. But I have never had the chance to reproduce it. Just with a > refresh, it is gone... > > Le 20/08/2009 17:12, Vince Clark a écrit : >> I have experienced strange behavior with Business Time theme in >> trunk. As I navigate, do searches, etc. the size of elements on the >> page seem to get bigger including buttons, fonts, the size of >> everything in a table. This is just a general observation. I >> haven't taken the time to document a reproducible bug. >> >> Vince Clark >> www.globalera.com >> [hidden email] >> (303) 493-6723 office >> (303) 523-4843 cell >> > -- > - Erwan - |
Free forum by Nabble | Edit this page |