[ http://issues.apache.org/jira/browse/MYFACES-705?page=comments#action_12356064 ]
Volker Weber commented on MYFACES-705: -------------------------------------- The original problem (i have tested with FireFox, see images) did not occur in IE but also in Opera. The patches fix this in Firefox (i think in all Gecko engines) and makes no problem in IE, but does not realy fix this problem in Opera (the resizing of the popup div did not work there, so overflowed content is clipped). > Overflow problem with InputSuggestAjax > -------------------------------------- > > Key: MYFACES-705 > URL: http://issues.apache.org/jira/browse/MYFACES-705 > Project: MyFaces > Type: Bug > Components: Sandbox > Versions: Nightly > Reporter: Volker Weber > Priority: Minor > Attachments: patches.diff, suggestAjax-length.png, suggestAjax-wrap.png > > During working on adding inputSuggestAjax functionality to tobagos in > component i found this problem: > 1. maybe not realy a bug, but i dont like it: If the suggested item doesn't > fit into the popup div the content is wrapped (only if there are spaces). > see attached image suggestAjax-wrap.png. > 2. and this is a bug: If the suggested item contains no Spaces and doesn't > fit into the popup div the items continue rendering out of the popupDiv. > see attached image suggestAjax-long.png. > problem 1 is easy to fix: just add "whitespace: nowrap;" to the LI style, but > this moves problem 1 to problem 2. > I'll try to fix this for tobago and provide a backport patch then. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
