[JBoss JIRA] (RF-13260) Autocomplete - remove onlist* event handlers
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13260?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13260:
-------------------------------
Original Estimate: 30 minutes
Remaining Estimate: 30 minutes
> 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č
> 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, 5 months
[JBoss JIRA] (RF-13260) Autocomplete - remove onlist* event handlers
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13260?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13260:
-------------------------------
Sprint: 5.0.0.Alpha2 - Sprint 2
> 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č
> 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, 5 months
[JBoss JIRA] (RF-13258) Build RichWidgets dist with maven
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13258?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13258:
-------------------------------
Fix Version/s: 5-Tracking
(was: 5.0.0.Alpha2)
> Build RichWidgets dist with maven
> ---------------------------------
>
> Key: RF-13258
> URL: https://issues.jboss.org/browse/RF-13258
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Reporter: Brian Leathem
> Fix For: 5-Tracking
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> Currently RichWidgets keeps it's dist folder in version control to allow RichFaces to consume the compiled widgets. It would be better if the RichFaces build built the widgets itself, and we could remove the dist folder from RichWidgets version control.
--
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, 5 months
[JBoss JIRA] (RF-13266) mediaOutput not working anymore on Glassfish3
by Fab Mars (JIRA)
[ https://issues.jboss.org/browse/RF-13266?page=com.atlassian.jira.plugin.s... ]
Fab Mars updated RF-13266:
--------------------------
Description:
This is a followup to https://issues.jboss.org/browse/RF-13098 focusing on Glassfish3.
I have 2 mediaOutput in my code, none works.
The first one passes a Long as the value to the createContent method and the expected output is a PDF. I get
SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; org.jboss.weld.util.el.ForwardingMethodExpression
The second one passes an array of 3 bytes (a color code) and the expected result is an image. I get
SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; [B
I'm preparing a reproducer on github and will share the url in the next comment.
was:
This is a followup to https://issues.jboss.org/browse/RF-13098 focusing on Glassfish3.
I have 2 mediaOutput in my code, none works.
The first one passes a Long as the value to the createContent method and the expected output is a PDF. I get
SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; org.jboss.weld.util.el.ForwardingMethodExpression
The second one passes an array of 3 bytes (a color code) and the expected result is an image. I get
SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; [B
I'm preparing a reproducer on guthub and will share the url in the next comment.
> mediaOutput not working anymore on Glassfish3
> ---------------------------------------------
>
> Key: RF-13266
> URL: https://issues.jboss.org/browse/RF-13266
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.4
> Environment: Glassfish 3.1.2.2 patched with Weld 1.1.14 (the problem appears also on earlier Weld builds) and JSF 2.1.26 and JDK 1.7.0_45
> Reporter: Fab Mars
> Assignee: Pavol Pitonak
> Labels: glassfish_v3, mediaOutput
>
> This is a followup to https://issues.jboss.org/browse/RF-13098 focusing on Glassfish3.
> I have 2 mediaOutput in my code, none works.
> The first one passes a Long as the value to the createContent method and the expected output is a PDF. I get
> SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; org.jboss.weld.util.el.ForwardingMethodExpression
> The second one passes an array of 3 bytes (a color code) and the expected result is an image. I get
> SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; [B
> I'm preparing a reproducer on github and will share the url in the next comment.
--
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, 5 months
[JBoss JIRA] (RF-13266) mediaOutput not working anymore on Glassfish3
by Fab Mars (JIRA)
[ https://issues.jboss.org/browse/RF-13266?page=com.atlassian.jira.plugin.s... ]
Fab Mars updated RF-13266:
--------------------------
Environment: Glassfish 3.1.2.2 patched with Weld 1.1.14 (the problem appears also on earlier Weld builds) and JSF 2.1.26 and JDK 1.7.0_45 (was: Glassfish 3.1.2.2 patched with Weld 1.1.14 (the problem appears also on earlier Weld builds) and JDK 1.7.0_45)
> mediaOutput not working anymore on Glassfish3
> ---------------------------------------------
>
> Key: RF-13266
> URL: https://issues.jboss.org/browse/RF-13266
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.4
> Environment: Glassfish 3.1.2.2 patched with Weld 1.1.14 (the problem appears also on earlier Weld builds) and JSF 2.1.26 and JDK 1.7.0_45
> Reporter: Fab Mars
> Assignee: Pavol Pitonak
> Labels: glassfish_v3, mediaOutput
>
> This is a followup to https://issues.jboss.org/browse/RF-13098 focusing on Glassfish3.
> I have 2 mediaOutput in my code, none works.
> The first one passes a Long as the value to the createContent method and the expected output is a PDF. I get
> SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; org.jboss.weld.util.el.ForwardingMethodExpression
> The second one passes an array of 3 bytes (a color code) and the expected result is an image. I get
> SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; [B
> I'm preparing a reproducer on guthub and will share the url in the next comment.
--
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, 5 months