[
http://issues.apache.org/jira/browse/MYFACES-854?page=comments#action_12359351
]
Mike Kienenberger commented on MYFACES-854:
-------------------------------------------
Sean,
I guess it's possible. Try changing the first line of
org.apache.myfaces.component.html.util.AddResource.serveResource()
from
String uri = request.getRequestURI();
to
String uri = request.getContextPath() + request.getServletPath() +
request.getPathInfo();
and see if it makes a difference.
> Problem w/ InputSuggestAjax popup suggestion list
> -------------------------------------------------
>
> Key: MYFACES-854
> URL: http://issues.apache.org/jira/browse/MYFACES-854
> Project: MyFaces
> Type: Bug
> Components: Sandbox
> Versions: 1.1.2
> Environment: Win2K, IE 6.0.2800, MyFaces Nightly Build
> Reporter: Chris Barlow
> Attachments: suggestScreenShot.png
>
> The InputSuggestAjax popup div that contains the list of suggestions is
> misaligned, missing mouse rollovers and items are not clickable. Look at the
> sandbox example.
--
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