Tomahawk theme makes some webtools entity data unreadable
--------------------------------------------------------- Key: OFBIZ-3562 URL: https://issues.apache.org/jira/browse/OFBIZ-3562 Project: OFBiz Issue Type: Bug Components: framework, themes Affects Versions: SVN trunk Reporter: Scott Gray Navigate to webtools -> Entity Data Maintenance -> OrderHeader -> All Scroll down to the list of data and note that on the darker rows the data is invisible where the table overflows the screen width due to black text appearing on a black background. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
I took a look at the screen and couldn't see the issue, not that it
isn't there, just not sure where the issue is. This hits on the bigger issue of pages being built with a proper structure, going forward on other themes, it would require the developer making sure that the page itself is going to work within the limits of the css. Can you send a link of the problematic page on the ofbiz site so I can see it? Thanks Erik On 3/17/2010 5:09 PM, Scott Gray (JIRA) wrote: > Tomahawk theme makes some webtools entity data unreadable > --------------------------------------------------------- > > Key: OFBIZ-3562 > URL: https://issues.apache.org/jira/browse/OFBIZ-3562 > Project: OFBiz > Issue Type: Bug > Components: framework, themes > Affects Versions: SVN trunk > Reporter: Scott Gray > > > Navigate to webtools -> Entity Data Maintenance -> OrderHeader -> All > Scroll down to the list of data and note that on the darker rows the data is invisible where the table overflows the screen width due to black text appearing on a black background. > > |
Hi Erik,
https://ofbiz-vm.apache.org/webtools/control/FindGeneric?entityName=OrderHeader&find=true&VIEW_SIZE=50&VIEW_INDEX=0 Scroll down to the list of data and then scroll across to the right. Regards Scott On 17/03/2010, at 4:18 PM, Erik Schuessler wrote: > I took a look at the screen and couldn't see the issue, not that it isn't there, just not sure where the issue is. This hits on the bigger issue of pages being built with a proper structure, going forward on other themes, it would require the developer making sure that the page itself is going to work within the limits of the css. > > Can you send a link of the problematic page on the ofbiz site so I can see it? > > Thanks > Erik > > On 3/17/2010 5:09 PM, Scott Gray (JIRA) wrote: >> Tomahawk theme makes some webtools entity data unreadable >> --------------------------------------------------------- >> >> Key: OFBIZ-3562 >> URL: https://issues.apache.org/jira/browse/OFBIZ-3562 >> Project: OFBiz >> Issue Type: Bug >> Components: framework, themes >> Affects Versions: SVN trunk >> Reporter: Scott Gray >> >> >> Navigate to webtools -> Entity Data Maintenance -> OrderHeader -> All >> Scroll down to the list of data and note that on the darker rows the data is invisible where the table overflows the screen width due to black text appearing on a black background. >> >> smime.p7s (3K) Download Attachment |
Yeah there it is.
The question at this point is really a question of design or practical information structure. The layout of the css elements is capable of spanning even further, but it looks like this page with built with out that consideration... developers that build these pages should consider these issues when they build pages. That chart should effect the width of the page as a whole or the css of the chart should take the design into account, if you look at other themes, the issue is still there with the spanning of the page. Thanks Erik On 3/17/2010 5:30 PM, Scott Gray wrote: > Hi Erik, > > https://ofbiz-vm.apache.org/webtools/control/FindGeneric?entityName=OrderHeader&find=true&VIEW_SIZE=50&VIEW_INDEX=0 > > Scroll down to the list of data and then scroll across to the right. > > Regards > Scott > > On 17/03/2010, at 4:18 PM, Erik Schuessler wrote: > > >> I took a look at the screen and couldn't see the issue, not that it isn't there, just not sure where the issue is. This hits on the bigger issue of pages being built with a proper structure, going forward on other themes, it would require the developer making sure that the page itself is going to work within the limits of the css. >> >> Can you send a link of the problematic page on the ofbiz site so I can see it? >> >> Thanks >> Erik >> >> On 3/17/2010 5:09 PM, Scott Gray (JIRA) wrote: >> >>> Tomahawk theme makes some webtools entity data unreadable >>> --------------------------------------------------------- >>> >>> Key: OFBIZ-3562 >>> URL: https://issues.apache.org/jira/browse/OFBIZ-3562 >>> Project: OFBiz >>> Issue Type: Bug >>> Components: framework, themes >>> Affects Versions: SVN trunk >>> Reporter: Scott Gray >>> >>> >>> Navigate to webtools -> Entity Data Maintenance -> OrderHeader -> All >>> Scroll down to the list of data and note that on the darker rows the data is invisible where the table overflows the screen width due to black text appearing on a black background. >>> >>> >>> > |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846841#action_12846841 ] Brajesh Patel commented on OFBIZ-3562: -------------------------------------- IMO this issue generated because body background color set as a black in the style.css at line 44, there is a class "alternate-row" set background color as grey for alternate row. -- Thanks and Regards Brajesh Patel > Tomahawk theme makes some webtools entity data unreadable > --------------------------------------------------------- > > Key: OFBIZ-3562 > URL: https://issues.apache.org/jira/browse/OFBIZ-3562 > Project: OFBiz > Issue Type: Bug > Components: framework, themes > Affects Versions: SVN trunk > Reporter: Scott Gray > > Navigate to webtools -> Entity Data Maintenance -> OrderHeader -> All > Scroll down to the list of data and note that on the darker rows the data is invisible where the table overflows the screen width due to black text appearing on a black background. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854275#action_12854275 ] Ean Schuessler commented on OFBIZ-3562: --------------------------------------- The *real* problem is that there is no strategy for dealing with extremely wide content. We need to put the overflow into a scrollable panel rather than letting it just go out to an unlimited width. > Tomahawk theme makes some webtools entity data unreadable > --------------------------------------------------------- > > Key: OFBIZ-3562 > URL: https://issues.apache.org/jira/browse/OFBIZ-3562 > Project: OFBiz > Issue Type: Bug > Components: framework, themes > Affects Versions: SVN trunk > Reporter: Scott Gray > > Navigate to webtools -> Entity Data Maintenance -> OrderHeader -> All > Scroll down to the list of data and note that on the darker rows the data is invisible where the table overflows the screen width due to black text appearing on a black background. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |