Martin, yes i noticed that, i have already a patch for this, currently i'm working on refix the overflow problem and also a new IE problem see http://issues.apache.org/jira/browse/MYFACES-871
Regards, Volker Martin Marinschek (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/MYFACES-705?page=comments#action_12358448 > ] > > Martin Marinschek commented on MYFACES-705: > ------------------------------------------- > > Thanks Volker for this evaluation! > > That must have been me with the prototype.js update. I tried to update > controls.js as well, but then inputSuggestAjax wouldn't work at all anymore. > > regards, > > Martin > > >>Overflow problem with InputSuggestAjax >>-------------------------------------- >> >> Key: MYFACES-705 >> URL: http://issues.apache.org/jira/browse/MYFACES-705 >> Project: MyFaces >> Type: Bug >> Components: Sandbox >> Versions: 1.1.2 >> Reporter: Volker Weber >> Assignee: Martin Marinschek >> 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. > > -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders domain.
