[ 
https://issues.apache.org/jira/browse/OFBIZ-3561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850483#action_12850483
 ] 

Bruno Busco commented on OFBIZ-3561:
------------------------------------

I did a search about this issue and found that it happens becouse the browsers 
do not break long words. Only if a space of some other delimiter is present in 
a string the browser is allowed to break the string and continue on the next 
line.
These screens have lots of very long service names that cause this issue.

Looking for a solution it seems that the new css property "word-wrap" has been 
added in css3 to address this. This property should already be available in IE 
(microsoft invented it) but not in FF.

You can find some information here: http://www.css3.com/css-word-wrap/
There are also some work around for browsers that do not support this property 
but this is dove with javascripts that inject soft spaces in the long stings.

> Webtools Service List table overflows right margin. Lots of white space 
> between columns and the right most column is almost unusable.
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3561
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3561
>             Project: OFBiz
>          Issue Type: Bug
>         Environment: Webtools + Firefox 3.6 + Mac 1.5
>            Reporter: Ruth Hoffman
>            Priority: Minor
>         Attachments: tom_service_list.png, tom_service_list2.png
>
>
> Navigate to Webtools -> ServiceList and observe that the right most column 
> (location) overflows the theme wrapper. Also, very hard to position this 
> within the browser window. There is plenty of white space between other 
> columns on this web page. Maybe forcing column sizes would make this work 
> better. 
> Ruth

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to