[JBoss JIRA] (RF-11543) Refactor ResourceMappingFeature to Service
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-11543?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-11543.
----------------------------
Verified. Closing.
> Refactor ResourceMappingFeature to Service
> ------------------------------------------
>
> Key: RF-11543
> URL: https://issues.jboss.org/browse/RF-11543
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.1.0.Milestone3
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> ResourceMappingFeature class currently provides utilities for determining current configuration of resource mapping (enablement, location, mappingFile).
> Since referenced context-param configurations can be only literals, it does make sense to cache configuration, then it needs to be refactored from static to Service and use configuration holder.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-13261) Autocomplete: introduce onfocus, onselect, onopen, onclose, onsearch, onresponse event handlers
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13261?page=com.atlassian.jira.plugin.s... ]
Matej Novotny closed RF-13261.
------------------------------
Verified, closing issue.
> Autocomplete: introduce onfocus, onselect, onopen, onclose, onsearch, onresponse event handlers
> -----------------------------------------------------------------------------------------------
>
> Key: RF-13261
> URL: https://issues.jboss.org/browse/RF-13261
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> Those event handlers are exposed by jQuery UI Autocomplete:
> http://api.jqueryui.com/autocomplete/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-13260) Autocomplete - remove onlist* event handlers
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13260?page=com.atlassian.jira.plugin.s... ]
Matej Novotny closed RF-13260.
------------------------------
Verified, closing issue.
> Autocomplete - remove onlist* event handlers
> --------------------------------------------
>
> Key: RF-13260
> URL: https://issues.jboss.org/browse/RF-13260
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> I believe those onlist* mouse and keyboard handlers are not necessary with exposing rich jQuery UI Autocomplete event API:
> http://api.jqueryui.com/autocomplete/
> In 4.3, those events could be used for intercepting process of menu manipulation, but the new events are so rich that the list handlers are not necessary.
> One can potentially use such a code to register event handler:
> {code}
> #{r:jquery('autocomplete')}.autocomplete('menu').on('click', );
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-11103) org.richfaces.skin = plain causes java.lang.IllegalArgumentException: Width (2000) and height (0) cannot be <= 0
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-11103?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-11103.
----------------------------
Verified. Closing.
> org.richfaces.skin = plain causes java.lang.IllegalArgumentException: Width (2000) and height (0) cannot be <= 0
> ----------------------------------------------------------------------------------------------------------------
>
> Key: RF-11103
> URL: https://issues.jboss.org/browse/RF-11103
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: skinning
> Reporter: u j
> Assignee: Brian Leathem
> Priority: Minor
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> I tried
> {code}
> <context-param>
> <param-name>org.richfaces.skin</param-name>
> <param-value>plain</param-value>
> </context-param>
> {code}
>
> and the skinning seems to be disabled, but I get
> {code}
> 14:44:21,584 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/myapp].[Faces Servlet]] Servlet.service() para servlet Faces Servlet lanzó excepción: java.lang.IllegalArgumentException: Width (2000) and height (0) cannot be <= 0
> at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:999) [:1.6.0_24]
> at java.awt.image.BufferedImage.<init>(BufferedImage.java:321) [:1.6.0_24]
> at org.richfaces.resource.ImageType.createARGBImage(ImageType.java:103) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType.access$200(ImageType.java:34) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType$2.createImage(ImageType.java:44) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType.createImage(ImageType.java:118) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.Java2DUserResourceWrapperImpl.paintAndWrite(Java2DUserResourceWrapperImpl.java:155) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.Java2DUserResourceWrapperImpl.getInputStream(Java2DUserResourceWrapperImpl.java:65) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.CachedResourceImpl.initialize(CachedResourceImpl.java:178) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:171) [:4.0.0-SNAPSHOT]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:407) [:2.1.1-FCS]
> 14:45:38,493 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/myapp].[Faces Servlet]] Servlet.service() para servlet Faces Servlet lanzó excepción: java.lang.IllegalArgumentException: Width (1) and height (0) cannot be <= 0
> at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:999) [:1.6.0_24]
> at java.awt.image.BufferedImage.<init>(BufferedImage.java:321) [:1.6.0_24]
> at org.richfaces.resource.ImageType.createARGBImage(ImageType.java:103) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType.access$200(ImageType.java:34) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType$2.createImage(ImageType.java:44) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType.createImage(ImageType.java:118) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.Java2DUserResourceWrapperImpl.paintAndWrite(Java2DUserResourceWrapperImpl.java:155) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.Java2DUserResourceWrapperImpl.getInputStream(Java2DUserResourceWrapperImpl.java:65) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.CachedResourceImpl.initialize(CachedResourceImpl.java:178) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:171) [:4.0.0-SNAPSHOT]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:407) [:2.1.1-FCS]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324) [:6.0.0.Final]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242) [:6.0.0.Final]
> at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:67) [:6.0.0.Final]
> {code}
> I found a note
> http://echelog.matzon.dk/logs/browse/richfaces/1306706400
> Thanks
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-10618) autocomplete: unnesessary request on item selection
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-10618?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-10618.
----------------------------
Verified that it does not apply for 5.Alpa2
> autocomplete: unnesessary request on item selection
> ---------------------------------------------------
>
> Key: RF-10618
> URL: https://issues.jboss.org/browse/RF-10618
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.0.0.Milestone6
> Reporter: Ilya Shaikovsky
> Assignee: Pavol Pitonak
> Priority: Minor
> Labels: needs-qe
>
> {code}
> <h:form>
> <rich:autocomplete mode="cachedAjax" tokens=", " minChars="0"
> autoFill="false" selectFirst="false" id="ac2"
> value="#{autocompleteBean.svalue}" var="a"
> autocompleteList="#{autocompleteBean.autocompleteList}">
> </rich:autocomplete>
> <h:outputText value="#{autocompleteBean.svalue}" id="out2" />
> </h:form>
> {code}
> # focus input
> # type a - Ajax request sent and list populated - OK
> # select first item. - item selected and one more Ajax request sent. - FAIL. no need in one more request.
> This one is minor and I believe future. minor because in that case list returned not according to "a" letter but all the states starting on different letters.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-10618) autocomplete: unnesessary request on item selection
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-10618?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-10618:
-----------------------------
Fix Version/s: (was: 5.0.0.Alpha2)
> autocomplete: unnesessary request on item selection
> ---------------------------------------------------
>
> Key: RF-10618
> URL: https://issues.jboss.org/browse/RF-10618
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.0.0.Milestone6
> Reporter: Ilya Shaikovsky
> Assignee: Pavol Pitonak
> Priority: Minor
> Labels: needs-qe
>
> {code}
> <h:form>
> <rich:autocomplete mode="cachedAjax" tokens=", " minChars="0"
> autoFill="false" selectFirst="false" id="ac2"
> value="#{autocompleteBean.svalue}" var="a"
> autocompleteList="#{autocompleteBean.autocompleteList}">
> </rich:autocomplete>
> <h:outputText value="#{autocompleteBean.svalue}" id="out2" />
> </h:form>
> {code}
> # focus input
> # type a - Ajax request sent and list populated - OK
> # select first item. - item selected and one more Ajax request sent. - FAIL. no need in one more request.
> This one is minor and I believe future. minor because in that case list returned not according to "a" letter but all the states starting on different letters.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months